Isle
Loading...
Searching...
No Matches
CoreSetCompare Struct Reference

Comparison functor for MxCore* pointers used by MxCoreSet to ensure a consistent ordering. More...

#include <legoworld.h>

Public Member Functions

MxS32 operator() (MxCore *const &p_a, MxCore *const &p_b) const
 

Detailed Description

Comparison functor for MxCore* pointers used by MxCoreSet to ensure a consistent ordering.

[AI]

Uses casting to COMPARE_POINTER_TYPE for cross-platform compatibility, emulating pointer comparison as integers for some compilers. [AI]

Definition at line 30 of file legoworld.h.

Member Function Documentation

◆ operator()()

MxS32 CoreSetCompare::operator() ( MxCore *const &  p_a,
MxCore *const &  p_b 
) const
inline

Definition at line 31 of file legoworld.h.


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