|
WSF
|
Line-of-sight key - a combination of the unique IDs of the two entities. More...
#include <WsfLOS_Manager.hpp>
Public Member Functions | |
| LOS_Key (unsigned int aUniqueId1, unsigned int aUniqueId2) | |
| virtual | ~LOS_Key () |
| bool | operator< (const LOS_Key &aRhs) const |
| bool | operator== (const LOS_Key &aRhs) const |
| bool | operator== (const unsigned int &aRhs) const |
| bool | operator!= (const LOS_Key &aRhs) const |
Public Attributes | |
| unsigned int | mID1 |
| unsigned int | mID2 |
Line-of-sight key - a combination of the unique IDs of the two entities.
| WsfLOS_Manager::LOS_Key::LOS_Key | ( | unsigned int | aUniqueId1, |
| unsigned int | aUniqueId2 ) |
Referenced by operator!=(), operator<(), and operator==().
|
inlinevirtual |
| bool WsfLOS_Manager::LOS_Key::operator!= | ( | const LOS_Key & | aRhs | ) | const |
| bool WsfLOS_Manager::LOS_Key::operator< | ( | const LOS_Key & | aRhs | ) | const |
| bool WsfLOS_Manager::LOS_Key::operator== | ( | const LOS_Key & | aRhs | ) | const |
| bool WsfLOS_Manager::LOS_Key::operator== | ( | const unsigned int & | aRhs | ) | const |
| unsigned int WsfLOS_Manager::LOS_Key::mID1 |
Referenced by LOS_Key(), operator!=(), operator<(), operator==(), and operator==().
| unsigned int WsfLOS_Manager::LOS_Key::mID2 |
Referenced by LOS_Key(), operator!=(), operator<(), operator==(), and operator==().