template <typename CharT>

struct MemoryAccessor

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

Public Methods

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

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

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

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

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

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

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

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