| amxVariableServer() | amxVariableServer | |
| copyVariable(const SERIAL fromSerial, const SERIAL toSerial) | amxVariableServer | |
| countVariable() | amxVariableServer | |
| countVariable(const SERIAL serial) | amxVariableServer | |
| countVariable(const SERIAL serial, const SERIAL type) | amxVariableServer | |
| deleteVariable(const SERIAL serial) | amxVariableServer | |
| deleteVariable(const SERIAL serial, const SI32 variable) | amxVariableServer | |
| error | amxVariableServer | [private] |
| existsVariable(const SERIAL serial, const SI32 variable, const SI32 type) | amxVariableServer | |
| firstVariable(const SERIAL serial) | amxVariableServer | |
| getError() | amxVariableServer | |
| insertVariable(const SERIAL serial, const SI32 variable, const SI32 value) | amxVariableServer | |
| insertVariable(const SERIAL serial, const SI32 variable, const std::string &value) | amxVariableServer | |
| insertVariable(const SERIAL serial, const SI32 variable, const SI32 size, const SI32 value) | amxVariableServer | |
| inServerMode() | amxVariableServer | |
| inUserMode() | amxVariableServer | |
| mode | amxVariableServer | [private] |
| moveVariable(const SERIAL fromSerial, const SERIAL toSerial) | amxVariableServer | |
| nextVariable(const SERIAL serial, const SI32 previous) | amxVariableServer | |
| saveVariable(const SERIAL serial, FILE *stream) | amxVariableServer | |
| selectVariable(const SERIAL serial, const SI32 variable, SI32 &value) | amxVariableServer | |
| selectVariable(const SERIAL serial, const SI32 variable, std::string &value) | amxVariableServer | |
| selectVariable(const SERIAL serial, const SI32 variable, const SI32 index, SI32 &value) | amxVariableServer | |
| setServerMode() | amxVariableServer | |
| setUserMode() | amxVariableServer | |
| size(const SERIAL serial, const SI32 variable, const SI32 index=-1) | amxVariableServer | |
| typeOfVariable(const SERIAL serial, const SI32 variable) | amxVariableServer | |
| updateVariable(const SERIAL serial, const SI32 variable, const SI32 value) | amxVariableServer | |
| updateVariable(const SERIAL serial, const SI32 variable, const std::string &value) | amxVariableServer | |
| updateVariable(const SERIAL serial, const SI32 variable, const SI32 index, const SI32 value) | amxVariableServer | |
| varMap | amxVariableServer | [private] |
| ~amxVariableServer() | amxVariableServer | |