Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
config_file.cpp File Reference
Include dependency graph for config_file.cpp:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::BOOST_RT_PARAM_NAMESPACE
 
 boost::BOOST_RT_PARAM_NAMESPACE::file
 

Macros

#define APPEND_PART(part)   (part.is_empty() ? "" : "::") << (part.is_empty() ? cstring() : part)
 

Functions

std::ostream & boost::BOOST_RT_PARAM_NAMESPACE::file::operator<< (std::ostream &os, parameter const &p)
 
boost::optional< cstring > boost::BOOST_RT_PARAM_NAMESPACE::file::get_param_value (param_namespace const &where_from, cstring name_part1, cstring name_part2, cstring name_part3, cstring name_part4, cstring name_part5)
 
cstring boost::BOOST_RT_PARAM_NAMESPACE::file::get_requ_param_value (param_namespace const &where_from, cstring name_part1, cstring name_part2, cstring name_part3, cstring name_part4, cstring name_part5)
 
param_namespace const * boost::BOOST_RT_PARAM_NAMESPACE::file::get_param_subns (param_namespace const &where_from, cstring namespace_name)
 

Macro Definition Documentation

#define APPEND_PART (   part)    (part.is_empty() ? "" : "::") << (part.is_empty() ? cstring() : part)