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

Classes

class  boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_parameter< T, IdPolicy >
 

Namespaces

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

Macros

#define BOOST_RT_CLA_NAMED_PARAM_GENERATORS(param_type)
 

Macro Definition Documentation

#define BOOST_RT_CLA_NAMED_PARAM_GENERATORS (   param_type)
Value:
template<typename T> \
inline shared_ptr<param_type ## _t<T> > \
param_type( cstring name = cstring() ) \
{ \
return shared_ptr<param_type ## _t<T> >( new param_type ## _t<T>( name ) ); \
} \
\
inline shared_ptr<param_type ## _t<cstring> > \
param_type( cstring name = cstring() ) \
{ \
return shared_ptr<param_type ## _t<cstring> >( new param_type ## _t<cstring>( name ) ); \
} \
const int name
Definition: gzip.hpp:94
unit_test::const_string cstring
Definition: config.hpp:60