class
DataEmulated external data (in a library)
Contents
- Reference
❱ Public types
- using names_t = std::vector<std::string>
- Name of the data (and potential aliases)
❱ Public functions
- auto data() const -> const std::vector<uint8_t>&
- Return the raw data content.
- auto names() const -> const std::vector<std::string>&
- Return the name and aliases of the data.
- auto name() const -> const std::string&
- Return the main name of the data.
- auto has_name(const std::string& name) const -> const bool
- Return True if data has name 'name'.