JSBSim Flight Dynamics Model 1.3.0 (09 Apr 2026)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
Hash Struct Reference

Detailed Description

Definition at line 2080 of file props.hxx.

Public Member Functions

size_t operator() (const SGPropertyNode *node) const
 
size_t operator() (SGPropertyNode_ptr node) const
 

Member Function Documentation

◆ operator()() [1/2]

size_t operator() ( const SGPropertyNode node) const
inline

Definition at line 2082 of file props.hxx.

2083 {
2084 return hash_value(*node);
2085 }

◆ operator()() [2/2]

size_t operator() ( SGPropertyNode_ptr  node) const
inline

Definition at line 2086 of file props.hxx.

2087 {
2088 return hash_value(*node);
2089 }

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