The Sparta Modeling Framework
|
File that defines a LockedValue. More...
#include "sparta/utils/SpartaAssert.hpp"
Go to the source code of this file.
Classes | |
class | sparta::utils::LockedValue< T > |
Provides a wrapper around a value to ensure that once the value is frozen or locked, it cannot be overwritten again. More... | |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
Functions | |
template<class T > | |
std::ostream & | sparta::utils::operator<< (std::ostream &os, const sparta::utils::LockedValue< T > &value) |
Overload ostream operator for LockedValue class. | |
File that defines a LockedValue.
Definition in file LockedValue.hpp.
std::ostream & sparta::utils::operator<< | ( | std::ostream & | os, |
const sparta::utils::LockedValue< T > & | value | ||
) |
Overload ostream operator for LockedValue class.
Definition at line 129 of file LockedValue.hpp.