Chunk filler.
More...
|
bool | operator() (T const *p_values, uint32_t p_count, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
| Writes a subchunk value into a chunk. More...
|
|
template<uint32_t Count> |
bool | operator() (T const(&p_values)[Count], eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
| Writes a subchunk value into a chunk. More...
|
|
bool | operator() (T const &p_value, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
| Writes a subchunk value into a chunk. More...
|
|
bool | operator() (uint8_t const *p_values, uint32_t p_size, eCHUNK_TYPE p_chunkType, BinaryChunk &p_chunk) |
| Writes a subchunk value into a chunk. More...
|
|
template<typename T>
class Castor3D::ChunkFiller< T >
Chunk filler.
- Author
- Sylvain DOREMUS
- Version
- 0.7.0.0
- Date
- 08/04/2014
◆ operator()() [1/3]
Writes a subchunk value into a chunk.
- Parameters
-
[in] | p_values | The values |
[in] | p_count | The values count |
[in] | p_chunkType | The subchunk type |
[in] | p_chunk | The chunk |
- Returns
false
if any error occured
References Castor3D::ChunkFillerBase::operator()().
◆ operator()() [2/3]
template<typename T >
template<uint32_t Count>
Writes a subchunk value into a chunk.
- Parameters
-
[in] | p_values | The values |
[in] | p_chunkType | The subchunk type |
[in] | p_chunk | The chunk |
- Returns
false
if any error occured
References Castor3D::ChunkFillerBase::operator()().
◆ operator()() [3/3]
Writes a subchunk value into a chunk.
- Parameters
-
[in] | p_value | The value |
[in] | p_chunkType | The subchunk type |
[in] | p_chunk | The chunk |
- Returns
false
if any error occured
References Castor3D::ChunkFillerBase::operator()().
The documentation for this class was generated from the following file: