Go to the source code of this file.
Macros | |
#define | ERR_NG LOG_STREAM(err, log_engine) |
#define | WRN_NG LOG_STREAM(warn, log_engine) |
#define | LOG_NG LOG_STREAM(info, log_engine) |
#define | DBG_NG LOG_STREAM(debug, log_engine) |
Functions | |
void | swap (unit_map &lhs, unit_map &rhs) |
Implement non-member swap function for std::swap (calls unit_map::swap). More... | |
Variables | |
static lg::log_domain | log_engine ("engine") |
#define DBG_NG LOG_STREAM(debug, log_engine) |
#define ERR_NG LOG_STREAM(err, log_engine) |
#define LOG_NG LOG_STREAM(info, log_engine) |
#define WRN_NG LOG_STREAM(warn, log_engine) |
Implement non-member swap function for std::swap (calls unit_map::swap).
Definition at line 440 of file map.cpp.
References unit_map::swap().
Referenced by unit_map::swap().
|
static |