flx::rtl::slist_t Struct Reference

#include <flx_rtl.hpp>

List of all members.

Public Member Functions

 slist_t (gc::generic::collector_t *)
 create empty list
 slist_t (slist_t const &)
 shallow copy
void push (void *data)
 push a gc pointer
void * pop ()
 pop a gc pointer
bool isempty () const

Public Attributes

gc::generic::collector_tgc
slist_node_t * head


Detailed Description

SLIST. singly linked lists: SHARABLE and COPYABLE SLIST manages pointers to memory managed by the collector


The documentation for this struct was generated from the following file:
Generated on Fri Jun 8 02:24:06 2007 for Felix by  doxygen 1.5.2