Property value types. More...
Enumerations | |
| enum | Type { NONE = 0, ALIAS , EXTENDED } |
The possible types of an SGPropertyNode. More... | |
Property value types.
| enum simgear::props::Type |
The possible types of an SGPropertyNode.
Types that appear after EXTENDED are not stored in the SGPropertyNode itself.
| 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
|
1.6.1