Concrete buffer type used by DNA::Buffer.
More...
#include <DNA.hpp>
|
using | Value = T |
| Template type signaling atdna to capture the value where it's used. More...
|
|
using | Vector = std::vector< T > |
| Template type wrapping std::vector and signaling atdna to manipulate it where it's used. More...
|
|
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...
|
|
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...
|
|
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...
|
|
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...
|
|
static size_t | __EnumerateSize (size_t __isz, const T &v) |
| Internal DNA helper for accumulating binarySize. More...
|
|
template<size_t sizeVar, Endian VE>
struct athena::io::Buffer< sizeVar, VE >
Concrete buffer type used by DNA::Buffer.
Definition at line 24 of file DNA.hpp.
template<size_t sizeVar, Endian VE>
Common virtual binary size computation for all DNA types.
- Parameters
-
__isz | initial cumulative value to add result to |
- Returns
- Cumulative size
Implements athena::io::DNA< VE >.
Definition at line 164 of file DNA.hpp.
The documentation for this struct was generated from the following file: