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
Hash Struct Reference

Detailed Description

Definition at line 2087 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 2089 of file props.hxx.

2090 {
2091 return hash_value(*node);
2092 }

◆ operator()() [2/2]

size_t operator() ( SGPropertyNode_ptr  node) const
inline

Definition at line 2093 of file props.hxx.

2094 {
2095 return hash_value(*node);
2096 }

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