#include <Policy_ForwardC.h>
Inheritance diagram for CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq:
Public Methods | |
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (void) | |
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (CORBA::ULong maximum) | |
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (CORBA::ULong maximum, CORBA::ULong length, CORBA::ULong *data, CORBA::Boolean release=0) | |
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &rhs) | |
_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq & | operator= (const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &rhs) |
virtual | ~_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq (void) |
CORBA::ULong & | operator[] (CORBA::ULong i) |
const CORBA::ULong & | operator[] (CORBA::ULong i) const |
virtual void | _allocate_buffer (CORBA::ULong length) |
Ensure that the buffer contains space for at least <length> elements. More... | |
virtual void | _deallocate_buffer (void) |
Must deallocate the buffer and then set it to zero. More... | |
CORBA::ULong * | get_buffer (CORBA::Boolean orphan=0) |
const CORBA::ULong * | get_buffer (void) const |
void | replace (CORBA::ULong max, CORBA::ULong length, CORBA::ULong *data, CORBA::Boolean release) |
Static Public Methods | |
CORBA::ULong * | allocbuf (CORBA::ULong size) |
void | freebuf (CORBA::ULong *buffer) |
|
|
|
|
|
|
|
|
|
|
|
Ensure that the buffer contains space for at least <length> elements. The constructor must be called for any new elements, the old ones (if any) must be copied into the buffer using operator= and then their destructors must be called. Finally the old buffer must be released. Reimplemented from TAO_Base_Sequence. |
|
Must deallocate the buffer and then set it to zero.
Reimplemented from TAO_Base_Sequence. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|