LogIt++
Loading...
Searching...
No Matches
VariableValue.hpp File Reference

Structure for storing variables of various types. More...

#include "format.hpp"
#include <time_shield_cpp/time_shield.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.
 

Detailed Description

Structure for storing variables of various types.

Definition in file VariableValue.hpp.

Macro Definition Documentation

◆ _LOGIT_VARIABLE_VALUE_HPP_INCLUDED

#define _LOGIT_VARIABLE_VALUE_HPP_INCLUDED

Definition at line 3 of file VariableValue.hpp.