#include <OctetSeqC.h>
Inheritance diagram for CORBA::OctetSeq:
Public Types | |
typedef OctetSeq_var | _var_type |
Public Member Functions | |
OctetSeq (void) | |
OctetSeq (CORBA::ULong max) | |
OctetSeq (CORBA::ULong max, CORBA::ULong length, CORBA::Octet *buffer, CORBA::Boolean release=0) | |
OctetSeq (const OctetSeq &) | |
~OctetSeq (void) | |
OctetSeq (CORBA::ULong length, const ACE_Message_Block *mb) | |
Static Public Member Functions | |
static void | _tao_any_destructor (void *) |
CORBA::OctetSeq::OctetSeq | ( | void | ) |
CORBA::OctetSeq::OctetSeq | ( | CORBA::ULong | max | ) |
CORBA::OctetSeq::OctetSeq | ( | CORBA::ULong | max, | |
CORBA::ULong | length, | |||
CORBA::Octet * | buffer, | |||
CORBA::Boolean | release = 0 | |||
) |
CORBA::OctetSeq::OctetSeq | ( | const OctetSeq & | ) |
CORBA::OctetSeq::~OctetSeq | ( | void | ) |
CORBA::OctetSeq::OctetSeq | ( | CORBA::ULong | length, | |
const ACE_Message_Block * | mb | |||
) | [inline] |
void CORBA::OctetSeq::_tao_any_destructor | ( | void * | ) | [static] |
Use in the implementation of insertion and extraction operators from CORBA::Any
Reimplemented from TAO_Unbounded_Sequence< CORBA::Octet >.