#include <amxvarserver.h>
Inheritance diagram for amxStringVariable:

Public Methods | |
| amxStringVariable (const std::string &initialValue="") | |
| ~amxStringVariable () | |
| AMXVARSRV_DATATYPE | getType () |
| std::string | getValue () |
| void | setValue (const std::string &newValue="") |
| SI32 | getSize () |
| SI32 | getSize (const SI32 index=-1) |
Private Attributes | |
| std::string | value |
|
|
|
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
|
|
|
|
|
|
|