Factory and container for polymorphic binary data converters. More...
#include <RecordDtd.h>


Public Member Functions | |
| RecordDtd (const std::string &aFileName) | |
| Constructor - fills vector with binary data converters for record. | |
| ~RecordDtd () | |
| Destructor. | |
| unsigned | getRecordSize () const |
| Returns size of complete record in bits. | |
Private Attributes | |
| unsigned | mRecordSize |
| Size of complete record in bits. | |
Factory and container for polymorphic binary data converters.
Definition at line 16 of file RecordDtd.h.
| RecordDtd::RecordDtd | ( | const std::string & | aFileName | ) |
Constructor - fills vector with binary data converters for record.
| aFileName | Path to data-type descriptor (DTD) file for the record |
| RecordDtd::~RecordDtd | ( | ) |
Destructor.
Definition at line 60 of file RecordDtd.cpp.
| unsigned RecordDtd::getRecordSize | ( | ) | const [inline] |
Returns size of complete record in bits.
Definition at line 28 of file RecordDtd.h.
References mRecordSize.
unsigned RecordDtd::mRecordSize [private] |
Size of complete record in bits.
Definition at line 32 of file RecordDtd.h.
Referenced by getRecordSize().
1.6.3