KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | List of all members
Kratos::IndexedObjectPointerComparator< TpIndexedObject > Struct Template Reference

This is a key comparer between two indexed objects (pointer) More...

#include <key_hash.h>

Collaboration diagram for Kratos::IndexedObjectPointerComparator< TpIndexedObject >:

Public Member Functions

bool operator() (const TpIndexedObject pFirst, const TpIndexedObject pSecond) const
 This is the () operator. More...
 

Detailed Description

template<class TpIndexedObject>
struct Kratos::IndexedObjectPointerComparator< TpIndexedObject >

This is a key comparer between two indexed objects (pointer)

Template Parameters
TpIndexedObjectPointer type to indexed object
Note
Must be tenmplated to take into account the shared, intrusive,etc... pointers

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