ACE 8.0.1
|
An object representation. More...
#include <Registry.h>
Public Member Functions | |
Object (void *data=0, u_long size=0, u_long type=REG_NONE) | |
Default constructor. | |
void | data (void *data) |
Set data. | |
void * | data () const |
Get data. | |
void | size (u_long size) |
Set size. | |
u_long | size () const |
Get size. | |
void | type (u_long type) |
Set type. | |
u_long | type () const |
Get type. | |
Private Attributes | |
void * | data_ |
Pointer to data. | |
u_long | size_ |
Size of the data. | |
u_long | type_ |
Type of data. | |
An object representation.
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.
void * ACE_Registry::Object::data | ( | ) | const |
Get data.
u_long ACE_Registry::Object::size | ( | ) | const |
Get size.
u_long ACE_Registry::Object::type | ( | ) | const |
Get type.
|
private |
Pointer to data.
|
private |
Size of the data.
|
private |
Type of data.