Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
config.hpp File Reference
#include <boost/config.hpp>
#include <boost/test/detail/config.hpp>
#include <boost/test/utils/basic_cstring/basic_cstring.hpp>
#include <boost/test/utils/wrap_stringstream.hpp>
#include <boost/test/utils/basic_cstring/io.hpp>
#include <string>
#include <cstdlib>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::runtime
 

Macros

#define BOOST_RT_PARAM_NAMESPACE   runtime
 
#define BOOST_RT_PARAM_LITERAL(l)   l
 
#define BOOST_RT_PARAM_CSTRING_LITERAL(l)   cstring( l, sizeof( l ) - 1 )
 
#define BOOST_RT_PARAM_GETENV   getenv
 
#define BOOST_RT_PARAM_PUTENV   ::boost::BOOST_RT_PARAM_NAMESPACE::putenv_impl
 
#define BOOST_RT_PARAM_EXCEPTION_INHERIT_STD
 
#define BOOST_RT_PARAM_UNNEEDED_VIRTUAL
 

Typedefs

typedef char boost::runtime::char_type
 
typedef std::string boost::runtime::dstring
 
typedef unit_test::const_string boost::runtime::cstring
 
typedef unit_test::literal_string boost::runtime::literal_cstring
 
typedef wrap_stringstream boost::runtime::format_stream
 
typedef std::basic_ostream
< char_type > 
boost::runtime::out_stream
 

Functions

void boost::runtime::putenv_impl (cstring name, cstring value)
 

Macro Definition Documentation

#define BOOST_RT_PARAM_EXCEPTION_INHERIT_STD
#define BOOST_RT_PARAM_GETENV   getenv
#define BOOST_RT_PARAM_NAMESPACE   runtime
#define BOOST_RT_PARAM_PUTENV   ::boost::BOOST_RT_PARAM_NAMESPACE::putenv_impl
#define BOOST_RT_PARAM_UNNEEDED_VIRTUAL