template <typename CharT>

struct MemoryAccessor

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

Public Methods

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

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

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

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

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

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

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

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