#include <PSDL_Node.h>
Inheritance diagram for TAO_PSDL_Interface_Body:
Public Member Functions | |
TAO_PSDL_Interface_Body (TAO_PSDL_Node *export_variable) | |
**************************************************************** | |
TAO_PSDL_Interface_Body (TAO_PSDL_Node *export_variable, TAO_PSDL_Node *interface_body) | |
virtual | ~TAO_PSDL_Interface_Body (void) |
TAO_PSDL_Node * | export_variable (void) const |
Get the value. | |
TAO_PSDL_Node * | interface_body (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | export_variable_ |
The values. | |
TAO_PSDL_Node * | interface_body_ |
TAO_PSDL_Interface_Body::TAO_PSDL_Interface_Body | ( | TAO_PSDL_Node * | export_variable | ) |
****************************************************************
TAO_PSDL_Interface_Body::TAO_PSDL_Interface_Body | ( | TAO_PSDL_Node * | export_variable, | |
TAO_PSDL_Node * | interface_body | |||
) |
TAO_PSDL_Interface_Body::~TAO_PSDL_Interface_Body | ( | void | ) | [virtual] |
TAO_PSDL_Node * TAO_PSDL_Interface_Body::export_variable | ( | void | ) | const |
Get the value.
TAO_PSDL_Node * TAO_PSDL_Interface_Body::interface_body | ( | void | ) | const |
int TAO_PSDL_Interface_Body::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
The values.