Representation of a warning. More...
#include <profiler_trace.h>
Public Member Functions | |
__warning_data () | |
__warning_data (float __m, __stack_t __c, const char *__id, const std::string &__msg) | |
bool | operator< (const __warning_data &__other) const |
Public Attributes | |
__stack_t | __context |
float | __magnitude |
const char * | __warning_id |
std::string | __warning_message |
Representation of a warning.
|
inline |
|
inline |
|
inline |
References __magnitude.
__stack_t __gnu_profile::__warning_data::__context |
Referenced by __gnu_profile::__warn::operator()().
float __gnu_profile::__warning_data::__magnitude |
Referenced by __gnu_profile::__warn::operator()(), and operator<().
const char* __gnu_profile::__warning_data::__warning_id |
Referenced by __gnu_profile::__warn::operator()().
std::string __gnu_profile::__warning_data::__warning_message |
Referenced by __gnu_profile::__warn::operator()().