Searched refs:variable_base (Results 1 – 4 of 4) sorted by relevance
57 class variable_base { class59 explicit variable_base( rt_env_detail::variable_data& data ) : m_data( &data ) {} in variable_base() function in boost::BOOST_RT_PARAM_NAMESPACE::environment::variable_base90 class variable : public variable_base {99 : variable_base( data ) {} in variable()105 T const& value() const { return variable_base::value<T>(); } in value()110 void value( boost::optional<T>& res ) const { variable_base::value( res ); } in value()112 using variable_base::value;204 : variable_base( environment::var<T>( var_name ) ) in variable()212 : variable_base( environment::var<T>( var_name, m ) ) in variable()
31 class variable_base;32 variable_base var( cstring var_name );
105 BOOST_RT_PARAM_INLINE variable_base114 return variable_base( *vd );
102 variable_base