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

amxIntegerVariable Class Reference

#include <amxvarserver.h>

Inheritance diagram for amxIntegerVariable:

amxVariable List of all members.

Public Methods

 amxIntegerVariable (const SI32 initialValue=0)
 ~amxIntegerVariable ()
AMXVARSRV_DATATYPE getType ()
SI32 getValue ()
void setValue (const SI32 newValue)
SI32 getSize ()
SI32 getSize (const SI32 index=-1)

Private Attributes

SI32 value

Constructor & Destructor Documentation

amxIntegerVariable::amxIntegerVariable const SI32    initialValue = 0
 

amxIntegerVariable::~amxIntegerVariable  
 


Member Function Documentation

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

Reimplemented from amxVariable.

SI32 amxIntegerVariable::getSize  
 

AMXVARSRV_DATATYPE amxIntegerVariable::getType   [virtual]
 

Reimplemented from amxVariable.

SI32 amxIntegerVariable::getValue  
 

void amxIntegerVariable::setValue const SI32    newValue
 


Member Data Documentation

SI32 amxIntegerVariable::value [private]
 


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