conf.H File Reference

#include <map>
#include <iostream>

Go to the source code of this file.

Classes

class  cajun::conf_t

Namespaces

namespace  cajun

Typedefs

typedef std::string cajun::conf_entry_t

Functions

template<typename T >
bool conf_value (cajun::conf_entry_t &entry, T &value)
std::string cajun::make_bot_config_filename (std::string const &name)
std::string cajun::make_config_filename (std::string const &name)
std::string cajun::make_bin_filename (std::string const &name)
std::string cajun::make_docs_filename (std::string const &name)
std::string cajun::make_support_filename (std::string const &name)
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]
template<typename T >
bool conf_value ( cajun::conf_entry_t entry,
T &  value 
) [inline]

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