Sierra Toolkit  Version of the Day
stk_classic::mesh::EntityLess Class Reference

Comparison operator for entities compares the entities' keys. More...

#include <Entity.hpp>

Public Member Functions

 EntityLess (const EntityLess &)
 
EntityLessoperator= (const EntityLess &)
 
bool operator() (const Entity &lhs, const Entity &rhs) const
 Comparison operator.
 
bool operator() (const Entity &lhs, const EntityKey &rhs) const
 
bool operator() (const Entity *lhs, const Entity *rhs) const
 Comparison operator.
 
bool operator() (const Entity *lhs, const Entity &rhs) const
 
bool operator() (const Entity &lhs, const Entity *rhs) const
 
bool operator() (const Entity *lhs, const EntityKey &rhs) const
 
bool operator() (const EntityProc &lhs, const EntityProc &rhs) const
 
bool operator() (const EntityProc &lhs, const Entity &rhs) const
 
bool operator() (const EntityProc &lhs, const Entity *rhs) const
 
bool operator() (const EntityProc &lhs, const EntityKey &rhs) const
 

Detailed Description

Comparison operator for entities compares the entities' keys.

Definition at line 478 of file Entity.hpp.


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