All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyCommon.plyCondition Class Reference

A class that can compare values/ variables More...

Public Member Functions

plyCondition Copy ()
 
bool Run (bool res)
 Run the condition and get the TRUE or FALSE result. You need to pass it the value that will be combined with, either with AND or OR as per settings Will print a message to the console and return FALSE if there was an Error. More...
 

Public Attributes

int aType = 1
 
int bType = 1
 
int combine = 0
 
int op = 0
 
plyMetaData aVal = new plyMetaData()
 
plyMetaData bVal = new plyMetaData()
 
plyDataObject aVar = new plyDataObject()
 
plyDataObject bVar = new plyDataObject()
 

Detailed Description

A class that can compare values/ variables

Member Function Documentation

bool plyCommon.plyCondition.Run ( bool  res)

Run the condition and get the TRUE or FALSE result. You need to pass it the value that will be combined with, either with AND or OR as per settings Will print a message to the console and return FALSE if there was an Error.