#include <ETCL_Constraint.h>


Public Member Functions | |
| ETCL_Dot (void) | |
| ETCL_Dot (ETCL_Constraint *component) | |
| virtual | ~ETCL_Dot (void) |
| ETCL_Constraint * | component (void) const |
| virtual int | accept (ETCL_Constraint_Visitor *visitor) |
Private Attributes | |
| ETCL_Constraint * | component_ |
Definition at line 303 of file ETCL_Constraint.h.
| 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_;
}
| 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_;
}
ETCL_Constraint* ETCL_Dot::component_ [private] |
Definition at line 315 of file ETCL_Constraint.h.
1.7.0