Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct vs_output_error_handler

boost::parser::vs_output_error_handler

Synopsis

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


struct vs_output_error_handler : public  {

  // public member functions
  ();
  ();
  ();
};

Description

An error handler that prints to the Visual Studio debugger via calls to OutputDebugString().

vs_output_error_handler public member functions

  1. ();
  2. ( filename);
  3. ( filename);

PrevUpHomeNext