JSBSim Flight Dynamics Model 1.2.3 (07 Jun 2025)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
SGRawExtended Class Referenceabstract

Detailed Description

Definition at line 244 of file props.hxx.

+ Inheritance diagram for SGRawExtended:
+ Collaboration diagram for SGRawExtended:

Public Member Functions

virtual SGRawExtendedmakeContainer () 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 SGRawclone () 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.
 

Member Function Documentation

◆ makeContainer()

virtual SGRawExtended * makeContainer ( ) const
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.


The documentation for this class was generated from the following file: