

Public Member Functions | |
| Visitor1 (std::map< std::string, std::tuple< ElementaryPoint *, Node *, std::shared_ptr< Bloc > > > *m) | |
| void | beginForkBlocPoint (ForkBlocPoint *pt) |
| void | endForkBlocPoint (ForkBlocPoint *pt) |
| void | beginLinkedBlocPoint (LinkedBlocPoint *pt) |
| void | endLinkedBlocPoint (LinkedBlocPoint *pt) |
| void | beginElementaryPoint (ElementaryPoint *pt) |
| void | endElementaryPoint (ElementaryPoint *pt) |
| void | beginNotSimpleCasePoint (NotSimpleCasePoint *pt) |
| void | endNotSimpleCasePoint (NotSimpleCasePoint *pt) |
Private Attributes | |
| std::map< std::string, std::tuple< ElementaryPoint *, Node *, std::shared_ptr< Bloc > > > * | _m |
Definition at line 263 of file AbstractPoint.cxx.
|
inline |
Definition at line 266 of file AbstractPoint.cxx.
|
inlinevirtual |
Implements YACS::ENGINE::PointVisitor.
Definition at line 271 of file AbstractPoint.cxx.
References YACS::ENGINE::ElementaryPoint::getNode(), and YACS::ENGINE::ElementaryPoint::getNodeName().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 284 of file AbstractPoint.cxx.