Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template _globals

boost::parser::_globals

Synopsis

// In header: <boost/parser/parser_fwd.hpp>


template<typename Context>  ( context);

Description

Returns a reference to the globals object associated with the top-level parser. Returns none if there is no associated globals object.


PrevUpHomeNext