RecordDtd Class Reference

Factory and container for polymorphic binary data converters. More...

#include <RecordDtd.h>

Inheritance diagram for RecordDtd:
Inheritance graph
[legend]
Collaboration diagram for RecordDtd:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Factory and container for polymorphic binary data converters.

Definition at line 16 of file RecordDtd.h.


Constructor & Destructor Documentation

RecordDtd::RecordDtd ( const std::string &  aFileName  ) 

Constructor - fills vector with binary data converters for record.

Parameters:
aFileName Path to data-type descriptor (DTD) file for the record
RecordDtd::~RecordDtd (  ) 

Destructor.

Definition at line 60 of file RecordDtd.cpp.


Member Function Documentation

unsigned RecordDtd::getRecordSize (  )  const [inline]

Returns size of complete record in bits.

Definition at line 28 of file RecordDtd.h.

References mRecordSize.


Member Data Documentation

unsigned RecordDtd::mRecordSize [private]

Size of complete record in bits.

Definition at line 32 of file RecordDtd.h.

Referenced by getRecordSize().


The documentation for this class was generated from the following files:
Generated on Mon Oct 4 10:40:35 2010 for Matching.kdevelop by  doxygen 1.6.3