TAO 4.0.1
|
#include <Object_KeyC.h>
Public Types | |
typedef ObjectKey_var | _var_type |
![]() | |
typedef CORBA::Octet | value_type |
typedef CORBA::Octet | element_type |
typedef CORBA::Octet const | const_value_type |
typedef value_type & | subscript_type |
typedef value_type const & | const_subscript_type |
typedef ::CORBA::ULong | size_type |
typedef details::unbounded_value_allocation_traits< value_type, true > | allocation_traits |
typedef details::value_traits< value_type, true > | element_traits |
typedef details::generic_sequence< value_type, allocation_traits, element_traits > | implementation_type |
Static Public Member Functions | |
static void | encode_sequence_to_string (char *&str, TAO::unbounded_value_sequence< CORBA::Octet > const &seq) |
static void | decode_string_to_sequence (TAO::unbounded_value_sequence< CORBA::Octet > &seq, char const *str) |
static CORBA::Boolean | is_legal (unsigned char c) |
static CORBA::Boolean | demarshal_key (ObjectKey &key, TAO_InputCDR &cdr) |
![]() | |
static value_type * | allocbuf (CORBA::ULong maximum) |
static void | freebuf (value_type *buffer) |
typedef ObjectKey_var TAO::ObjectKey::_var_type |
TAO::ObjectKey::ObjectKey | ( | ) |
TAO::ObjectKey::ObjectKey | ( | CORBA::ULong | max | ) |
TAO::ObjectKey::ObjectKey | ( | CORBA::ULong | max, |
CORBA::ULong | length, | ||
CORBA::Octet * | buffer, | ||
CORBA::Boolean | release = false ) |
|
default |
|
default |
TAO::ObjectKey::~ObjectKey | ( | ) |
|
static |
|
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]
|
static |
|
static |