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

#include "value.h"

Public Member Functions

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

Public Attributes

LONGEST offset
 
ULONGEST length
 

Detailed Description

Definition at line 89 of file value.h.

Member Function Documentation

◆ operator<()

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

Definition at line 102 of file value.h.

References offset.

◆ operator==()

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

Definition at line 108 of file value.h.

References length, and offset.

Member Data Documentation

◆ length

ULONGEST range::length

◆ offset

LONGEST range::offset

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