Serious Sam's Bogus Detour  2016/06/09
Engine documentation
Public Member Functions | List of all members
dictionary Class Reference

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 &)
 

Member Function Documentation

bool dictionary::delete ( const string )
void dictionary::deleteAll ( )
bool dictionary::exists ( const string )
bool dictionary::get ( const string ,
AnyType  
)
bool dictionary::get ( const string ,
int64 &   
)
bool dictionary::get ( const string ,
double &   
)
array<string>* dictionary::getKeys ( )
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 AnyType  
)
void dictionary::set ( const string ,
const int64 &   
)
void dictionary::set ( const string ,
const double &   
)

The documentation for this class was generated from the following file: