#include <MetadataCommon.h>
Public Member Functions | |
IopcClassAttribute () | |
IopcClassAttribute (IopcDataType _dataType, const char *_additionalInfo, const char *_name, const char *_hint, bool _persistent) | |
Public Attributes | |
IopcDataType | dataType |
CStdString | additionalInfo |
CStdString | name |
CStdString | hint |
bool | persistent |
|
Simple constructor.
|
|
Constructor that sets all attributes of the struct.
|
|
Attribute data type.
|
|
If
|
|
Attribute name.
|
|
Unused for now - can be used f. e. to pass mapping related information from C++ parser to XMLMetadataWriter etc.
|
|
Is this attribute persistent?
|