Public Member Functions | Private Attributes

TAO_PSDL_Storagehome_Body Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Storagehome_Body ()
 ****************************************************************
 TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member)
 TAO_PSDL_Storagehome_Body (TAO_PSDL_Node *storagehome_member, TAO_PSDL_Node *storagehome_body)
virtual ~TAO_PSDL_Storagehome_Body (void)
TAO_PSDL_Nodestoragehome_member (void) const
 Get the value.
TAO_PSDL_Nodestoragehome_body (void) const
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodestoragehome_member_
 The values.
TAO_PSDL_Nodestoragehome_body_

Detailed Description

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

Definition at line 1227 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body (  ) 

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

Definition at line 1826 of file PSDL_Node.cpp.

TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body ( TAO_PSDL_Node storagehome_member  ) 

Definition at line 1832 of file PSDL_Node.cpp.

  : storagehome_member_ (storagehome_member),
    storagehome_body_ (0)
{
}

TAO_PSDL_Storagehome_Body::TAO_PSDL_Storagehome_Body ( TAO_PSDL_Node storagehome_member,
TAO_PSDL_Node storagehome_body 
)

Definition at line 1839 of file PSDL_Node.cpp.

  : storagehome_member_ (storagehome_member),
    storagehome_body_ (storagehome_body)
{
}

TAO_PSDL_Storagehome_Body::~TAO_PSDL_Storagehome_Body ( void   )  [virtual]

Definition at line 1847 of file PSDL_Node.cpp.

{
  delete this->storagehome_member_;
  delete this->storagehome_body_;
}


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1869 of file PSDL_Node.cpp.

{
  return visitor->visit_storagehome_body  (this);
}

TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_body ( void   )  const

Definition at line 1861 of file PSDL_Node.cpp.

{
  return this->storagehome_body_;
}

TAO_PSDL_Node * TAO_PSDL_Storagehome_Body::storagehome_member ( void   )  const

Get the value.

Definition at line 1855 of file PSDL_Node.cpp.

{
  return this->storagehome_member_;
}


Member Data Documentation

Definition at line 1250 of file PSDL_Node.h.

The values.

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