EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PyDict::_comp Class Reference

#include "PyRep.h"

Inheritance diagram for PyDict::_comp:
Collaboration diagram for PyDict::_comp:

Public Member Functions

bool operator() (const PyRep *_Arg1, const PyRep *_Arg2) const
 

Detailed Description

Definition at line 735 of file PyRep.h.

Member Function Documentation

bool PyDict::_comp::operator() ( const PyRep _Arg1,
const PyRep _Arg2 
) const
inline

Definition at line 738 of file PyRep.h.

References PyRep::hash().

739  {
740  assert( _Arg1 );
741  assert( _Arg2 );
742 
743  return ( _Arg1->hash() == _Arg2->hash() );
744  }
virtual int32 hash() const
virtual function to generate a hash value of a object.
Definition: PyRep.cpp:96

Here is the call graph for this function:


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