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

Public Member Functions

 scoped_restore_hook_in (struct cmd_list_element *c)
 
 ~scoped_restore_hook_in ()
 
 scoped_restore_hook_in (const scoped_restore_hook_in &)=delete
 
scoped_restore_hook_inoperator= (const scoped_restore_hook_in &)=delete
 

Private Attributes

struct cmd_list_elementm_cmd
 

Detailed Description

Definition at line 356 of file cli-script.c.

Constructor & Destructor Documentation

◆ scoped_restore_hook_in() [1/2]

scoped_restore_hook_in::scoped_restore_hook_in ( struct cmd_list_element * c)
inline

Definition at line 360 of file cli-script.c.

◆ ~scoped_restore_hook_in()

scoped_restore_hook_in::~scoped_restore_hook_in ( )
inline

Definition at line 365 of file cli-script.c.

References cmd_list_element::hook_in, and m_cmd.

◆ scoped_restore_hook_in() [2/2]

scoped_restore_hook_in::scoped_restore_hook_in ( const scoped_restore_hook_in & )
delete

Member Function Documentation

◆ operator=()

scoped_restore_hook_in & scoped_restore_hook_in::operator= ( const scoped_restore_hook_in & )
delete

Member Data Documentation

◆ m_cmd

struct cmd_list_element* scoped_restore_hook_in::m_cmd
private

Definition at line 375 of file cli-script.c.

Referenced by ~scoped_restore_hook_in().


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