#include <ELextendedID.h>
Public Member Functions | |
~ELextendedID () | |
ELextendedID () | |
ELextendedID (std::string const &id, ELseverityLevel severity, std::string const &module, std::string const &subroutine, std::string const &hostname, std::string const &hostaddr, std::string const &application) | |
std::string const & | id () const |
ELseverityLevel | severity () const |
std::string const & | module () const |
std::string const & | subroutine () const |
std::string const & | hostname () const |
std::string const & | hostaddr () const |
std::string const & | application () const |
long | pid () const |
void | setID (std::string const &id) |
void | setSeverity (ELseverityLevel severity) |
void | setModule (std::string const &module) |
void | setSubroutine (std::string const &subroutine) |
void | setHostname (std::string const &hostname) |
void | setHostaddr (std::string const &hostaddr) |
void | setApplication (std::string const &application) |
void | setPID (long pid) |
bool | operator< (ELextendedID const &xid) const |
void | clear () |
Private Attributes | |
std::string | id_ {} |
ELseverityLevel | severity_ {} |
std::string | module_ {} |
std::string | subroutine_ {} |
std::string | hostname_ {} |
std::string | hostaddr_ {} |
std::string | application_ {} |
long | pid_ {0} |
Definition at line 11 of file ELextendedID.h.
mf::ELextendedID::~ELextendedID | ( | ) |
Definition at line 6 of file ELextendedID.cc.
mf::ELextendedID::ELextendedID | ( | ) |
Definition at line 8 of file ELextendedID.cc.
mf::ELextendedID::ELextendedID | ( | std::string const & | id, |
ELseverityLevel | severity, | ||
std::string const & | module, | ||
std::string const & | subroutine, | ||
std::string const & | hostname, | ||
std::string const & | hostaddr, | ||
std::string const & | application | ||
) |
Definition at line 10 of file ELextendedID.cc.
std::string const & mf::ELextendedID::application | ( | ) | const |
Definition at line 63 of file ELextendedID.cc.
void mf::ELextendedID::clear | ( | ) |
Definition at line 142 of file ELextendedID.cc.
std::string const & mf::ELextendedID::hostaddr | ( | ) | const |
Definition at line 57 of file ELextendedID.cc.
std::string const & mf::ELextendedID::hostname | ( | ) | const |
Definition at line 51 of file ELextendedID.cc.
std::string const & mf::ELextendedID::id | ( | ) | const |
Definition at line 27 of file ELextendedID.cc.
std::string const & mf::ELextendedID::module | ( | ) | const |
Definition at line 39 of file ELextendedID.cc.
bool mf::ELextendedID::operator< | ( | ELextendedID const & | xid | ) | const |
Definition at line 123 of file ELextendedID.cc.
long mf::ELextendedID::pid | ( | ) | const |
Definition at line 69 of file ELextendedID.cc.
void mf::ELextendedID::setApplication | ( | std::string const & | application | ) |
Definition at line 111 of file ELextendedID.cc.
void mf::ELextendedID::setHostaddr | ( | std::string const & | hostaddr | ) |
Definition at line 105 of file ELextendedID.cc.
void mf::ELextendedID::setHostname | ( | std::string const & | hostname | ) |
Definition at line 99 of file ELextendedID.cc.
void mf::ELextendedID::setID | ( | std::string const & | id | ) |
Definition at line 75 of file ELextendedID.cc.
void mf::ELextendedID::setModule | ( | std::string const & | module | ) |
Definition at line 87 of file ELextendedID.cc.
void mf::ELextendedID::setPID | ( | long | pid | ) |
Definition at line 117 of file ELextendedID.cc.
void mf::ELextendedID::setSeverity | ( | ELseverityLevel | severity | ) |
Definition at line 81 of file ELextendedID.cc.
void mf::ELextendedID::setSubroutine | ( | std::string const & | subroutine | ) |
Definition at line 93 of file ELextendedID.cc.
ELseverityLevel mf::ELextendedID::severity | ( | ) | const |
Definition at line 33 of file ELextendedID.cc.
std::string const & mf::ELextendedID::subroutine | ( | ) | const |
Definition at line 45 of file ELextendedID.cc.
|
private |
Definition at line 52 of file ELextendedID.h.
|
private |
Definition at line 51 of file ELextendedID.h.
|
private |
Definition at line 50 of file ELextendedID.h.
|
private |
Definition at line 46 of file ELextendedID.h.
|
private |
Definition at line 48 of file ELextendedID.h.
|
private |
Definition at line 53 of file ELextendedID.h.
|
private |
Definition at line 47 of file ELextendedID.h.
|
private |
Definition at line 49 of file ELextendedID.h.