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

Public Member Functions

 reggroups ()
 
 DISABLE_COPY_AND_ASSIGN (reggroups)
 
void add (const reggroup *group)
 
std::vector< structreggroup * >::size_type size () const
 
const std::vector< const struct reggroup * > & groups () const
 

Private Attributes

std::vector< const struct reggroup * > m_groups
 

Detailed Description

Definition at line 53 of file reggroups.c.

Constructor & Destructor Documentation

◆ reggroups()

reggroups::reggroups ( )
inline

Member Function Documentation

◆ add()

void reggroups::add ( const reggroup * group)
inline

Definition at line 71 of file reggroups.c.

References m_groups, and reggroup::name().

Referenced by reggroups().

◆ DISABLE_COPY_AND_ASSIGN()

reggroups::DISABLE_COPY_AND_ASSIGN ( reggroups )

◆ groups()

const std::vector< const struct reggroup * > & reggroups::groups ( ) const
inline

Definition at line 96 of file reggroups.c.

References m_groups.

Referenced by gdbarch_reggroups(), get_reggroups(), and reggroup_add().

◆ size()

std::vector< structreggroup * >::size_type reggroups::size ( ) const
inline

Definition at line 88 of file reggroups.c.

References m_groups.

Member Data Documentation

◆ m_groups

std::vector<const struct reggroup *> reggroups::m_groups
private

Definition at line 103 of file reggroups.c.

Referenced by add(), groups(), and size().


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