|
Public Member Functions |
|
| OSDynOctStrClass () |
| | The default constructor creates an empty binary string.
|
| | OSDynOctStrClass (OSBOOL ownMemory) |
| | This constructor creates an empty binary string.
|
| | OSDynOctStrClass (OSUINT32 numocts_, const OSOCTET *data_) |
| | This constructor initializes the binary string to contain the given data values.
|
| | OSDynOctStrClass (OSUINT32 numocts_, OSOCTET *data_, OSBOOL ownMemory=FALSE) |
| | This constructor initializes the binary string to contain the given data values.
|
| | OSDynOctStrClass (OSDynOctStr &os) |
| | The copy constructor initializes the binary string to contain the given data values from the C data structure.
|
| | OSDynOctStrClass (const OSDynOctStrClass &os) |
| | This copy constructor initializes the binary string to contain the given data values from the C++ data object.
|
|
virtual | ~OSDynOctStrClass () |
| | The destructor frees string memory if the memory ownership flag is set.
|
| void | copyValue (OSUINT32 numocts_, const OSOCTET *data_) |
| | This method copies the given binary string value to the internal string storage variable.
|
| void | setValue (OSUINT32 numocts_, const OSOCTET *data_) |
| | This method sets the binary string value to the given string.
|
This is the base class for generated C++ data type classes for XSD binary types (hexBinary and base64Binary).