My Project
|
Public Member Functions | |
std::size_t | pack_size () const |
std::size_t | unpack_data (const Scalar *data) |
std::size_t | pack_data (Scalar *data) const |
Scalar | get (const std::string &wname) const |
void | update_default (const std::string &wname, Scalar value) |
void | set (const std::string &wname, Scalar value) |
bool | oscillation (const std::string &wname) const |
void | update_count (const std::string &wname, bool increase) |
void | reset_count () |
int | get_increment_count (const std::string &wname) const |
int | get_decrement_count (const std::string &wname) const |
void | set_debug_counter (int value) |
int | get_debug_counter () |
int | update_debug_counter () |
template<class Serializer > | |
void | serializeOp (Serializer &serializer) |
bool | operator== (const ALQState &) const |
Static Public Member Functions | |
static ALQState | serializationTestObject () |