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
SGRaw Class Referenceabstract

Detailed Description

Base class for SGRawValue classes that holds no type information.

This allows some generic manipulation of the SGRawValue object.

Definition at line 221 of file props.hxx.

#include <props.hxx>

+ Inheritance diagram for SGRaw:

Public Member Functions

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.
 

Constructor & Destructor Documentation

◆ ~SGRaw()

virtual ~SGRaw ( )
inlinevirtual

Definition at line 230 of file props.hxx.

230{}

Member Function Documentation

◆ clone()

virtual SGRaw * clone ( ) const
pure virtual

Create a new deep copy of this raw value.

The copy will contain its own version of the underlying value as well, and will be the same type.

Returns
A deep copy of the current object.

◆ getType()

virtual simgear::props::Type getType ( ) const
pure virtual

Get the type enumeration for the raw value.

Returns
the type.

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