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

Declare an iterator for examining debuggable symbols. More...

#include "psystem_ns.hpp"
#include <iterator>
Include dependency graph for image_symbol_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  psystem::image_symbol_iterator
 Iterator type for COFF-format debugging symbols. More...
 

Namespaces

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

Functions

void std::swap (psystem::image_symbol_iterator &it1, psystem::image_symbol_iterator &it2) noexcept
 Define the STL swap function for the psystem::image_symbol_iterator type. More...
 

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

Declare an iterator for examining debuggable symbols.

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