|
SST 15.0
Structural Simulation Toolkit
|
Templated implementation of ObjectMapComparison. More...
#include <objectMap.h>
Public Member Functions | |
| ObjectMapComparison_impl (const std::string &name, T *var, Op op, const std::string &value) | |
| bool | compare () override |
| std::string | getCurrentValue () override |
Public Member Functions inherited from SST::Core::Serialization::ObjectMapComparison | |
| ObjectMapComparison (const std::string &name) | |
| std::string | getName () |
Additional Inherited Members | |
Public Types inherited from SST::Core::Serialization::ObjectMapComparison | |
| enum class | Op : std::uint8_t { LT , LTE , GT , GTE , EQ , NEQ , CHANGED , INVALID } |
Static Public Member Functions inherited from SST::Core::Serialization::ObjectMapComparison | |
| static Op | getOperationFromString (const std::string &op) |
Protected Attributes inherited from SST::Core::Serialization::ObjectMapComparison | |
| std::string | name_ = "" |
Templated implementation of ObjectMapComparison.
|
inlineoverridevirtual |
Implements SST::Core::Serialization::ObjectMapComparison.
|
inlineoverridevirtual |
Implements SST::Core::Serialization::ObjectMapComparison.