Storm
A Modern Probabilistic Model Checker
|
A helper class that can be used as the comparison functor wrt. More...
#include <SimpleValuation.h>
Public Member Functions | |
bool | operator() (SimpleValuation *valuation1, SimpleValuation *valuation2) const |
A helper class that can be used as the comparison functor wrt.
equality for data structures that need to store pointers to valuations and need to compare the elements wrt. their content (rather than pointer equality).
Definition at line 95 of file SimpleValuation.h.
bool storm::expressions::SimpleValuationPointerCompare::operator() | ( | SimpleValuation * | valuation1, |
SimpleValuation * | valuation2 | ||
) | const |
Definition at line 182 of file SimpleValuation.cpp.