Public Member Functions | Private Attributes

TAO_PSDL_Declarator Class Reference

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

#include <PSDL_Node.h>

Inheritance diagram for TAO_PSDL_Declarator:
Inheritance graph
[legend]
Collaboration diagram for TAO_PSDL_Declarator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_PSDL_Declarator (TAO_PSDL_Node *type_of_declarator)
 ****************************************************************
virtual ~TAO_PSDL_Declarator (void)
TAO_PSDL_Nodetype_of_declarator (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodetype_of_declarator_
 The values.

Detailed Description

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

Definition at line 1569 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Declarator::TAO_PSDL_Declarator ( TAO_PSDL_Node type_of_declarator  ) 

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

Definition at line 2323 of file PSDL_Node.cpp.

  : type_of_declarator_ (type_of_declarator)
{
}

TAO_PSDL_Declarator::~TAO_PSDL_Declarator ( void   )  [virtual]

Definition at line 2328 of file PSDL_Node.cpp.

{
  delete this->type_of_declarator_;
}


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 2342 of file PSDL_Node.cpp.

{
  return visitor->visit_declarator  (this);
}

TAO_PSDL_Node * TAO_PSDL_Declarator::type_of_declarator ( void   )  const

Get the value.

Definition at line 2335 of file PSDL_Node.cpp.

{
  return this->type_of_declarator_;
}


Member Data Documentation

The values.

Definition at line 1585 of file PSDL_Node.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines