GNU g++  v5.2.1
GNU Standard C++
__gnu_profile::__warning_data Struct Reference

Representation of a warning. More...

#include <profiler_trace.h>

Collaboration diagram for __gnu_profile::__warning_data:

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
 

Detailed Description

Representation of a warning.

Constructor & Destructor Documentation

__gnu_profile::__warning_data::__warning_data ( )
inline
__gnu_profile::__warning_data::__warning_data ( float  __m,
__stack_t  __c,
const char *  __id,
const std::string &  __msg 
)
inline

Member Function Documentation

bool __gnu_profile::__warning_data::operator< ( const __warning_data __other) const
inline

References __magnitude.

Member Data Documentation

__stack_t __gnu_profile::__warning_data::__context
float __gnu_profile::__warning_data::__magnitude
const char* __gnu_profile::__warning_data::__warning_id
std::string __gnu_profile::__warning_data::__warning_message

The documentation for this struct was generated from the following file: