Public Member Functions | Private Attributes

TAO_PSDL_Value_Box_Dcl Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Value_Box_Dcl (TAO_PSDL_Node *value_common_base, TAO_PSDL_Node *type_spec)
 ****************************************************************
virtual ~TAO_PSDL_Value_Box_Dcl (void)
TAO_PSDL_Nodevalue_common_base (void) const
 Get the value.
TAO_PSDL_Nodetype_spec (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodevalue_common_base_
 The values.
TAO_PSDL_Nodetype_spec_

Detailed Description

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

Definition at line 2803 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Value_Box_Dcl::TAO_PSDL_Value_Box_Dcl ( TAO_PSDL_Node value_common_base,
TAO_PSDL_Node type_spec 
)

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

Definition at line 4390 of file PSDL_Node.cpp.

  : value_common_base_ (value_common_base),
    type_spec_ (type_spec)
{
}

TAO_PSDL_Value_Box_Dcl::~TAO_PSDL_Value_Box_Dcl ( void   )  [virtual]

Definition at line 4398 of file PSDL_Node.cpp.

{
  delete this->value_common_base_;
  delete this->type_spec_;
}


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 4419 of file PSDL_Node.cpp.

{
  return visitor->visit_value_box_dcl (this);
}

TAO_PSDL_Node * TAO_PSDL_Value_Box_Dcl::type_spec ( void   )  const

Definition at line 4412 of file PSDL_Node.cpp.

{
  return this->type_spec_;
}

TAO_PSDL_Node * TAO_PSDL_Value_Box_Dcl::value_common_base ( void   )  const

Get the value.

Definition at line 4406 of file PSDL_Node.cpp.

{
  return this->value_common_base_;
}


Member Data Documentation

Definition at line 2822 of file PSDL_Node.h.

The values.

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