System documentation of the GNU Image-Finding Tool

Public Member Functions | Protected Attributes | List of all 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

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 CXMLTripletListgetTripletList ()
 getting the list which was built
- Public Member Functions inherited from CXMLElementVisitor
virtual bool startVisit (CXMLElement &inVisited)
 makes this visit inVisted.
virtual void endVisit (CXMLElement &inVisited)
 visiting on the way back

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