Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq Class Reference

#include <Policy_ForwardC.h>

Inheritance diagram for CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq:

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

Collaboration graph
[legend]
List of all members.

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::ULongoperator[] (CORBA::ULong i)
const CORBA::ULongoperator[] (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::ULongget_buffer (CORBA::Boolean orphan=0)
const CORBA::ULongget_buffer (void) const
void replace (CORBA::ULong max, CORBA::ULong length, CORBA::ULong *data, CORBA::Boolean release)

Static Public Methods

CORBA::ULongallocbuf (CORBA::ULong size)
void freebuf (CORBA::ULong *buffer)

Constructor & Destructor Documentation

ACE_INLINE CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq void   
 

ACE_INLINE CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq CORBA::ULong    maximum
 

ACE_INLINE CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq CORBA::ULong    maximum,
CORBA::ULong    length,
CORBA::ULong   data,
CORBA::Boolean    release = 0
 

ACE_INLINE CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &    rhs
 

CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::~_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq void    [virtual]
 


Member Function Documentation

virtual void CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_allocate_buffer CORBA::ULong    length [virtual]
 

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.

void CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::_deallocate_buffer void    [virtual]
 

Must deallocate the buffer and then set it to zero.

Reimplemented from TAO_Base_Sequence.

ACE_INLINE CORBA::ULong * CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::allocbuf CORBA::ULong    size [static]
 

ACE_INLINE void CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::freebuf CORBA::ULong   buffer [static]
 

ACE_INLINE const CORBA::ULong * CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::get_buffer void    const
 

ACE_INLINE CORBA::ULong * CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::get_buffer CORBA::Boolean    orphan = 0
 

ACE_INLINE CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq & CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator= const _TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq &    rhs
 

ACE_INLINE const CORBA::ULong & CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator[] CORBA::ULong    i const
 

ACE_INLINE CORBA::ULong & CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::operator[] CORBA::ULong    i
 

ACE_INLINE void CORBA::_TAO_Unbounded_Sequence_CORBA_PolicyTypeSeq::replace CORBA::ULong    max,
CORBA::ULong    length,
CORBA::ULong   data,
CORBA::Boolean    release
 


The documentation for this class was generated from the following files:
Generated on Fri Nov 22 07:51:16 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001