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

Declare a type to map addresses to modules in a useful sort-order. More...

#include <map>
#include "module_info.hpp"
Include dependency graph for module_address_map.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Typedefs

using psystem::module_address_map = std::map< psystem::address_t, psystem::module_info, std::greater< psystem::address_t > >
 A mapping of module base-addresses to the psystem::module_info. More...
 

Detailed Description

Declare a type to map addresses to modules in a useful sort-order.

Author
Matt Bisson
Date
17 November, 2015
Since
PSystem 2.0
Version
PSystem 2.0