Public Member Functions | Public Attributes
osl_stash_link Struct Reference

List of all members.

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_linknext

Detailed Description

Definition at line 23 of file osl_topology.cxx.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.


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