Conditions::Operator< TYPE > Class Template Reference
#include <operator.h>
Detailed Description
template<class TYPE>
class Conditions::Operator< TYPE >
Template operator class for numeric compare operations in scripts.(C) 2006 Radon Labs GmbH
Public Member Functions | |
| Operator () | |
| constructor | |
| Operator (OpType type) | |
| constructor | |
| bool | Evaluate (TYPE first, TYPE second) const |
| operator evaluation | |
| void | FromString (const Util::String &str) |
| set type from string | |