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

openvrml::node::polled_eventout_value Struct Reference

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

Collaboration diagram for openvrml::node::polled_eventout_value:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 polled_eventout_value ()
 Construct.

 polled_eventout_value (const field_value_ptr &value, bool modified)
 Construct.


Public Attributes

const field_value_ptr 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

openvrml::node::polled_eventout_value::polled_eventout_value  ) 
 

Construct.

openvrml::node::polled_eventout_value::polled_eventout_value const field_value_ptr value,
bool  modified
 

Construct.

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

Member Data Documentation

bool openvrml::node::polled_eventout_value::modified
 

A flag to indicate whether the eventOut has been modified.

const field_value_ptr openvrml::node::polled_eventout_value::value
 

The value.