Any() | G3D::Any | |
Any(TextInput &t) | G3D::Any | explicit |
Any(const Any &x) | G3D::Any | |
Any(double x) | G3D::Any | explicit |
Any(float x) | G3D::Any | explicit |
Any(int64 x) | G3D::Any | inlineexplicit |
Any(long x) | G3D::Any | explicit |
Any(int x) | G3D::Any | explicit |
Any(char x) | G3D::Any | explicit |
Any(short x) | G3D::Any | explicit |
Any(bool x) | G3D::Any | explicit |
Any(const String &x) | G3D::Any | explicit |
Any(const char *x) | G3D::Any | explicit |
Any(Type t, const String &name="", const String &brackets="", const char separator='\0') | G3D::Any | explicit |
Any(const T &v) | G3D::Any | inlineexplicit |
Any(const Array< T > &array, const String &name="") | G3D::Any | inlineexplicit |
AnyArray typedef | G3D::Any | |
AnyTable typedef | G3D::Any | |
append(const T0 &v0) | G3D::Any | inline |
append(const T0 &v0, const T1 &v1) | G3D::Any | inline |
append(const T0 &v0, const T1 &v1, const T2 &v2) | G3D::Any | inline |
append(const T0 &v0, const T1 &v1, const T2 &v2, const T3 &v3) | G3D::Any | inline |
array() const | G3D::Any | |
ARRAY enum value | G3D::Any | |
boolean() const | G3D::Any | |
BOOLEAN enum value | G3D::Any | |
clear() | G3D::Any | |
comment() const | G3D::Any | |
containsKey(const String &key) const | G3D::Any | |
deserialize(TextInput &ti) | G3D::Any | |
deserialize(class BinaryInput &b) | G3D::Any | |
EMPTY_CONTAINER enum value | G3D::Any | |
floatValue() const | G3D::Any | |
fromFile(const String &filename) | G3D::Any | static |
get(const String &key, const T &defaultVal) const | G3D::Any | inline |
getArray(Array< T > &array) const | G3D::Any | inline |
getArray(Array< String > &array) const | G3D::Any | inline |
getTable(Table< String, T > &table) const | G3D::Any | inline |
isNil() const | G3D::Any | |
last() const | G3D::Any | inline |
last() | G3D::Any | inline |
length() const | G3D::Any | |
load(const String &filename) | G3D::Any | |
loadIfExists(const String &filename) | G3D::Any | |
name() const | G3D::Any | |
nameBeginsWith(const String &s) const | G3D::Any | |
nameBeginsWith(const char *s) const | G3D::Any | |
nameEquals(const String &s) const | G3D::Any | |
nameEquals(const char *s) const | G3D::Any | |
next() | G3D::Any | |
NIL enum value | G3D::Any | |
number() const | G3D::Any | |
NUMBER enum value | G3D::Any | |
operator bool() const | G3D::Any | |
operator char() const | G3D::Any | inline |
operator double() const | G3D::Any | |
operator float() const | G3D::Any | |
operator int() const | G3D::Any | |
operator int16() const | G3D::Any | inline |
operator String() const | G3D::Any | |
operator uint16() const | G3D::Any | inline |
operator uint32() const | G3D::Any | |
operator uint8() const | G3D::Any | inline |
operator!=(const Any &x) const | G3D::Any | |
operator!=(const String &s) const | G3D::Any | inline |
operator!=(const double &v) const | G3D::Any | inline |
operator!=(int v) const | G3D::Any | inline |
operator!=(bool v) const | G3D::Any | inline |
operator=(const Any &x) | G3D::Any | |
operator=(Type t) | G3D::Any | |
operator=(const Array< T > &array) | G3D::Any | inline |
operator=(const T &v) | G3D::Any | inline |
operator==(const Any &x) const | G3D::Any | |
operator==(const String &s) const | G3D::Any | inline |
operator==(const double &v) const | G3D::Any | inline |
operator==(int v) const | G3D::Any | inline |
operator==(bool v) const | G3D::Any | inline |
operator[](int i) const | G3D::Any | |
operator[](int i) | G3D::Any | |
operator[](const String &key) const | G3D::Any | |
operator[](const char *key) const | G3D::Any | inline |
operator[](const String &key) | G3D::Any | |
operator[](const char *key) | G3D::Any | inline |
parse(const String &src) | G3D::Any | static |
remove(const String &key) | G3D::Any | |
remove(int index) | G3D::Any | |
resize(int n) | G3D::Any | |
resolveStringAsFilename(bool errorIfNotFound=true) const | G3D::Any | |
save(const String &filename, bool json=false) const | G3D::Any | |
serialize(TextOutput &to, bool json=false, bool coerce=false) const | G3D::Any | |
serialize(class BinaryOutput &b) const | G3D::Any | |
set(const String &key, const T &val) | G3D::Any | inline |
setComment(const String &c) | G3D::Any | |
setName(const String &name) | G3D::Any | |
size() const | G3D::Any | |
source() const | G3D::Any | |
sourceDirectory() const | G3D::Any | |
STRING enum value | G3D::Any | |
string() const | G3D::Any | |
TABLE enum value | G3D::Any | |
table() const | G3D::Any | |
toString(Type t) | G3D::Any | static |
Type enum name | G3D::Any | |
type() const | G3D::Any | |
unparse(const TextOutput::Settings &s=TextOutput::Settings()) const | G3D::Any | |
unparseJSON(const TextOutput::Settings &s=TextOutput::Settings(), bool allowCoercion=true) const | G3D::Any | |
verify(bool value, const String &message="") const | G3D::Any | |
verifyName(const String &n) const | G3D::Any | |
verifyName(const String &n, const String &m) const | G3D::Any | |
verifyName(const String &n, const String &m, const String &p) const | G3D::Any | |
verifyName(const String &n, const String &m, const String &p, const String &q) const | G3D::Any | |
verifyNameBeginsWith(const String &n) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m, const String &p) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m, const String &p, const String &q) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m, const String &p, const String &q, const String &r) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m, const String &p, const String &q, const String &r, const String &s) const | G3D::Any | |
verifyNameBeginsWith(const String &n, const String &m, const String &p, const String &q, const String &r, const String &s, const String &t) const | G3D::Any | |
verifySize(int low, int high) const | G3D::Any | |
verifySize(int s) const | G3D::Any | |
verifyType(Type t) const | G3D::Any | |
verifyType(Type t0, Type t1) const | G3D::Any | |
~Any() | G3D::Any | |