#include <it_bus/binary_type.h>
Inheritance diagram for IT_Bus::Base64Binary:

Definition at line 207 of file binary_type.h.
Public Member Functions | |
| Base64Binary () | |
| Default constructor. | |
| Base64Binary (const BinaryBuffer &value) | |
| Constructor. | |
| Base64Binary (const String &value) | |
| Constructor. | |
| Base64Binary (const char *value, long size=-1) | |
| Constructor. | |
| virtual const QName & | get_type () const |
| Returns the IT_Bus::QName for the type. | |
| virtual const BinaryBuffer & | get_buffer () const |
| Get a reference to the binary buffer representing the data content. | |
| virtual BinaryBuffer & | get_buffer () |
| Get a reference to the binary buffer representing the data content. | |
|
|
Default constructor.
|
|
|
Constructor.
|
|
|
Constructor.
|
|
||||||||||||
|
Constructor.
|
|
|
Get a reference to the binary buffer representing the data content.
|
|
|
Get a reference to the binary buffer representing the data content.
|
|
|
Returns the IT_Bus::QName for the type. Derived subclasses implement this method and return their QName.
|
1.3.9.1