TAO_PSDL_Element_Spec Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Element_Spec:

Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Element_Spec:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_PSDL_Element_Spec (TAO_PSDL_Node *type_spec, TAO_PSDL_Node *declarator)
 ****************************************************************
virtual ~TAO_PSDL_Element_Spec (void)
TAO_PSDL_Nodetype_spec (void) const
 Get the value.
TAO_PSDL_Nodedeclarator (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodetype_spec_
 The values.
TAO_PSDL_Nodedeclarator_

Detailed Description

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

Definition at line 1896 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Element_Spec::TAO_PSDL_Element_Spec ( TAO_PSDL_Node type_spec,
TAO_PSDL_Node declarator 
)

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

Definition at line 2939 of file PSDL_Node.cpp.

02941   : type_spec_ (type_spec),
02942     declarator_ (declarator)
02943 {
02944 }

TAO_PSDL_Element_Spec::~TAO_PSDL_Element_Spec ( void   )  [virtual]

Definition at line 2946 of file PSDL_Node.cpp.

References declarator_, and type_spec_.

02947 {
02948   delete this->type_spec_;
02949   delete this->declarator_;
02950 }


Member Function Documentation

int TAO_PSDL_Element_Spec::accept ( TAO_PSDL_Node_Visitor visitor  )  [virtual]

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2967 of file PSDL_Node.cpp.

References TAO_PSDL_Node_Visitor::visit_element_spec().

02968 {
02969   return visitor->visit_element_spec (this);
02970 }

TAO_PSDL_Node * TAO_PSDL_Element_Spec::declarator ( void   )  const

Definition at line 2960 of file PSDL_Node.cpp.

References declarator_.

02961 {
02962   return this->declarator_;
02963 }

TAO_PSDL_Node * TAO_PSDL_Element_Spec::type_spec ( void   )  const

Get the value.

Definition at line 2954 of file PSDL_Node.cpp.

References type_spec_.

02955 {
02956   return this->type_spec_;
02957 }


Member Data Documentation

TAO_PSDL_Node* TAO_PSDL_Element_Spec::declarator_ [private]

Definition at line 1915 of file PSDL_Node.h.

Referenced by declarator(), and ~TAO_PSDL_Element_Spec().

TAO_PSDL_Node* TAO_PSDL_Element_Spec::type_spec_ [private]

The values.

Definition at line 1914 of file PSDL_Node.h.

Referenced by type_spec(), and ~TAO_PSDL_Element_Spec().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:50:26 2010 for TAO_PSS by  doxygen 1.4.7