System documentation of the GNU Image-Finding Tool

Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

CXEVTripletList Class Reference

This visitor converts a CXMLTree into a list of (instruction,name,value) triplets, in order to pass them to Perl or CORBA. More...

#include <CXEVTripletList.h>

Inheritance diagram for CXEVTripletList:

CXMLElementVisitor List of all members.

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.


Detailed Description

This visitor converts a CXMLTree into a list of (instruction,name,value) triplets, in order to pass them to Perl or CORBA.


Constructor & Destructor Documentation

CXEVTripletList::CXEVTripletList  ) 
 

constructor.

we do not need anything


The documentation for this class was generated from the following file:
Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen