Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
environment.ipp File Reference
Include dependency graph for environment.ipp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::BOOST_RT_PARAM_NAMESPACE
 
 boost::BOOST_RT_PARAM_NAMESPACE::environment
 
 boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail
 

Macros

#define BOOST_RT_ENV_ENVIRONMENT_IPP_062904GER
 

Typedefs

typedef std::map< cstring,
rt_env_detail::variable_data > 
boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::registry
 
typedef std::list< dstring > boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::keys
 

Functions

BOOST_RT_PARAM_INLINE registry & boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::s_registry ()
 
BOOST_RT_PARAM_INLINE keys & boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::s_keys ()
 
BOOST_RT_PARAM_INLINE
variable_data & 
boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::new_var_record (cstring var_name)
 
BOOST_RT_PARAM_INLINE
variable_data * 
boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::find_var_record (cstring var_name)
 
BOOST_RT_PARAM_INLINE cstring boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::sys_read_var (cstring var_name)
 
BOOST_RT_PARAM_INLINE void boost::BOOST_RT_PARAM_NAMESPACE::environment::rt_env_detail::sys_write_var (cstring var_name, format_stream &var_value)
 
variable_base boost::BOOST_RT_PARAM_NAMESPACE::environment::var (cstring var_name)
 

Macro Definition Documentation

#define BOOST_RT_ENV_ENVIRONMENT_IPP_062904GER