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

Public Methods | |
| amxIntegerVector (const SI32 size, const SI32 initialValue=0) | |
| ~amxIntegerVector () | |
| AMXVARSRV_DATATYPE | getType () |
| SI32 | getValue (const SERIAL index) |
| void | setValue (const SERIAL index, const SI32 newValue) |
| SI32 | getSize (const SI32 index=-1) |
Private Attributes | |
| vector< SI32 > | value |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from amxVariable. |
|
|
Reimplemented from amxVariable. |
|
|
|
|
||||||||||||
|
|
|
|
|