Typedefs | Functions
readout::details Namespace Reference

Typedefs

template<std::size_t Index, typename ID >
using AbsIDtype = geo::details::AbsIDtype< Index, ID >
 
template<std::size_t UpIndex, typename ID >
using RelIDtype = geo::details::RelIDtype< UpIndex, ID >
 

Functions

template<typename T >
std::string writeToString (T const &value)
 
template<std::size_t Index, typename ID >
constexpr auto getAbsIDindex (ID const &id)
 
template<std::size_t Index, typename ID >
auto & getAbsIDindex (ID &id)
 

Typedef Documentation

template<std::size_t Index, typename ID >
using readout::details::AbsIDtype = typedef geo::details::AbsIDtype<Index, ID>

Definition at line 27 of file readout_types.h.

template<std::size_t UpIndex, typename ID >
using readout::details::RelIDtype = typedef geo::details::RelIDtype<UpIndex, ID>

Definition at line 30 of file readout_types.h.

Function Documentation

template<std::size_t Index, typename ID >
constexpr auto readout::details::getAbsIDindex ( ID const &  id)
inline

Definition at line 33 of file readout_types.h.

34  { return geo::details::getAbsIDindex<Index, ID>(id); }
template<std::size_t Index, typename ID >
auto& readout::details::getAbsIDindex ( ID &  id)
inline

Definition at line 37 of file readout_types.h.

38  { return geo::details::getAbsIDindex<Index, ID>(id); }
template<typename T >
std::string readout::details::writeToString ( T const &  value)
inline

Definition at line 23 of file readout_types.h.

std::string writeToString(T const &value)
Write the argument into a string.
Definition: geo_types.h:864