Public Member Functions | |
osl_stash_link (char const *name_, void const *data_, void(*dtor_)(void *), osl_stash_link *next_) | |
Public Attributes | |
char const * | name |
void * | data |
void(* | dtor )(void *) |
osl_stash_link * | next |
Definition at line 23 of file osl_topology.cxx.
osl_stash_link::osl_stash_link | ( | char const * | name_, |
void const * | data_, | ||
void(*)(void *) | dtor_, | ||
osl_stash_link * | next_ | ||
) | [inline] |
Definition at line 24 of file osl_topology.cxx.
void* osl_stash_link::data |
Definition at line 27 of file osl_topology.cxx.
void(* osl_stash_link::dtor)(void *) |
Definition at line 28 of file osl_topology.cxx.
char const* osl_stash_link::name |
Definition at line 26 of file osl_topology.cxx.
Definition at line 29 of file osl_topology.cxx.