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

amxStringVariable Class Reference

#include <amxvarserver.h>

Inheritance diagram for amxStringVariable:

amxVariable List of all members.

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

Constructor & Destructor Documentation

amxStringVariable::amxStringVariable const std::string &    initialValue = ""
 

amxStringVariable::~amxStringVariable  
 


Member Function Documentation

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

Reimplemented from amxVariable.

SI32 amxStringVariable::getSize  
 

AMXVARSRV_DATATYPE amxStringVariable::getType   [virtual]
 

Reimplemented from amxVariable.

std::string amxStringVariable::getValue  
 

void amxStringVariable::setValue const std::string &    newValue = ""
 


Member Data Documentation

std::string amxStringVariable::value [private]
 


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