Project
Loading...
Searching...
No Matches
DCSDataPointHint.h File Reference
#include <variant>
#include <string>
#include <vector>
#include <cstdint>

Go to the source code of this file.

Classes

struct  o2::dcs::test::DataPointHint< T >
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::dcs
 
namespace  o2::dcs::test
 

Typedefs

using o2::dcs::test::HintType = std::variant< DataPointHint< double >, DataPointHint< float >, DataPointHint< uint32_t >, DataPointHint< int32_t >, DataPointHint< char >, DataPointHint< bool >, DataPointHint< std::string > >