#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 () | |
Sym (int id) | |
Sym (Dl_info const &info, void *addr) | |
Public Attributes | |
address_type | addr_ |
int | id_ |
std::string | library_ |
std::string | name_ |
Static Public Attributes | |
static int | next_id_ = 1000000 |
typedef void* Sym::address_type |
Sym::Sym | ( | Dl_info const & | info, |
void * | addr | ||
) | [inline] |
Sym::Sym | ( | ) | [inline] |
Sym::Sym | ( | int | id | ) | [inline, explicit] |
bool Sym::operator< | ( | address_type | b | ) | const [inline] |
bool Sym::operator< | ( | const Sym & | b | ) | const [inline] |
Definition at line 41 of file Sym.h.
Referenced by operator<(), operator<(), operator<<(), and writeProfileData().
int Sym::id_ |
Definition at line 40 of file Sym.h.
Referenced by operator<<(), and writeProfileData().
std::string Sym::library_ |
Definition at line 39 of file Sym.h.
Referenced by writeProfileData().
std::string Sym::name_ |
Definition at line 38 of file Sym.h.
Referenced by operator<<(), and writeProfileData().
int Sym::next_id_ = 1000000 [static] |
Definition at line 43 of file Sym.h.
Referenced by writeProfileData().