Helper class which can split XMLIDs strings into tokens.
#include <XMLID.h>
|
| | GENICAM_DEPRECATED (static const char *GetTokenSeperator()) |
| | returns the token separator string
|
| |
|
| CXMLID () |
| | Constructor.
|
| |
|
bool | FromString (const GENICAM_NAMESPACE::gcstring &XMLID) |
| | Parses the XML ID.
|
| |
|
GENICAM_NAMESPACE::gcstring | ToString () |
| | Returns the original XML ID.
|
| |
|
CVersion | GetSchemaVersion () const |
| | retrieves the schema version of the XML file
|
| |
|
CVersion | GetDeviceVersion () const |
| | retrieves the schema version of the XML file
|
| |
|
GENICAM_NAMESPACE::gcstring | GetDeviceIDTemplate () const |
| | retrieves the schema version of the XML file
|
| |
|
bool | operator> (CXMLID &XMLID) |
| | Comparison (for sorting)
|
| |
|
|
static const char * | GetTokenSeparator () |
| | returns the token separator string
|
| |
◆ GENICAM_DEPRECATED()
| GENICAM_DEPRECATED |
( |
static const char * | GetTokenSeperator() | ) |
|