#include "framework/YiPredef.h"#include "framework/YiAny.h"#include "utility/YiString.h"#include <glm/fwd.hpp>Go to the source code of this file.
Classes | |
| class | CYIVariant |
| A container class for common data types. More... | |
Functions | |
| bool | operator== (const CYIVariant &rLHS, const CYIVariant &rRHS) |
| Supported types: Int, String, Float, FloatVector and Quaternion. More... | |
| bool | operator!= (const CYIVariant &rLHS, const CYIVariant &rRHS) |
| Supported types: Int, String, Float, FloatVector and Quaternion. More... | |