Public Member Functions | Private Attributes

TAO_PSDL_Storagehome Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header)
 ****************************************************************
 TAO_PSDL_Storagehome (TAO_PSDL_Node *storagehome_header, TAO_PSDL_Node *storagehome_body)
virtual ~TAO_PSDL_Storagehome (void)
TAO_PSDL_Nodestoragehome_header (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_header_
 The values.
TAO_PSDL_Nodestoragehome_body_

Detailed Description

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

Definition at line 1164 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Storagehome::TAO_PSDL_Storagehome ( TAO_PSDL_Node storagehome_header  ) 

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

Definition at line 1711 of file PSDL_Node.cpp.

  : storagehome_header_ (storagehome_header),
    storagehome_body_ (0)
{
}

TAO_PSDL_Storagehome::TAO_PSDL_Storagehome ( TAO_PSDL_Node storagehome_header,
TAO_PSDL_Node storagehome_body 
)

Definition at line 1717 of file PSDL_Node.cpp.

  : storagehome_header_ (storagehome_header),
    storagehome_body_ (storagehome_body)
{
}

TAO_PSDL_Storagehome::~TAO_PSDL_Storagehome ( void   )  [virtual]

Definition at line 1724 of file PSDL_Node.cpp.

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


Member Function Documentation

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 1745 of file PSDL_Node.cpp.

{
  return visitor->visit_storagehome (this);
}

TAO_PSDL_Node * TAO_PSDL_Storagehome::storagehome_body ( void   )  const

Definition at line 1738 of file PSDL_Node.cpp.

{
  return this->storagehome_body_;
}

TAO_PSDL_Node * TAO_PSDL_Storagehome::storagehome_header ( void   )  const

Get the value.

Definition at line 1732 of file PSDL_Node.cpp.

{
  return this->storagehome_header_;
}


Member Data Documentation

Definition at line 1185 of file PSDL_Node.h.

The values.

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