GDB (API)
|
#include "gdbtypes.h"
Public Member Functions | |
bool | contains (ULONGEST value, bool is_unsigned) const |
Public Attributes | |
ULONGEST | low |
ULONGEST | high |
Information about a single discriminant.
Definition at line 197 of file gdbtypes.h.
Return true if VALUE is contained in this range. IS_UNSIGNED is true if this should be an unsigned comparison; false for signed.
Definition at line 206 of file gdbtypes.h.
ULONGEST discriminant_range::high |
Definition at line 201 of file gdbtypes.h.
ULONGEST discriminant_range::low |
The range of values for the variant. This is an inclusive range.
Definition at line 201 of file gdbtypes.h.