#include <Sym.h>
Public Types | |
typedef void * | address_type |
Public Member Functions | |
bool | operator< (address_type b) const |
bool | operator< (const Sym &b) const |
Sym (Dl_info const &, void *addr) | |
Sym () | |
Sym (int id) | |
Public Attributes | |
address_type | addr_ |
int | id_ |
std::string | library_ |
std::string | name_ |
Static Public Attributes | |
static std::atomic< int > | next_id_ |
typedef void* Sym::address_type |
|
inline |
|
inline |
address_type Sym::addr_ |
Definition at line 37 of file Sym.h.
Referenced by operator<(), operator<(), operator<<(), and writeProfileData().
int Sym::id_ |
Definition at line 36 of file Sym.h.
Referenced by operator<<(), and writeProfileData().
std::string Sym::library_ |
Definition at line 35 of file Sym.h.
Referenced by writeProfileData().
std::string Sym::name_ |
Definition at line 34 of file Sym.h.
Referenced by operator<<(), and writeProfileData().
|
static |
Definition at line 39 of file Sym.h.
Referenced by writeProfileData().