Public Member Functions | Private Attributes

TAO_PSDL_Constr_Forward_Decl Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Constr_Forward_Decl (TAO_PSDL_Node *type, TAO_PSDL_Node *identifier)
 ****************************************************************
virtual ~TAO_PSDL_Constr_Forward_Decl (void)
TAO_PSDL_Nodetype (void) const
 Get the value.
TAO_PSDL_Nodeidentifier (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodetype_
 The values.
TAO_PSDL_Nodeidentifier_

Detailed Description

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

Definition at line 2467 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Constr_Forward_Decl::TAO_PSDL_Constr_Forward_Decl ( TAO_PSDL_Node type,
TAO_PSDL_Node identifier 
)

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

Definition at line 3867 of file PSDL_Node.cpp.

  : type_ (type),
    identifier_ (identifier)
{
}

TAO_PSDL_Constr_Forward_Decl::~TAO_PSDL_Constr_Forward_Decl ( void   )  [virtual]

Definition at line 3874 of file PSDL_Node.cpp.

{
  delete this->identifier_;
}


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 3893 of file PSDL_Node.cpp.

{
  return visitor->visit_constr_forward_decl (this);
}

TAO_PSDL_Node * TAO_PSDL_Constr_Forward_Decl::identifier ( void   )  const

Definition at line 3887 of file PSDL_Node.cpp.

{
  return this->identifier_;
}

TAO_PSDL_Node * TAO_PSDL_Constr_Forward_Decl::type ( void   )  const

Get the value.

Definition at line 3881 of file PSDL_Node.cpp.

{
  return this->type_;
}


Member Data Documentation

Definition at line 2486 of file PSDL_Node.h.

The values.

Reimplemented from TAO_PSDL_Node.

Definition at line 2485 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