PrevUpHomeNext

Struct fancy_call_frame_formatter

boost::call_stack::fancy_call_frame_formatter

Synopsis

// In header: <boost/call_stack/frame.hpp>


struct fancy_call_frame_formatter {

  // public static functions
  template<typename AddrResolver> 
    static void print(call_frame const &, std::ostream &);
};

Description

How to format call_frame information and its symbol information.

fancy_call_frame_formatter public static functions

  1. template<typename AddrResolver> 
      static void print(call_frame const & frm, std::ostream & os);

PrevUpHomeNext