#include <CXEVTripletList.h>

Public Member Functions | |
| CXEVTripletList () | |
| constructor. | |
| virtual bool | startVisit (const CXMLElement &inVisited) |
| actually carrying out the visit | |
| virtual void | endVisit (const CXMLElement &inVisited) |
| actually carrying out the visit | |
| const CXMLTripletList & | getTripletList () |
| getting the list which was built | |
Protected Attributes | |
| CXMLTripletList | mTripletList |
| A list of (instruction,name,value) triplets. | |
| CXEVTripletList::CXEVTripletList | ( | ) |
constructor.
we do not need anything