#include <csv.h>
Inheritance diagram for libsvx::Csv:

Public Methods | |
| Csv (TiXmlElement &Element) | |
| Create an SVX CSV Element based on a XML element. | |
| Csv (const Csv &a_csv) | |
| Construct a clone of the class Csv. | |
| ~Csv () | |
| destructor, free all the sub-informations. | |
| bool | IsValid () const |
| Valid ??? More... | |
| TiXmlElement & | XmlElement () |
| a method to get the informations of the element into an XML element. | |
| bool | operator!= (const Csv &the_object_to_compare) const |
Definition at line 56 of file csv.h.
|
|
Valid ???
Implements libsvx::ElementPCData. |
1.2.15