![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
This is the complete list of members for Olympe::TaskValue, including all inherited members.
| AsBool() const | Olympe::TaskValue | |
| AsEntityID() const | Olympe::TaskValue | |
| AsFloat() const | Olympe::TaskValue | |
| AsInt() const | Olympe::TaskValue | |
| AsString() const | Olympe::TaskValue | |
| AsVector() const | Olympe::TaskValue | |
| GetType() const | Olympe::TaskValue | |
| IsNone() const | Olympe::TaskValue | |
| m_data | Olympe::TaskValue | private |
| m_stringValue | Olympe::TaskValue | private |
| m_type | Olympe::TaskValue | private |
| m_vectorValue | Olympe::TaskValue | private |
| TaskValue() | Olympe::TaskValue | |
| TaskValue(bool v) | Olympe::TaskValue | explicit |
| TaskValue(int v) | Olympe::TaskValue | explicit |
| TaskValue(float v) | Olympe::TaskValue | explicit |
| TaskValue(const ::Vector &v) | Olympe::TaskValue | explicit |
| TaskValue(EntityID v) | Olympe::TaskValue | explicit |
| TaskValue(const std::string &v) | Olympe::TaskValue | explicit |
| to_string() const | Olympe::TaskValue |