Public Member Functions | Private Attributes

TAO_PSDL_Abstract_Storagetype_Ref_Type Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagetype_Ref_Type (TAO_PSDL_Node *key_word, TAO_PSDL_Node *abs_storagetype_name)
 ****************************************************************
 TAO_PSDL_Abstract_Storagetype_Ref_Type (TAO_PSDL_Node *abs_storagetype_name)
virtual ~TAO_PSDL_Abstract_Storagetype_Ref_Type (void)
TAO_PSDL_Nodekey_word (void) const
 Get the value.
TAO_PSDL_Nodeabs_storagetype_name (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodekey_word_
 The values.
TAO_PSDL_Nodeabs_storagetype_name_

Detailed Description

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

Definition at line 409 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagetype_Ref_Type::TAO_PSDL_Abstract_Storagetype_Ref_Type ( TAO_PSDL_Node key_word,
TAO_PSDL_Node abs_storagetype_name 
)

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

Definition at line 554 of file PSDL_Node.cpp.

  : key_word_ (key_word),
    abs_storagetype_name_ (abs_storagetype_name)
{
}

TAO_PSDL_Abstract_Storagetype_Ref_Type::TAO_PSDL_Abstract_Storagetype_Ref_Type ( TAO_PSDL_Node abs_storagetype_name  ) 

Definition at line 561 of file PSDL_Node.cpp.

  : key_word_ (0),
    abs_storagetype_name_ (abs_storagetype_name)
{
}

TAO_PSDL_Abstract_Storagetype_Ref_Type::~TAO_PSDL_Abstract_Storagetype_Ref_Type ( void   )  [virtual]

Definition at line 567 of file PSDL_Node.cpp.

{
  if (this->key_word_ != 0)
    delete this->key_word_;
  delete this->abs_storagetype_name_;
}


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype_Ref_Type::abs_storagetype_name ( void   )  const

Definition at line 582 of file PSDL_Node.cpp.

{
  return this->abs_storagetype_name_;
}

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 589 of file PSDL_Node.cpp.

{
  return visitor->visit_abstract_storagetype_ref_type (this);
}

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagetype_Ref_Type::key_word ( void   )  const

Get the value.

Definition at line 576 of file PSDL_Node.cpp.

{
  return this->key_word_;
}


Member Data Documentation

Definition at line 430 of file PSDL_Node.h.

The values.

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