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
CzXomlVariableFloat Struct Reference

#include <CzXomlVariables.h>

Inheritance diagram for CzXomlVariableFloat:
CzXomlVariable

List of all members.

Public Member Functions

 CzXomlVariableFloat ()
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

float NativeValue
 Native value of the variable.

Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from CzXomlVariable.

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

Reimplemented from CzXomlVariable.

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

Reimplemented from CzXomlVariable.

void CzXomlVariableFloat::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: