GDB (xrefs)
Public Member Functions | Public Attributes | List of all members
reg Struct Reference

#include "regdef.h"

Public Member Functions

bool operator== (const reg &other) const
 
bool operator!= (const reg &other) const
 

Public Attributes

const char * name
 
int offset
 
int size
 

Detailed Description

Definition at line 22 of file regdef.h.

Member Function Documentation

◆ operator!=()

bool reg::operator!= ( const reg other) const
inline

Definition at line 45 of file regdef.h.

◆ operator==()

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

Definition at line 38 of file regdef.h.

References name, offset, and size.

Member Data Documentation

◆ name

const char* reg::name

◆ offset

int reg::offset

◆ size

int reg::size

Definition at line 36 of file regdef.h.

Referenced by operator==().


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