AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzXomlVariableInt Struct Reference

#include <CzXomlVariables.h>

Inheritance diagram for CzXomlVariableInt:
CzXomlVariable

List of all members.

Public Member Functions

 CzXomlVariableInt ()
void setValue (const char *value, int count=-1)
void addValue (const char *value, const char *limit=NULL)
bool isTrue ()
bool checkCondition (eCzXomlConditionOperator condition, const CzString &val)

Public Attributes

int NativeValue
 Native value of the variable.

Constructor & Destructor Documentation


Member Function Documentation

void CzXomlVariableInt::addValue ( const char *  value,
const char *  limit = NULL 
) [inline, virtual]

Reimplemented from CzXomlVariable.

bool CzXomlVariableInt::checkCondition ( eCzXomlConditionOperator  condition,
const CzString val 
) [virtual]

Reimplemented from CzXomlVariable.

bool CzXomlVariableInt::isTrue ( ) [inline, virtual]

Reimplemented from CzXomlVariable.

void CzXomlVariableInt::setValue ( const char *  value,
int  count = -1 
) [inline, virtual]

Reimplemented from CzXomlVariable.


Member Data Documentation

Native value of the variable.


The documentation for this struct was generated from the following files: