System documentation of the GNU Image-Finding Tool

Public Member Functions | Protected Attributes | List of all members
CXEVCommunication Class Reference

A visitor visiting document trees built from the communication. More...

#include <CXEVCommunication.h>

Inheritance diagram for CXEVCommunication:
CXMLElementVisitor

Public Member Functions

 CXEVCommunication (CCommunicationHandler *inHandler)
 constructor.
virtual bool startVisit (const CXMLElement &inVisited)
 actually carrying out the visit
virtual void endVisit (const CXMLElement &inVisited)
 actually carrying out the visit
- 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

string mSessionID
 the session in which this message is sent
CCommunicationHandlermHandler
 CCommunicationHandler which will build the response from our calls.

Detailed Description

A visitor visiting document trees built from the communication.

Constructor & Destructor Documentation

CXEVCommunication::CXEVCommunication ( CCommunicationHandler inHandler)

constructor.

When traversing the tree we need to call member functions of the communication handler with subtrees of the tree we traverse.


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