Struct RPGBuilder::Operand

Nested Relationships

This struct is a nested type of Class RPGBuilder.

Struct Documentation

struct Operand

Public Functions

inline Operand(const math_op &o)
inline Operand(const int &f)
inline Operand(const double &c)
inline Operand(const string &s)

Public Members

math_op numericOp
int fluentValue
double constantValue
string isviolated