|
Polyphase Game Engine
|
#include <Asset.h>
Public Member Functions | |
| bool | HasOption (const std::string &key) |
| Datum | GetOptionValue (const std::string &key) |
| void | SetOptionValue (const std::string &key, const Datum &value) |
Protected Attributes | |
| std::unordered_map< std::string, Datum > | mOptions |
| Datum ImportOptions::GetOptionValue | ( | const std::string & | key | ) |
| bool ImportOptions::HasOption | ( | const std::string & | key | ) |
| void ImportOptions::SetOptionValue | ( | const std::string & | key, |
| const Datum & | value | ||
| ) |
|
protected |