AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::MemoryIOSerde< std::string > Struct Reference

#include <memory_io_serde.hpp>

Static Public Member Functions

static Result< std::string > read (std::uintptr_t address, MemoryIOBase &mio)
 
static ByteVector to_bytes (const std::string &data)
 
static std::string data_to_str (const ByteVector &data)
 

Member Function Documentation

◆ data_to_str()

static std::string asmgrader::MemoryIOSerde< std::string >::data_to_str ( const ByteVector & data)
inlinestatic

◆ read()

static Result< std::string > asmgrader::MemoryIOSerde< std::string >::read ( std::uintptr_t address,
MemoryIOBase & mio )
inlinestatic

◆ to_bytes()

static ByteVector asmgrader::MemoryIOSerde< std::string >::to_bytes ( const std::string & data)
inlinestatic

The documentation for this struct was generated from the following file: