#include <mi32/identifier.h>
Public Member Functions | |
| ERRVALUE | Assign (const UINT8 *codestr) |
| ERRVALUE | Assign (const char *codestr) |
| ERRVALUE | CreateFromXML (const XMLNODE *xmlnode) |
| CODESPACE | GetCodespace () const |
| MISTRING | GetFullStr () const |
| INT32 | GetNum () const |
| const STRUTF8 & | GetStr () const |
| IDENTIFIER (const char *codestr) | |
| IDENTIFIER (CODESPACE codespace, const char *codestr) | |
| IDENTIFIER (CODESPACE codespace, INT32 codenum) | |
| IDENTIFIER () | |
| IDENTIFIER & | operator= (const char *codestr) |
| void | Set (CODESPACE codespace, const char *code) |
| void | Set (CODESPACE codespace, INT32 num) |
| ~IDENTIFIER () | |
Definition at line 78 of file identifier.h.
|
|
Default constructor.
|
|
||||||||||||
|
Construct using numeric code.
|
|
||||||||||||
|
Construct using string code in specified codespace. If string contains a single integer value it will be converted to a number. |
|
|
Construct using string code. If string contains a single integer value it will be converted to a number. |
|
|
Destructor.
|
|
|
Assign from string code. If string contains a single integer value it will be converted to a number.
|
|
|
Assign from string code. If string contains a single integer value it will be converted to a number.
|
|
|
Create identifier from XML node.
Node must be in the form: |
|
|
Get codespace enumeration.
|
|
|
Get full identifier string in form "codespace:id".
|
|
|
Get code number.
|
|
|
Get code string.
|
|
|
Assign from string code. If string contains a single integer value it will be converted to a number.
|
|
||||||||||||
|
Set codespace and string code.
|
|
||||||||||||
|
Set codespace and numeric code.
|
1.3.8-20040913