simgear::props Namespace Reference

Property value types. More...

Enumerations

enum  Type { NONE = 0, ALIAS , EXTENDED }
 

The possible types of an SGPropertyNode.

More...

Detailed Description

Property value types.


Enumeration Type Documentation

The possible types of an SGPropertyNode.

Types that appear after EXTENDED are not stored in the SGPropertyNode itself.

Enumerator:
NONE 

The node hasn't been assigned a value yet.

ALIAS 

The node "points" to another node.

EXTENDED 

The node's value is not stored in the property; the actual value and type is retrieved from an SGRawValue node.

This type is never returned by

See also:
SGPropertyNode::getType.

Definition at line 128 of file props.hxx.


Generated on 23 Feb 2010 for SimGear by  doxygen 1.6.1