![]() |
LogIt++
|
Structure for storing variables of various types. More...
Go to the source code of this file.
Classes | |
struct | logit::VariableValue |
Structure for storing values of various types, including enumerations. More... | |
Namespaces | |
namespace | logit |
The primary namespace for the LogIt++ library. | |
Functions | |
template<typename EnumType> | |
std::string | logit::enum_to_string (EnumType value) |
Helper function to convert an enumeration to a string. | |
Structure for storing variables of various types.
Definition in file VariableValue.hpp.