Public Member Functions | Private Attributes

TAO_PSDL_Abstract_Storagehome_Inh_Spec Class Reference

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

#include <PSDL_Node.h>

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

List of all members.

Public Member Functions

 TAO_PSDL_Abstract_Storagehome_Inh_Spec (TAO_PSDL_Node *abs_storagehome_name)
 ****************************************************************
virtual ~TAO_PSDL_Abstract_Storagehome_Inh_Spec (void)
TAO_PSDL_Nodeabs_storagehome_name (void) const
 Get the value.
int accept (TAO_PSDL_Node_Visitor *visitor)
 = The Node methods.

Private Attributes

TAO_PSDL_Nodeabs_storagehome_name_
 The values.

Detailed Description

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

Definition at line 583 of file PSDL_Node.h.


Constructor & Destructor Documentation

TAO_PSDL_Abstract_Storagehome_Inh_Spec::TAO_PSDL_Abstract_Storagehome_Inh_Spec ( TAO_PSDL_Node abs_storagehome_name  ) 

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

Definition at line 816 of file PSDL_Node.cpp.

  : abs_storagehome_name_ (abs_storagehome_name)
{
}

TAO_PSDL_Abstract_Storagehome_Inh_Spec::~TAO_PSDL_Abstract_Storagehome_Inh_Spec ( void   )  [virtual]

Definition at line 821 of file PSDL_Node.cpp.

{
  delete this->abs_storagehome_name_;
}


Member Function Documentation

TAO_PSDL_Node * TAO_PSDL_Abstract_Storagehome_Inh_Spec::abs_storagehome_name ( void   )  const

Get the value.

Definition at line 828 of file PSDL_Node.cpp.

{
  return this->abs_storagehome_name_;
}

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

= The Node methods.

Implements TAO_PSDL_Node.

Definition at line 836 of file PSDL_Node.cpp.

{
  return visitor->visit_abstract_storagehome_inh_spec (this);
}


Member Data Documentation

The values.

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