#include <Object_KeyC.h>
Public Member Functions |
| ObjectKey (void) |
| ObjectKey (CORBA::ULong max) |
| ObjectKey (CORBA::ULong max, CORBA::ULong length, CORBA::Octet *buffer, CORBA::Boolean release=false) |
| ObjectKey (const ObjectKey &) |
| ~ObjectKey (void) |
| ObjectKey (CORBA::ULong length, const ACE_Message_Block *mb) |
| unbounded_value_sequence () |
| unbounded_value_sequence (CORBA::ULong maximum) |
| unbounded_value_sequence (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false) |
CORBA::ULong | maximum () const |
CORBA::Boolean | release () const |
CORBA::ULong | length () const |
void | length (CORBA::ULong length) |
value_type const & | operator[] (CORBA::ULong i) const |
value_type & | operator[] (CORBA::ULong i) |
void | replace (CORBA::ULong maximum, CORBA::ULong length, value_type *data, CORBA::Boolean release=false) |
value_type const * | get_buffer () const |
value_type * | get_buffer (CORBA::Boolean orphan=false) |
void | swap (unbounded_value_sequence &rhs) throw () |
Member Typedef Documentation
Constructor & Destructor Documentation
TAO::ObjectKey::ObjectKey |
( |
void |
| ) |
|
TAO::ObjectKey::ObjectKey |
( |
const ObjectKey & |
seq | ) |
|
TAO::ObjectKey::~ObjectKey |
( |
void |
| ) |
|
Member Function Documentation
void TAO::ObjectKey::decode_string_to_sequence |
( |
TAO::unbounded_value_sequence< CORBA::Octet > & |
seq, |
|
|
char const * |
str |
|
) |
| |
|
static |
A special method that gives no regard to how the ORB has configured the resource factory. This will be used only during Profile decoding and should be safe. This is a solution for the bug report [Bug 1616]
void TAO::ObjectKey::encode_sequence_to_string |
( |
char *& |
str, |
|
|
TAO::unbounded_value_sequence< CORBA::Octet > const & |
seq |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: