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