Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a02012.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a02012.php on line 2
The ARGoS Website

argos::SEntityComparator Struct Reference

A generic entity comparator, used in containers that must be ordered deterministically. More...

#include <entity.h>

Public Member Functions

bool operator() (const CEntity *pc_a, const CEntity *pc_b) const
 
bool operator() (const CEntity &c_a, const CEntity &c_b) const
 

Detailed Description

A generic entity comparator, used in containers that must be ordered deterministically.

Definition at line 318 of file entity.h.

Member Function Documentation

◆ operator()() [1/2]

bool argos::SEntityComparator::operator() ( const CEntity pc_a,
const CEntity pc_b 
) const
inline

Definition at line 319 of file entity.h.

◆ operator()() [2/2]

bool argos::SEntityComparator::operator() ( const CEntity c_a,
const CEntity c_b 
) const
inline

Definition at line 322 of file entity.h.