TypeCodes
with complex parameter lists.
More...
#include <TypeCode_Base_Attributes.h>
Collaboration diagram for TAO::TypeCode::Base_Attributes< STRING_TYPE >:
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_ |
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.
|
|
Constructor used by recursive
|
|
Get the
|
|
|
|
Get the simple name identifying the type within its enclosing scope. |
|
The
|
|
The simple name identifying the type within its enclosing scope. |