#include <CXEVTripletList.h>
Inheritance diagram for CXEVTripletList:

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. | |
|
|
constructor. we do not need anything |