Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

amxIntegerVector Class Reference

#include <amxvarserver.h>

Inheritance diagram for amxIntegerVector:

amxVariable List of all members.

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< SI32value

Constructor & Destructor Documentation

amxIntegerVector::amxIntegerVector const SI32    size,
const SI32    initialValue = 0
 

amxIntegerVector::~amxIntegerVector  
 


Member Function Documentation

SI32 amxIntegerVector::getSize const SI32    index = -1 [virtual]
 

Reimplemented from amxVariable.

AMXVARSRV_DATATYPE amxIntegerVector::getType   [virtual]
 

Reimplemented from amxVariable.

SI32 amxIntegerVector::getValue const SERIAL    index
 

void amxIntegerVector::setValue const SERIAL    index,
const SI32    newValue
 


Member Data Documentation

vector< SI32 > amxIntegerVector::value [private]
 


The documentation for this class was generated from the following files: SourceForge.net Logo