LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
LeechCraft::ANIntFieldValue Struct Reference

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 Attributes

int Boundary_
 The boundary of the field. More...
 
Operations Ops_
 Describe the semantics of Boundary_. More...
 

Detailed Description

Describes a field with integer values.

Definition at line 159 of file ianemitter.h.

Member Enumeration Documentation

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 167 of file ianemitter.h.

Member Data Documentation

int LeechCraft::ANIntFieldValue::Boundary_

The boundary of the field.

Definition at line 163 of file ianemitter.h.

Operations LeechCraft::ANIntFieldValue::Ops_

Describe the semantics of Boundary_.

This is the combination of values in Operation enum.

Definition at line 188 of file ianemitter.h.


The documentation for this struct was generated from the following file: