|
CLProtocol 3.5.1
|
Encapsulates a version number.
#include <CVersion.h>
Public Member Functions | |
| CVersion () | |
| Constructor. | |
| CVersion (const CVersion &Version) | |
| Copy Constructor. | |
| CVersion & | operator= (const CVersion &Version) |
| Copy Assignment. | |
| bool | FromString (const GENICAM_NAMESPACE::gcstring strVersion) |
| Parse a Version string. | |
| bool | operator> (const CVersion &Version) const |
| Comparison (for sorting) | |
| bool FromString | ( | const GENICAM_NAMESPACE::gcstring | strVersion | ) |
Returns true if the parsing was successful. The following two forms of strings are allowed "SchemaVersion.1.2" "XMLVersion.1.2.3"