#include <Typecode.h>
Public Methods | |
TC_Private_State (CORBA::TCKind kind) | |
constructor. | |
~TC_Private_State (void) | |
destructor. | |
Public Attributes | |
TAO_SYNCH_MUTEX | mutex_ |
CORBA::TCKind | tc_kind_ |
our kind that will determine what kind of children we may have. | |
CORBA::Boolean | tc_id_known_ |
CORBA::Boolean | tc_name_known_ |
CORBA::Boolean | tc_member_count_known_ |
CORBA::Boolean | tc_member_type_list_known_ |
CORBA::Boolean | tc_member_name_list_known_ |
CORBA::Boolean | tc_member_label_list_known_ |
CORBA::Boolean | tc_discriminator_type_known_ |
CORBA::Boolean | tc_default_index_used_known_ |
CORBA::Boolean | tc_length_known_ |
CORBA::Boolean | tc_content_type_known_ |
CORBA::Boolean | tc_discrim_pad_size_known_ |
char* | tc_id_ |
char* | tc_name_ |
CORBA::ULong | tc_member_count_ |
CORBA::TypeCode_ptr* | tc_member_type_list_ |
char** | tc_member_name_list_ |
CORBA::Any_ptr* | tc_member_label_list_ |
CORBA::TypeCode_ptr | tc_discriminator_type_ |
CORBA::Long | tc_default_index_used_ |
CORBA::ULong | tc_length_ |
CORBA::TypeCode_ptr | tc_content_type_ |
Used to store precomputed values
|
constructor.
|
|
destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
our kind that will determine what kind of children we may have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|