BPNGClientLib
Library for accessing the Telemotive data logger devices
Public Member Functions | List of all members
RdbEventList Class Reference

Implementation class for a wrapper of IRdbEventList using STL classes. More...

#include <RdbEventList.hh>

Inheritance diagram for RdbEventList:

Public Member Functions

 RdbEventList (const IRdbEventList *list)
 

Detailed Description

Implementation class for a wrapper of IRdbEventList using STL classes.

To achieve a compiler independend interface for the Telemotive Client Library only pointer to complex objects are returned from some functions. The class IRdbEventList is nothing else than a vector of IRdbEvent objects. Pass a pointer to IRdbEventList to the constructor of this wrapper class RdbEventList and you get a STL vector of RdbEvent objects which by itself is a wrapper to IRdbEvent

See also
RdbEvent, IRdbEventList, IRdbEvent

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