Searched refs:any_ptr (Results 1 – 4 of 4) sorted by relevance
286 class any_ptr class304 any_ptr(T* p) in any_ptr() function in boost::spirit::any_ptr308 friend bool operator==(any_ptr const& a, any_ptr const& b) in operator ==()315 any_ptr(void* p, std::type_info const* i) in any_ptr() function in boost::spirit::any_ptr426 utree(any_ptr const&);427 reference operator=(any_ptr const&);
180 bool operator()(any_ptr const&, any_ptr const&) const in operator ()()270 void operator()(any_ptr const&) const in operator ()()
500 return f(any_ptr(x.v.p, x.v.i)); in apply()573 y, detail::bind(f, any_ptr(x.v.p, x.v.i))); in apply()781 inline utree::utree(any_ptr const& p) in utree()937 inline utree& utree::operator=(any_ptr const& p_) in operator =()1565 T* operator()(any_ptr const& p) const in operator ()()
474 using boost::spirit::any_ptr; in main()477 utree up = any_ptr(&n); in main()