#include <Sequence_TypeCode_Static.h>
Inheritance diagram for TAO::TypeCode::Sequence< CORBA::TypeCode_ptr const *, TAO::Null_RefCount_Policy >:
@c TAO CORBA::TypeCode Template Methods | |
CORBA::TypeCode template methods specific to tk_sequence TypeCodes .
| |
virtual CORBA::Boolean | equal_i (CORBA::TypeCode_ptr tc) const |
virtual CORBA::Boolean | equivalent_i (CORBA::TypeCode_ptr tc) const |
virtual CORBA::TypeCode_ptr | get_compact_typecode_i (void) const |
virtual CORBA::ULong | length_i (void) const |
virtual CORBA::TypeCode_ptr | content_type_i (void) const |
CORBA::TypeCode_ptr const *const | content_type_ |
Element type of the sequence. | |
CORBA::ULong const | length_ |
Public Member Functions | |
Sequence (CORBA::TCKind kind, CORBA::TypeCode_ptr const *content_type, CORBA::ULong length) | |
Constructor. | |
TAO-specific @c CORBA::TypeCode Methods | |
virtual bool | tao_marshal (TAO_OutputCDR &cdr, CORBA::ULong offset) const |
Marshal this TypeCode into a CDR output stream. | |
virtual void | tao_duplicate (void) |
Increase the reference count on this TypeCode . | |
virtual void | tao_release (void) |
Decrease the reference count on this object. |
|
Reimplemented from CORBA::TypeCode. |
|
Implements CORBA::TypeCode. |
|
Implements CORBA::TypeCode. |
|
Implements CORBA::TypeCode. |
|
Reimplemented from CORBA::TypeCode. |
|
Constructor.
|
|
Increase the reference count on this
Implements CORBA::TypeCode. |
|
Marshal this
Marshal this
Implements CORBA::TypeCode. |
|
Decrease the reference count on this object.
Implements CORBA::TypeCode. |
|
Element type of the sequence.
A pointer to the
Definition at line 108 of file Sequence_TypeCode_Static.h. |
|
Length of the Definition at line 112 of file Sequence_TypeCode_Static.h. |