#include <verification.h>
Inheritance diagram for libsvx::Verification:
Public Methods | |
Verification (TiXmlElement &Element) | |
Create an SVX verification element based on an XML element. | |
Verification (const Verification &a_verification) | |
Construct a clone of the class Verification. | |
~Verification () | |
destructor, free all the sub-informations. | |
bool | IsValid () const |
Always Valid. | |
TiXmlElement & | XmlElement () |
a method to get the informations of the element into an XML element. | |
Crc32 & | operator+= (const Verification &the_object_to_add) |
bool | operator!= (const Verification &the_object_to_compare) const |
Protected Attributes | |
Crc32 * | m_Crc32 |
The CRC32 verification. | |
Md5 * | m_Md5 |
The MD5 sum verification. | |
Csv * | m_Csv |
The CSV verification. | |
Sfv * | m_Sfv |
The SFV verification. |
Definition at line 60 of file verification.h.