#include <mirrors.h>
Inheritance diagram for libsvx::Mirrors:

Public Methods | |
| Mirrors (TiXmlElement &Element) | |
| Create an SVX Mirror Element based on an XML element. | |
| Mirrors (const Mirrors &a_mirrors) | |
| Construct a clone of the class Mirrors. | |
| ~Mirrors () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| Valid if there is at list a URL. More... | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| Mirrors & | operator+= (const Mirrors &the_object_to_add) |
| Add the content of the new product to this object. More... | |
| bool | operator!= (const Mirrors &the_object_to_compare) const |
| Url * | FindUrl (const Url &the_item) const |
| Find the specified Version in the Product data. | |
Protected Attributes | |
| Attribute * | m_A_country |
| The location of the specified mirror. | |
| Mvector< Url > | m_List_Url |
| The list of URLs corresponding to the specified country. | |
Definition at line 62 of file mirrors.h.
|
|
Valid if there is at list a URL.
Implements libsvx::Element. Definition at line 116 of file mirrors.cxx. References m_List_Url. Referenced by operator!=(), and operator+=(). |
|
|
Definition at line 137 of file mirrors.cxx. References IsValid(), and m_A_country. |
|
|
Add the content of the new product to this object.
Definition at line 175 of file mirrors.cxx. References FindUrl(), IsValid(), m_A_country, and m_List_Url. |
1.2.15