Public Member Functions | Private Attributes

TAO_PSDL_Storagehome_Member Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Member (TAO_PSDL_Node *key_dcl)
 ****************************************************************
virtual ~TAO_PSDL_Storagehome_Member (void)
TAO_PSDL_Nodekey_dcl (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodekey_dcl_
 The values.

Detailed Description

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

Definition at line 1255 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Member::TAO_PSDL_Storagehome_Member ( TAO_PSDL_Node key_dcl  ) 

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

Definition at line 1877 of file PSDL_Node.cpp.

  : key_dcl_ (key_dcl)
{
}

TAO_PSDL_Storagehome_Member::~TAO_PSDL_Storagehome_Member ( void   )  [virtual]

Definition at line 1883 of file PSDL_Node.cpp.

{
  delete this->key_dcl_;
}


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1897 of file PSDL_Node.cpp.

{
  return visitor->visit_storagehome_member  (this);
}

TAO_PSDL_Node * TAO_PSDL_Storagehome_Member::key_dcl ( void   )  const

Get the value.

Definition at line 1890 of file PSDL_Node.cpp.

{
  return this->key_dcl_;
}


Member Data Documentation

The values.

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