PStack  2.0
Stack trace printer for MSVC and GCC binaries
image_symbol_iterator.cpp File Reference

Defines functionality for iterating across debuggable symbols. More...

Include dependency graph for image_symbol_iterator.cpp:

Namespaces

 psystem
 Contains the process examination "system" and basic frameworks.
 

Associated Free-functions

image_symbol_iterator psystem::operator+ (image_symbol_iterator const &it, size_t const count) noexcept
 Create a new iterator placed after it in the container. More...
 
image_symbol_iterator psystem::operator+ (size_t const count, image_symbol_iterator const &it) noexcept
 Create a new iterator placed after it in the container (using "n + this" syntax). More...
 

Detailed Description

Defines functionality for iterating across debuggable symbols.

Author
Matt Bisson
Date
8 February, 2015
Since
PSystem 2.0
Version
PSystem 2.0