Chunk parser.
More...
template<typename T>
class Castor3D::ChunkParser< T >
Chunk parser.
- Author
- Sylvain DOREMUS
- Version
- 0.7.0.0
- Date
- 08/04/2014
◆ operator()() [1/3]
Retrieves a value array from a chunk.
- Parameters
-
[out] | p_values | Receives the parsed values |
[out] | p_count | The values count |
[in] | p_chunk | The chunk containing the values |
- Returns
false
if any error occured
References Castor3D::ChunkParserBase::operator()().
◆ operator()() [2/3]
template<typename T >
template<uint32_t Count>
Retrieves a value array from a chunk.
- Parameters
-
[out] | p_values | Receives the parsed values |
[in] | p_chunk | The chunk containing the values |
- Returns
false
if any error occured
References Castor3D::ChunkParserBase::operator()().
◆ operator()() [3/3]
Retrieves a value from a chunk.
- Parameters
-
[out] | p_value | Receives the parsed value |
[in] | p_chunk | The chunk containing the value |
- Returns
false
if any error occured
References Castor3D::ChunkParserBase::operator()().
The documentation for this class was generated from the following file: