TAO_AnyTypeCode  2.0.7
Public Member Functions | Private Attributes
TAO::TypeCode::Base_Attributes Class Reference

Attributes contained by most TypeCodes with complex parameter lists. More...

#include <TypeCode_Base_Attributes.h>

List of all members.

Public Member Functions

 Base_Attributes (char const *id, char const *name)
 Constructor.
 Base_Attributes (char const *id)
 Constructor used by recursive TypeCodes.
char const * id (void) const
 Get the RepositoryId globally identifying the type.
char const * name (void) const
void name (char const *the_name)

Private Attributes

STRING_TYPE const id_
 The RepositoryId globally identifying the type.
STRING_TYPE name_

Detailed Description

Attributes contained by most TypeCodes with complex parameter lists.

Most TypeCodes with complex parameter lists (see Section 15.3.5.1 "TypeCode" in the CORBA specification) contain these attributes, namely a repository ID and a name.


Constructor & Destructor Documentation

TAO::TypeCode::Base_Attributes::Base_Attributes ( char const *  id,
char const *  name 
)

Constructor.

TAO::TypeCode::Base_Attributes::Base_Attributes ( char const *  id)

Constructor used by recursive TypeCodes.


Member Function Documentation

char const * TAO::TypeCode::Base_Attributes::id ( void  ) const

Get the RepositoryId globally identifying the type.

char const * TAO::TypeCode::Base_Attributes::name ( void  ) const

Get the simple name identifying the type within its enclosing scope.

void TAO::TypeCode::Base_Attributes::name ( char const *  the_name)

Set the simple name identifying the type within its enclosing scope.

Note:
This method only used when creating a recursive TypeCode.

Member Data Documentation

STRING_TYPE const TAO::TypeCode::Base_Attributes::id_ [private]

The RepositoryId globally identifying the type.

The simple name identifying the type within its enclosing scope.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines