TM reader input stream.
More...
#include <tdme/engine/fileio/models/TMReader.h>
TM reader input stream.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 48 of file TMReader.h.
◆ TMReaderInputStream()
Constructor.
- Parameters
-
Definition at line 57 of file TMReader.h.
◆ readBoolean()
Reads a boolean from input stream.
- Exceptions
-
- Returns
- boolean
Definition at line 65 of file TMReader.h.
◆ readByte()
Reads a byte from input stream.
- Exceptions
-
- Returns
- byte
Definition at line 75 of file TMReader.h.
◆ readFloat()
Reads a float from input stream.
- Exceptions
-
- Returns
- float
Definition at line 101 of file TMReader.h.
◆ readFloatArray() [1/5]
void readFloatArray |
( |
array< float, 16 > & |
data | ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 134 of file TMReader.h.
◆ readFloatArray() [2/5]
void readFloatArray |
( |
array< float, 2 > & |
data | ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 194 of file TMReader.h.
◆ readFloatArray() [3/5]
void readFloatArray |
( |
array< float, 3 > & |
data | ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 179 of file TMReader.h.
◆ readFloatArray() [4/5]
void readFloatArray |
( |
array< float, 4 > & |
data | ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 164 of file TMReader.h.
◆ readFloatArray() [5/5]
void readFloatArray |
( |
array< float, 9 > & |
data | ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 149 of file TMReader.h.
◆ readFloatVector()
const vector< float > readFloatVector |
( |
| ) |
|
|
inline |
Reads a float array from input stream.
- Exceptions
-
- Returns
- float array
Definition at line 209 of file TMReader.h.
◆ readInt()
Reads a integer from input stream.
- Exceptions
-
- Returns
- int
Definition at line 87 of file TMReader.h.
◆ readString()
const string readString |
( |
| ) |
|
|
inline |
Reads a string from input stream.
- Exceptions
-
- Returns
- string
Definition at line 116 of file TMReader.h.
◆ data
const vector<uint8_t>* data |
|
private |
◆ position
The documentation for this class was generated from the following file:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/fileio/models/TMReader.h