PLaSK library
|
Predicate which check if given object is another instance of some particular object (given in constructor). More...
#include <plask/geometry/object.hpp>
Public Member Functions | |
PredicateIsA (const GeometryObject &objectToBeEqual) | |
PredicateIsA (const shared_ptr< GeometryObject > &objectToBeEqual) | |
PredicateIsA (const shared_ptr< const GeometryObject > &objectToBeEqual) | |
bool | operator() (const GeometryObject &el) const |
Public Attributes | |
const GeometryObject & | objectToBeEqual |
Predicate which check if given object is another instance of some particular object (given in constructor).
Definition at line 439 of file object.hpp.
|
inline |
Definition at line 441 of file object.hpp.
|
inline |
Definition at line 442 of file object.hpp.
|
inline |
Definition at line 443 of file object.hpp.
|
inline |
Definition at line 444 of file object.hpp.
const GeometryObject& plask::GeometryObject::PredicateIsA::objectToBeEqual |
Definition at line 440 of file object.hpp.