CORBA::OctetSeq Class Reference

#include <OctetSeqC.h>

Inheritance diagram for CORBA::OctetSeq:

Inheritance graph
[legend]
Collaboration diagram for CORBA::OctetSeq:

Collaboration graph
[legend]
List of all members.

Public Types

typedef OctetSeq_var _var_type
typedef OctetSeq_out _out_type

Public Member Functions

 OctetSeq (void)
 OctetSeq (CORBA::ULong max)
 OctetSeq (CORBA::ULong max, CORBA::ULong length, CORBA::Octet *buffer, CORBA::Boolean release=false)
 OctetSeq (const OctetSeq &)
 ~OctetSeq (void)
 OctetSeq (CORBA::ULong length, const ACE_Message_Block *mb)

Static Public Member Functions

void _tao_any_destructor (void *)

Member Typedef Documentation

typedef OctetSeq_out CORBA::OctetSeq::_out_type
 

Definition at line 108 of file OctetSeqC.h.

typedef OctetSeq_var CORBA::OctetSeq::_var_type
 

Definition at line 107 of file OctetSeqC.h.


Constructor & Destructor Documentation

CORBA::OctetSeq::OctetSeq void   ) 
 

Definition at line 53 of file OctetSeqC.cpp.

00054 {}

CORBA::OctetSeq::OctetSeq CORBA::ULong  max  ) 
 

Definition at line 56 of file OctetSeqC.cpp.

00059   : TAO::unbounded_value_sequence<
00060         CORBA::Octet
00061       >
00062     (max)
00063 {}

CORBA::OctetSeq::OctetSeq CORBA::ULong  max,
CORBA::ULong  length,
CORBA::Octet buffer,
CORBA::Boolean  release = false
 

Definition at line 65 of file OctetSeqC.cpp.

00071   : TAO::unbounded_value_sequence<
00072         CORBA::Octet
00073       >
00074     (max, length, buffer, release)
00075 {}

CORBA::OctetSeq::OctetSeq const OctetSeq  ) 
 

Definition at line 77 of file OctetSeqC.cpp.

00080   : TAO::unbounded_value_sequence<
00081         CORBA::Octet
00082       >
00083     (seq)
00084 {}

CORBA::OctetSeq::~OctetSeq void   ) 
 

Definition at line 86 of file OctetSeqC.cpp.

00087 {}

CORBA::OctetSeq::OctetSeq CORBA::ULong  length,
const ACE_Message_Block mb
[inline]
 

Definition at line 111 of file OctetSeqC.h.


Member Function Documentation

void CORBA::OctetSeq::_tao_any_destructor void *   )  [static]
 

Definition at line 89 of file OctetSeqC.cpp.

00092 {
00093   OctetSeq * _tao_tmp_pointer =
00094     static_cast<OctetSeq *> (_tao_void_pointer);
00095   delete _tao_tmp_pointer;
00096 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 12:25:00 2006 for TAO by doxygen 1.3.6