HSuppressInfo

Fields

int

severity

int

category

int

specific

Functions

HSuppressInfo

Detailed Description

struct HSuppressInfo

The HSuppressInfo contains information used to identify which errors should be suppressed.

Public Functions

inline HSuppressInfo(int s, int c, int sp)

Public Members

int severity

The level of seriousness of this error.

int category

The category that this error falls under as described in #HC_Define_Error_Handler.

int specific

The specific error under the category as described in #HC_Define_Error_Handler.