Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

PolledEventOutValue Struct Reference

Simple struct for use in implementing nodes that are polled for pending events. More...

List of all members.


Public Methods

 PolledEventOutValue ()
 Default constructor.

 PolledEventOutValue (const FieldValuePtr &value, bool modified)
 Constructor.


Public Attributes

const FieldValuePtr value
 The value.

bool modified
 A flag to indicate whether the eventOut has been modified.


Detailed Description

Simple struct for use in implementing nodes that are polled for pending events.


Constructor & Destructor Documentation

PolledEventOutValue  
 

Default constructor.

PolledEventOutValue const FieldValuePtr   value,
bool    modified
 

Constructor.

Parameters:
value the value.
modified a flag to indicate whether the eventOut has been modified.

Member Data Documentation

bool modified
 

A flag to indicate whether the eventOut has been modified.

const FieldValuePtr value
 

The value.