**************************************************************** More...
#include <PSDL_Node.h>
Public Member Functions | |
TAO_PSDL_State_Member (TAO_PSDL_Node *public_or_private, TAO_PSDL_Node *type_spec, TAO_PSDL_Node *declarators) | |
**************************************************************** | |
virtual | ~TAO_PSDL_State_Member (void) |
TAO_PSDL_Node * | public_or_private (void) const |
Get the value. | |
TAO_PSDL_Node * | type_spec (void) const |
TAO_PSDL_Node * | declarators (void) const |
int | accept (TAO_PSDL_Node_Visitor *visitor) |
= The Node methods. | |
Private Attributes | |
TAO_PSDL_Node * | public_or_private_ |
The values. | |
TAO_PSDL_Node * | type_spec_ |
TAO_PSDL_Node * | declarators_ |
****************************************************************
Definition at line 3147 of file PSDL_Node.h.
TAO_PSDL_State_Member::TAO_PSDL_State_Member | ( | TAO_PSDL_Node * | public_or_private, | |
TAO_PSDL_Node * | type_spec, | |||
TAO_PSDL_Node * | declarators | |||
) |
****************************************************************
Definition at line 4890 of file PSDL_Node.cpp.
: public_or_private_ (public_or_private), type_spec_ (type_spec), declarators_ (declarators) { }
TAO_PSDL_State_Member::~TAO_PSDL_State_Member | ( | void | ) | [virtual] |
Definition at line 4899 of file PSDL_Node.cpp.
{ delete this->public_or_private_; delete this->type_spec_; delete this->declarators_; }
int TAO_PSDL_State_Member::accept | ( | TAO_PSDL_Node_Visitor * | visitor | ) | [virtual] |
= The Node methods.
Implements TAO_PSDL_Node.
Definition at line 4929 of file PSDL_Node.cpp.
{ return visitor->visit_state_member (this); }
TAO_PSDL_Node * TAO_PSDL_State_Member::declarators | ( | void | ) | const |
Definition at line 4922 of file PSDL_Node.cpp.
{ return this->declarators_; }
TAO_PSDL_Node * TAO_PSDL_State_Member::public_or_private | ( | void | ) | const |
TAO_PSDL_Node * TAO_PSDL_State_Member::type_spec | ( | void | ) | const |
Definition at line 4916 of file PSDL_Node.cpp.
{ return this->type_spec_; }
TAO_PSDL_Node* TAO_PSDL_State_Member::declarators_ [private] |
Definition at line 3176 of file PSDL_Node.h.
The values.
Definition at line 3174 of file PSDL_Node.h.
TAO_PSDL_Node* TAO_PSDL_State_Member::type_spec_ [private] |
Definition at line 3175 of file PSDL_Node.h.