libstdc++
__gnu_profile::__warning_data Struct Reference

#include <profiler_trace.h>

Public Member Functions

 __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.

Definition at line 73 of file profiler_trace.h.

Constructor & Destructor Documentation

◆ __warning_data() [1/2]

__gnu_profile::__warning_data::__warning_data ( )
inline

Definition at line 80 of file profiler_trace.h.

◆ __warning_data() [2/2]

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

Definition at line 83 of file profiler_trace.h.

Member Function Documentation

◆ operator<()

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

Definition at line 88 of file profiler_trace.h.

Member Data Documentation

◆ __context

__stack_t __gnu_profile::__warning_data::__context

Definition at line 76 of file profiler_trace.h.

◆ __magnitude

float __gnu_profile::__warning_data::__magnitude

Definition at line 75 of file profiler_trace.h.

◆ __warning_id

const char* __gnu_profile::__warning_data::__warning_id

Definition at line 77 of file profiler_trace.h.

◆ __warning_message

std::string __gnu_profile::__warning_data::__warning_message

Definition at line 78 of file profiler_trace.h.


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