|
template<size_t sizeVar> |
using | Buffer = struct athena::io::BufferYaml< sizeVar, DNAE > |
|
template<atInt32 sizeVar = -1> |
using | String = struct athena::io::StringYaml< sizeVar, DNAE > |
|
template<atInt32 sizeVar = -1, Endian VE = DNAE> |
using | WString = struct athena::io::WStringYaml< sizeVar, VE > |
|
template<atInt32 sizeVar = -1> |
using | WStringAsString = struct athena::io::WStringAsStringYaml< sizeVar, DNAE > |
|
template<typename T , Endian VE = DNAE> |
using | Value = T |
| Template type signaling atdna to capture the value where it's used. More...
|
|
template<typename T , size_t cntVar, Endian VE = DNAE> |
using | Vector = std::vector< T > |
| Template type wrapping std::vector and signaling atdna to manipulate it where it's used. More...
|
|
template<size_t sizeVar> |
using | Buffer = struct athena::io::Buffer< sizeVar, DNAE > |
| Template type wrapping std::unique_ptr<atUint8[]> and signaling atdna to read a raw byte-buffer where it's used. More...
|
|
template<atInt32 sizeVar = -1> |
using | String = struct athena::io::String< sizeVar, DNAE > |
| Template type wrapping std::string and signaling atdna to read string data where it's used. More...
|
|
template<atInt32 sizeVar = -1, Endian VE = DNAE> |
using | WString = struct athena::io::WString< sizeVar, VE > |
| Template type wrapping std::wstring and signaling atdna to read wstring data where it's used. More...
|
|
template<atInt32 sizeVar = -1> |
using | WStringAsString = struct athena::io::WStringAsString< sizeVar, DNAE > |
| Template type wrapping std::string and signaling atdna to read wstring data where it's used. More...
|
|
template<Endian DNAE>
struct athena::io::DNAYaml< DNAE >
Definition at line 1132 of file DNAYaml.hpp.