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

#include "block.h"

Public Member Functions

 blockrange (CORE_ADDR start, CORE_ADDR end)
 
CORE_ADDR start () const
 
void set_start (CORE_ADDR start)
 
CORE_ADDR end () const
 
void set_end (CORE_ADDR end)
 

Public Attributes

CORE_ADDR m_start
 
CORE_ADDR m_end
 

Detailed Description

Definition at line 40 of file block.h.

Constructor & Destructor Documentation

◆ blockrange()

blockrange::blockrange ( CORE_ADDR start,
CORE_ADDR end )
inline

Definition at line 42 of file block.h.

Member Function Documentation

◆ end()

CORE_ADDR blockrange::end ( ) const
inline

Definition at line 57 of file block.h.

References m_end.

Referenced by set_end().

◆ set_end()

void blockrange::set_end ( CORE_ADDR end)
inline

Definition at line 61 of file block.h.

References end(), and m_end.

◆ set_start()

void blockrange::set_start ( CORE_ADDR start)
inline

Definition at line 53 of file block.h.

References m_start, and start().

◆ start()

CORE_ADDR blockrange::start ( ) const
inline

Definition at line 49 of file block.h.

References m_start.

Referenced by set_start().

Member Data Documentation

◆ m_end

CORE_ADDR blockrange::m_end

Definition at line 70 of file block.h.

Referenced by end(), and set_end().

◆ m_start

CORE_ADDR blockrange::m_start

Definition at line 66 of file block.h.

Referenced by set_start(), and start().


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