FlightGear next
flightgear::http::PropertyValue Struct Reference

Public Member Functions

 PropertyValue (SGPropertyNode *cur=nullptr)
 
bool equals (SGPropertyNode *node, const PropertyValue &other) const
 

Public Attributes

simgear::props::Type type
 
union { 
 
   int   intValue 
 
   double   doubleValue 
 
};  
 
std::string stringValue
 

Detailed Description

Definition at line 47 of file MirrorPropertyTreeWebsocket.cxx.

Constructor & Destructor Documentation

◆ PropertyValue()

flightgear::http::PropertyValue::PropertyValue ( SGPropertyNode * cur = nullptr)
inline

Definition at line 49 of file MirrorPropertyTreeWebsocket.cxx.

Member Function Documentation

◆ equals()

bool flightgear::http::PropertyValue::equals ( SGPropertyNode * node,
const PropertyValue & other ) const
inline

Definition at line 85 of file MirrorPropertyTreeWebsocket.cxx.

Member Data Documentation

◆ [union]

◆ doubleValue

double flightgear::http::PropertyValue::doubleValue

Definition at line 114 of file MirrorPropertyTreeWebsocket.cxx.

◆ intValue

int flightgear::http::PropertyValue::intValue

Definition at line 113 of file MirrorPropertyTreeWebsocket.cxx.

◆ stringValue

std::string flightgear::http::PropertyValue::stringValue

Definition at line 116 of file MirrorPropertyTreeWebsocket.cxx.

◆ type

simgear::props::Type flightgear::http::PropertyValue::type

Definition at line 111 of file MirrorPropertyTreeWebsocket.cxx.


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