Now you can download a copy of these docs so you can use them offline! Download now
This is the complete list of members for ITable, including all inherited members.
| AddSubTableListener(ITableListener *listener)=0 | ITable | pure virtual |
| AddTableListener(ITableListener *listener)=0 | ITable | pure virtual |
| AddTableListener(ITableListener *listener, bool immediateNotify)=0 | ITable | pure virtual |
| AddTableListener(std::string key, ITableListener *listener, bool immediateNotify)=0 | ITable | pure virtual |
| ContainsKey(std::string key)=0 | ITable | pure virtual |
| ContainsSubTable(std::string key)=0 | ITable | pure virtual |
| GetBoolean(std::string key)=0 | ITable | pure virtual |
| GetBoolean(std::string key, bool defaultValue)=0 | ITable | pure virtual |
| GetNumber(std::string key)=0 | ITable | pure virtual |
| GetNumber(std::string key, double defaultValue)=0 | ITable | pure virtual |
| GetString(std::string key)=0 | ITable | pure virtual |
| GetString(std::string key, std::string defaultValue)=0 | ITable | pure virtual |
| GetSubTable(std::string key)=0 | ITable | pure virtual |
| GetValue(std::string key)=0 | ITable | pure virtual |
| PutBoolean(std::string key, bool value)=0 | ITable | pure virtual |
| PutNumber(std::string key, double value)=0 | ITable | pure virtual |
| PutString(std::string key, std::string value)=0 | ITable | pure virtual |
| PutValue(std::string key, ComplexData &value)=0 | ITable | pure virtual |
| RemoveTableListener(ITableListener *listener)=0 | ITable | pure virtual |
| RetrieveValue(std::string key, ComplexData &externalValue)=0 (defined in ITable) | ITable | pure virtual |
1.8.6