CORBA::TypeCode
implementation for OMG IDL types with empty parameter lists.
More...
#include <Empty_Param_TypeCode.h>
Inheritance diagram for TAO::TypeCode::Empty_Param:
Public Member Functions | |
Empty_Param (CORBA::TCKind k) | |
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. | |
Protected Member Functions | |
@c TAO CORBA::TypeCode Template Methods | |
CORBA::TypeCode template methods specific to TypeCodes with empty parameter lists.
| |
virtual CORBA::Boolean | equal_i (CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL) const |
virtual CORBA::Boolean | equivalent_i (CORBA::TypeCode_ptr tc ACE_ENV_ARG_DECL) const |
virtual CORBA::TypeCode_ptr | get_compact_typecode_i (ACE_ENV_SINGLE_ARG_DECL) const |
CORBA::TypeCode
implementation for OMG IDL types with empty parameter lists.
This class implements a CORBA::TypeCode
for OMG IDL types with empty parameter lists.
Empty_Param
TypeCodes
are not reference counted in TAO since they are static, exist as constants for the length of a given OS process, and cannot be created through the CORBA::ORB
or CORBA::TypeCodeFactory
interfaces.
|
Constructor.
|
|
|
|
|
|
Implements CORBA::TypeCode. |
|
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. |