Public Member Functions | Private Attributes

ETCL_Dot Class Reference

#include <ETCL_Constraint.h>

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

List of all members.

Public Member Functions

 ETCL_Dot (void)
 ETCL_Dot (ETCL_Constraint *component)
virtual ~ETCL_Dot (void)
ETCL_Constraintcomponent (void) const
virtual int accept (ETCL_Constraint_Visitor *visitor)

Private Attributes

ETCL_Constraintcomponent_

Detailed Description

Definition at line 303 of file ETCL_Constraint.h.


Constructor & Destructor Documentation

ETCL_Dot::ETCL_Dot ( void   )  [inline]

Definition at line 231 of file ETCL_Constraint.inl.

{}

ETCL_Dot::ETCL_Dot ( ETCL_Constraint component  )  [inline]

Definition at line 235 of file ETCL_Constraint.inl.

  : component_ (component)
{
}

ETCL_Dot::~ETCL_Dot ( void   )  [virtual]

Definition at line 573 of file ETCL_Constraint.cpp.

{
  delete this->component_;
}


Member Function Documentation

int ETCL_Dot::accept ( ETCL_Constraint_Visitor visitor  )  [virtual]

Reimplemented from ETCL_Constraint.

Definition at line 579 of file ETCL_Constraint.cpp.

{
  return visitor->visit_dot (this);
}

ETCL_Constraint * ETCL_Dot::component ( void   )  const [inline]

Definition at line 241 of file ETCL_Constraint.inl.

{
  return this->component_;
}


Member Data Documentation

Definition at line 315 of file ETCL_Constraint.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines