Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::vm::profile_data::list_header Struct Reference

#include <profile.hpp>

Collaboration diagram for sysio::vm::profile_data::list_header:

Public Member Functions

void unlink ()
 
void unlink ()
 

Public Attributes

list_headernext
 
list_headerprev
 

Detailed Description

Definition at line 95 of file profile.hpp.

Member Function Documentation

◆ unlink() [1/2]

void sysio::vm::profile_data::list_header::unlink ( )
inline

Definition at line 98 of file profile.hpp.

98 {
99 next->prev = prev;
100 prev->next = next;
101 }
Here is the caller graph for this function:

◆ unlink() [2/2]

void sysio::vm::profile_data::list_header::unlink ( )
inline

Definition at line 98 of file profile.hpp.

98 {
99 next->prev = prev;
100 prev->next = next;
101 }

Member Data Documentation

◆ next

list_header * sysio::vm::profile_data::list_header::next

Definition at line 96 of file profile.hpp.

◆ prev

list_header * sysio::vm::profile_data::list_header::prev

Definition at line 97 of file profile.hpp.


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