![]() |
LogIt++
|
Structure for storing variables of various types. More...
#include <time_shield/time_formatting.hpp>#include <string>#include <iostream>#include <cstdint>#include <type_traits>#include <exception>#include <iomanip>#include <chrono>#include <sstream>#include <memory>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. | |
Macros | |
| #define | _LOGIT_VARIABLE_VALUE_HPP_INCLUDED |
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.
| #define _LOGIT_VARIABLE_VALUE_HPP_INCLUDED |
Definition at line 3 of file VariableValue.hpp.