Class raw_event
boost::stacktrack::raw_event — this is the binary data captured by the tracking system
Synopsis
Description
raw_event construct/copy/destruct
raw_event();
-
raw_event(flags_t flags, sequence_t seq);
Parameters
- flags
entry configuration
- seq
sequence number for entry
raw_event public member functions
sequence_t sequence() const;
flags_t flags() const;
-
bool has_info() const;
Returns:
true if info is associted with this entry
-
bool is_return() const;
Returns:
true if this is a return entry (scope exit)
raw_event protected member functions