#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Catalog:
Public Member Functions | |
TAO_PSDL_Catalog (TAO_PSDL_Node *identifier) | |
**************************************************************** | |
TAO_PSDL_Catalog (TAO_PSDL_Node *identifier, TAO_PSDL_Node *catalog_inh_spec, TAO_PSDL_Node *catalog_body) | |
TAO_PSDL_Catalog (TAO_PSDL_Node *identifier, TAO_PSDL_Node *catalog_body) | |
virtual | ~TAO_PSDL_Catalog (void) |
TAO_PSDL_Node * | identifier (void) const |
Get the value. | |
TAO_PSDL_Node * | catalog_inh_spec (void) const |
TAO_PSDL_Node * | catalog_body (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | identifier_ |
The values. | |
TAO_PSDL_Node * | catalog_inh_spec_ |
TAO_PSDL_Node * | catalog_body_ |
TAO_PSDL_Catalog::TAO_PSDL_Catalog | ( | TAO_PSDL_Node * | identifier | ) |
****************************************************************
TAO_PSDL_Catalog::TAO_PSDL_Catalog | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | catalog_inh_spec, | |||
TAO_PSDL_Node * | catalog_body | |||
) |
TAO_PSDL_Catalog::TAO_PSDL_Catalog | ( | TAO_PSDL_Node * | identifier, | |
TAO_PSDL_Node * | catalog_body | |||
) |
TAO_PSDL_Catalog::~TAO_PSDL_Catalog | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Catalog::identifier | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Catalog::catalog_inh_spec | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_Catalog::catalog_body | ( | void | ) | const |
int TAO_PSDL_Catalog::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
TAO_PSDL_Node* TAO_PSDL_Catalog::identifier_ [private] |
The values.
TAO_PSDL_Node* TAO_PSDL_Catalog::catalog_inh_spec_ [private] |
TAO_PSDL_Node* TAO_PSDL_Catalog::catalog_body_ [private] |