#include <crc32.h>
Inheritance diagram for libsvx::Crc32:
Public Methods | |
Crc32 (TiXmlElement &Element) | |
Create an SVX CRC32 Element based on a XML element. | |
Crc32 (const Crc32 &a_crc32) | |
Construct a clone of the class CRC32. | |
~Crc32 () | |
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 Crc32 &the_object_to_compare) const |
Definition at line 56 of file crc32.h.
|
Valid ???
Implements libsvx::ElementPCData. |