conf.C File Reference

#include "conf.H"
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <cassert>

Functions

template<>
bool conf_value (cajun::conf_entry_t &entry, bool &value)
template<>
bool conf_value (cajun::conf_entry_t &entry, int &value)
template<>
bool conf_value (cajun::conf_entry_t &entry, unsigned &value)
template<>
bool conf_value (cajun::conf_entry_t &entry, float &value)
template<>
bool conf_value (cajun::conf_entry_t &entry, double &value)
template<>
bool conf_value (cajun::conf_entry_t &entry, std::string &value)

Function Documentation

template<>
bool conf_value ( cajun::conf_entry_t entry,
std::string &  value 
) [inline]
template<>
bool conf_value ( cajun::conf_entry_t entry,
double &  value 
) [inline]
template<>
bool conf_value ( cajun::conf_entry_t entry,
float &  value 
) [inline]
template<>
bool conf_value ( cajun::conf_entry_t entry,
unsigned &  value 
) [inline]
template<>
bool conf_value ( cajun::conf_entry_t entry,
int &  value 
) [inline]
template<>
bool conf_value ( cajun::conf_entry_t entry,
bool &  value 
) [inline]

Generated on Fri Apr 9 10:45:11 2010 for cbutils by  doxygen 1.6.1