TAO_PSDL_Interface_Dcl Class Reference

**************************************************************** More...

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Interface_Dcl:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Interface_Dcl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Interface_Dcl (TAO_PSDL_Node *interface_header)
 ****************************************************************

 TAO_PSDL_Interface_Dcl (TAO_PSDL_Node *interface_header, TAO_PSDL_Node *interface_body)
virtual ~TAO_PSDL_Interface_Dcl (void)
TAO_PSDL_Nodeinterface_header (void) const
 Get the value.

TAO_PSDL_Nodeinterface_body (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.


Private Attributes

TAO_PSDL_Nodeinterface_header_
 The values.

TAO_PSDL_Nodeinterface_body_

Detailed Description

****************************************************************

Definition at line 2538 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Interface_Dcl::TAO_PSDL_Interface_Dcl TAO_PSDL_Node interface_header  ) 
 

****************************************************************

Definition at line 3975 of file PSDL_Node.cpp.

03977   : interface_header_ (interface_header),
03978     interface_body_ (0)
03979 {
03980 }

TAO_PSDL_Interface_Dcl::TAO_PSDL_Interface_Dcl TAO_PSDL_Node interface_header,
TAO_PSDL_Node interface_body
 

Definition at line 3982 of file PSDL_Node.cpp.

03985   : interface_header_ (interface_header),
03986     interface_body_ (interface_body)
03987 {
03988 }

TAO_PSDL_Interface_Dcl::~TAO_PSDL_Interface_Dcl void   )  [virtual]
 

Definition at line 3991 of file PSDL_Node.cpp.

References interface_header_.

03992 {
03993   delete this->interface_header_;
03994 
03995   if (this->interface_body_ != 0)
03996     delete this->interface_body_;
03997 }


Member Function Documentation

int TAO_PSDL_Interface_Dcl::accept TAO_PSDL_Node_Visitor visitor  )  [virtual]
 

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4014 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_interface_dcl().

04015 {
04016   return visitor->visit_interface_dcl (this);
04017 }

TAO_PSDL_Node * TAO_PSDL_Interface_Dcl::interface_body void   )  const
 

Definition at line 4007 of file PSDL_Node.cpp.

Referenced by TAO_PSDL_Scope_Visitor::visit_interface_dcl(), TAO_PSDL_Interface_Visitor::visit_interface_dcl(), and Dump_Visitor::visit_interface_dcl().

04008 {
04009   return this->interface_body_;
04010 }

TAO_PSDL_Node * TAO_PSDL_Interface_Dcl::interface_header void   )  const
 

Get the value.

Definition at line 4001 of file PSDL_Node.cpp.

References interface_header_.

Referenced by TAO_PSDL_Scope_Visitor::visit_interface_dcl(), TAO_PSDL_Interface_Visitor::visit_interface_dcl(), and Dump_Visitor::visit_interface_dcl().

04002 {
04003   return this->interface_header_;
04004 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Interface_Dcl::interface_body_ [private]
 

Definition at line 2560 of file PSDL_Node.h.

TAO_PSDL_Node* TAO_PSDL_Interface_Dcl::interface_header_ [private]
 

The values.

Definition at line 2559 of file PSDL_Node.h.

Referenced by interface_header(), and ~TAO_PSDL_Interface_Dcl().


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 14:09:10 2006 for TAO_PSS by doxygen 1.3.6