![]()  | 
  
    JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
    
   An Open Source Flight Dynamics and Control Software Library in C++ 
   | 
 
 Inheritance diagram for SGRawExtended:
 Collaboration diagram for SGRawExtended:Public Member Functions | |
| virtual SGRawExtended * | makeContainer () const =0 | 
| Make an SGRawValueContainer from the SGRawValue.   | |
| virtual std::ostream & | printOn (std::ostream &stream) const =0 | 
| Write value out to a stream.  | |
| virtual std::istream & | readFrom (std::istream &stream)=0 | 
| Read value from a stream and store it.  | |
  Public Member Functions inherited from SGRaw | |
| virtual SGRaw * | clone () const =0 | 
| Create a new deep copy of this raw value.   | |
| virtual simgear::props::Type | getType () const =0 | 
| Get the type enumeration for the raw value.   | |
      
  | 
  pure virtual | 
Make an SGRawValueContainer from the SGRawValue.
This is a virtual function of SGRawExtended so that SGPropertyNode::untie doesn't need to know the type of an extended property.