Classes | Public Types | Public Member Functions | Public Attributes | Protected Attributes
XmlRpc::XmlRpcDispatch Class Reference

#include <XmlRpcDispatch.h>

List of all members.

Classes

struct  MonitoredSource

Public Types

enum  EventType { ReadableEvent = 1, WritableEvent = 2, Exception = 4 }
 Values indicating the type of events a source is interested in. More...
typedef std::list
< MonitoredSource
SourceList

Public Member Functions

void addSource (XmlRpcSource *source, unsigned eventMask)
void clear ()
 Clear all sources from the monitored sources list. Sources are closed.
void exit ()
 Exit from work routine.
double getTime ()
void removeSource (XmlRpcSource *source)
void setSourceEvents (XmlRpcSource *source, unsigned eventMask)
 Modify the types of events to watch for on this source.
void work (double msTime)
 XmlRpcDispatch ()
 Constructor.
 ~XmlRpcDispatch ()

Public Attributes

SourceList _sources

Protected Attributes

bool _doClear
double _endTime
bool _inWork

Detailed Description

An object which monitors file descriptors for events and performs callbacks when interesting events happen.

Definition at line 24 of file XmlRpcDispatch.h.


Member Typedef Documentation

Definition at line 74 of file XmlRpcDispatch.h.


Member Enumeration Documentation

Values indicating the type of events a source is interested in.

Enumerator:
ReadableEvent 

data available to read

WritableEvent 

connected/data can be written without blocking

Exception 

uh oh

Definition at line 31 of file XmlRpcDispatch.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 26 of file XmlRpcDispatch.cpp.

Definition at line 34 of file XmlRpcDispatch.cpp.


Member Function Documentation

void XmlRpcDispatch::addSource ( XmlRpcSource source,
unsigned  eventMask 
)

Monitor this source for the event types specified by the event mask and call its event handler when any of the events occur.

Parameters:
sourceThe source to monitor
eventMaskWhich event types to watch for.
See also:
EventType

Definition at line 41 of file XmlRpcDispatch.cpp.

Clear all sources from the monitored sources list. Sources are closed.

Definition at line 193 of file XmlRpcDispatch.cpp.

Exit from work routine.

Definition at line 186 of file XmlRpcDispatch.cpp.

Definition at line 208 of file XmlRpcDispatch.cpp.

Stop monitoring this source.

Parameters:
sourceThe source to stop monitoring

Definition at line 48 of file XmlRpcDispatch.cpp.

void XmlRpcDispatch::setSourceEvents ( XmlRpcSource source,
unsigned  eventMask 
)

Modify the types of events to watch for on this source.

Definition at line 61 of file XmlRpcDispatch.cpp.

void XmlRpcDispatch::work ( double  msTime)

Watch current set of sources and process events for the specified duration (in ms, -1 implies wait forever, or until exit is called)

Definition at line 75 of file XmlRpcDispatch.cpp.


Member Data Documentation

Definition at line 83 of file XmlRpcDispatch.h.

Definition at line 81 of file XmlRpcDispatch.h.

Definition at line 84 of file XmlRpcDispatch.h.

Definition at line 77 of file XmlRpcDispatch.h.


The documentation for this class was generated from the following files:


xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley
autogenerated on Mon Oct 6 2014 11:46:40