Namespaces | Functions
registration_utils.h File Reference
#include <pal_statistics/pal_statistics.h>
Include dependency graph for registration_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pal_statistics
 

Functions

template<>
IdType pal_statistics::customRegister (StatisticsRegistry &registry, const std::string &name, const boost::function< double()> &funct, RegistrationsRAII *bookkeeping, bool enabled)
 specialization for where the variable is double, to avoid going through a function More...
 
template<typename T >
IdType pal_statistics::customRegister (StatisticsRegistry &registry, const std::string &name, const boost::function< T()> &funct, RegistrationsRAII *bookkeeping=NULL, bool enabled=true)
 Default implementation that accepts any function whose return value can be casted to a double. More...
 
template<>
IdType pal_statistics::customRegister (StatisticsRegistry &registry, const std::string &name, const double *variable, RegistrationsRAII *bookkeeping, bool enabled)
 specialization for where the variable is double, to avoid going through a function More...
 
template<typename T >
IdType pal_statistics::customRegister (StatisticsRegistry &registry, const std::string &name, const T *variable, RegistrationsRAII *bookkeeping=NULL, bool enabled=true)
 Default implementation that accepts anything variable that can be casted to a double. More...
 


pal_statistics
Author(s):
autogenerated on Fri Aug 2 2024 08:29:35