GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
range Struct Reference

Public Member Functions

bool operator< (const range &other) const
 
bool operator== (const range &other) const
 

Public Attributes

LONGEST offset
 
LONGEST length
 

Detailed Description

Definition at line 71 of file value.c.

Member Function Documentation

◆ operator<()

bool range::operator< ( const range other) const
inline

Definition at line 84 of file value.c.

References offset.

◆ operator==()

bool range::operator== ( const range other) const
inline

Definition at line 90 of file value.c.

References length, and offset.

Member Data Documentation

◆ length

LONGEST range::length

◆ offset

LONGEST range::offset

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