#include <mapping.h>
Definition at line 92 of file mapping.h.
◆ DataMapping() [1/2]
fml::DataMapping::DataMapping |
( |
std::vector< uint8_t > |
data | ) |
|
|
explicit |
Definition at line 71 of file mapping.cc.
71: data_(std::move(
data)) {}
std::shared_ptr< const fml::Mapping > data
◆ DataMapping() [2/2]
fml::DataMapping::DataMapping |
( |
const std::string & |
string | ) |
|
|
explicit |
Definition at line 73 of file mapping.cc.
74 : data_(
string.
begin(),
string.
end()) {}
static const char * begin(const StringSlice &s)
◆ ~DataMapping()
fml::DataMapping::~DataMapping |
( |
| ) |
|
|
overridedefault |
◆ GetMapping()
const uint8_t * fml::DataMapping::GetMapping |
( |
| ) |
const |
|
overridevirtual |
◆ GetSize()
size_t fml::DataMapping::GetSize |
( |
| ) |
const |
|
overridevirtual |
◆ IsDontNeedSafe()
bool fml::DataMapping::IsDontNeedSafe |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: