reader Class Reference
#include <tags.h>
List of all members.
Constructor & Destructor Documentation
| reader::reader |
( |
const std::string & |
filename, |
|
|
int |
minorVersion = TAG_MINOR_INVALID | |
|
) |
| | |
| reader::reader |
( |
FILE * |
input, |
|
|
int |
minorVersion = TAG_MINOR_INVALID | |
|
) |
| | [inline] |
| reader::reader |
( |
const std::vector< unsigned char > & |
input, |
|
|
int |
minorVersion = TAG_MINOR_INVALID | |
|
) |
| | [inline] |
| reader::reader |
( |
package * |
save, |
|
|
const std::string & |
chunkname, |
|
|
int |
minorVersion = TAG_MINOR_INVALID | |
|
) |
| | |
Member Function Documentation
| unsigned char reader::readByte |
( |
|
) |
|
| void reader::read |
( |
void * |
data, |
|
|
size_t |
size | |
|
) |
| | |
| void reader::advance |
( |
size_t |
size |
) |
|
| int reader::getMinorVersion |
( |
|
) |
const |
| void reader::setMinorVersion |
( |
int |
minorVersion |
) |
|
| bool reader::valid |
( |
|
) |
const |
| void reader::fail_if_not_eof |
( |
const std::string & |
name |
) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files: