|
typedef std::vector< char >
::const_iterator | const_iterator |
|
|
template<typename tVar > |
tVar | pop () throw (XBufferUnderflowRecordError&) |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
unsigned int | size () const |
|
const std::vector< char > & | data () const |
|
const_iterator & | popIterator () |
|
|
| RawDataReader (const std::vector< char > &data) |
|
char | pop_char () |
|
int16_t | pop_int16_t () |
|
int32_t | pop_int32_t () |
|
double | pop_double () |
|
|
const_iterator | it |
|
const std::vector< char > & | m_data |
|
|
class | XPrimaryDriver |
|
class | XRawStreamRecordReader |
|
Definition at line 60 of file primarydriver.h.
The documentation for this struct was generated from the following file: