![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
Describes a field with integer values. More...
#include "ianemitter.h"
Public Types | |
| enum | Operation { OGreater = 0x01 , OLess = 0x02 , OEqual = 0x04 } |
| Describes the elementary semantics of Boundary_. More... | |
Public Member Functions | |
| bool | operator== (const IntFieldValue &) const =default |
Public Attributes | |
| int | Boundary_ |
| The boundary of the field. | |
| Operations | Ops_ |
| Describe the semantics of Boundary_. | |
Describes a field with integer values.
Definition at line 94 of file ianemitter.h.
Describes the elementary semantics of Boundary_.
| Enumerator | |
|---|---|
| OGreater | The value should be greater than Boundary_. |
| OLess | The value should be less than Boundary_. |
| OEqual | The value should be equal to Boundary_. |
Definition at line 102 of file ianemitter.h.
|
default |
| int LC::AN::IntFieldValue::Boundary_ |
The boundary of the field.
Definition at line 98 of file ianemitter.h.
| Operations LC::AN::IntFieldValue::Ops_ |
Describe the semantics of Boundary_.
This is the combination of values in Operation enum.
Definition at line 123 of file ianemitter.h.