CLProtocol 3.5.1
Public Member Functions | Static Public Member Functions | List of all members
CXMLID Class Reference

Helper class which can split XMLIDs strings into tokens.

#include <XMLID.h>

Public Member Functions

 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 Public Member Functions

static const char * GetTokenSeparator ()
 returns the token separator string
 

Member Function Documentation

◆ GENICAM_DEPRECATED()

GENICAM_DEPRECATED ( static const char * GetTokenSeperator())