template <typename CharT>

struct MemoryAccessor

Defined at line 257 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_memory_util.h

Public Methods

::std::uint16_t ReadLittleEndianUInt (const CharT * bytes)

Defined at line 259 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_memory_util.h

void WriteLittleEndianUInt (CharT * bytes, ::std::uint16_t value)

Defined at line 264 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_memory_util.h

::std::uint16_t ReadBigEndianUInt (const CharT * bytes)

Defined at line 270 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_memory_util.h

void WriteBigEndianUInt (CharT * bytes, ::std::uint16_t value)

Defined at line 275 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_memory_util.h