ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
dependancy_t Struct Reference
+ Collaboration diagram for dependancy_t:

Data Fields

struct erl_record_tdepender
 
struct erl_record_tprovider
 
struct dependancy_tnext
 
struct dependancy_tprev
 

Detailed Description

Definition at line 269 of file erl.c.

Field Documentation

◆ depender

struct erl_record_t* dependancy_t::depender

Definition at line 270 of file erl.c.

Referenced by add_dependancy(), and r_destroy_dependancy_r().

◆ next

struct dependancy_t* dependancy_t::next

Definition at line 271 of file erl.c.

Referenced by add_dependancy(), destroy_dependancy(), r_destroy_dependancy_r(), and unload_erl().

◆ prev

struct dependancy_t * dependancy_t::prev

Definition at line 271 of file erl.c.

Referenced by add_dependancy(), and destroy_dependancy().

◆ provider

struct erl_record_t * dependancy_t::provider

Definition at line 270 of file erl.c.

Referenced by add_dependancy(), and unload_erl().


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