#include <Registry.h>
Public Methods | |
Object (void *data=0, u_long size=0, u_long type=REG_NONE) | |
Default constructor. | |
void | data (void *data) |
Set data. | |
void * | data (void) const |
Get data. | |
void | size (u_long size) |
Set size. | |
u_long | size (void) const |
Get size. | |
void | type (u_long type) |
Set type. | |
u_long | type (void) const |
Get type. | |
Private Attributes | |
void * | data_ |
Pointer to data. | |
u_long | size_ |
Size of the data. | |
u_long | type_ |
Type of data. |
In CORBA, all objects inherit from (CORBA::Object). For the registry, this is used as a wrapper for an instance of a built-in data type. Think about an object as being similar to a file in a file system.
|
Default constructor.
|
|
Get data.
|
|
Set data.
|
|
Get size.
|
|
Set size.
|
|
Get type.
|
|
Set type.
|
|
Pointer to data.
|
|
Size of the data.
|
|
Type of data.
|