|
Serious Sam's Bogus Detour
2016/06/09
Engine documentation
|
Public Member Functions | |
| dictionary | operator= (const dictionary &) |
| void | set (const string &, const AnyType &) |
| bool | get (const string &, AnyType &) |
| void | set (const string &, const int64 &) |
| bool | get (const string &, int64 &) |
| void | set (const string &, const double &) |
| bool | get (const string &, double &) |
| bool | exists (const string &) |
| bool | isEmpty () |
| uint32 | getSize () |
| bool | delete (const string &) |
| void | deleteAll () |
| array< string > * | getKeys () |
| dictionaryValue | operator[] (const string &) |
| dictionaryValue | operator[] (const string &) |
| bool dictionary::delete | ( | const string & | ) |
| void dictionary::deleteAll | ( | ) |
| bool dictionary::exists | ( | const string & | ) |
| bool dictionary::get | ( | const string & | , |
| int64 & | |||
| ) |
| bool dictionary::get | ( | const string & | , |
| double & | |||
| ) |
| uint32 dictionary::getSize | ( | ) |
| bool dictionary::isEmpty | ( | ) |
| dictionary dictionary::operator= | ( | const dictionary & | ) |
| dictionaryValue dictionary::operator[] | ( | const string & | ) |
| dictionaryValue dictionary::operator[] | ( | const string & | ) |
| void dictionary::set | ( | const string & | , |
| const int64 & | |||
| ) |
| void dictionary::set | ( | const string & | , |
| const double & | |||
| ) |
1.8.11