|
libalpm
Arch Linux Package Manager Library
|
#include <graph.h>

Data Fields | |
| char | state |
| off_t | weight |
| void * | data |
| struct __alpm_graph_t * | parent |
| alpm_list_t * | children |
| alpm_list_t * | childptr |
Definition at line 32 of file graph.h.
Referenced by _alpm_sortbydeps().
Definition at line 31 of file graph.h.
Referenced by _alpm_graph_free().
| void* __alpm_graph_t::data |
Definition at line 29 of file graph.h.
Referenced by _alpm_sortbydeps().
| struct __alpm_graph_t* __alpm_graph_t::parent |
Definition at line 30 of file graph.h.
Referenced by _alpm_sortbydeps().
Definition at line 27 of file graph.h.
Referenced by _alpm_sortbydeps().
| off_t __alpm_graph_t::weight |
1.7.6.1