BPNGClientLib
Library for accessing the Telemotive data logger devices
|
Implementation class for a wrapper of IRdbEventList using STL classes. More...
#include <RdbEventList.hh>
Public Member Functions | |
RdbEventList (const IRdbEventList *list) | |
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