#include <circular_linked_list.h>
List of all members.
Public Member Functions |
__INLINE__ | s_both (s_node< T > *l_node, void *l_this) |
__INLINE__ | ~s_both () |
__INLINE__ s_node< T > * | node () |
__INLINE__ void * | This () |
__INLINE__ void | set (s_node< T > *l_node, void *l_this) |
Constructor & Destructor Documentation
__INLINE__ s_both::s_both |
( |
s_node< T > * |
l_node, |
|
|
void * |
l_this |
|
) |
| [inline] |
__INLINE__ s_both::~s_both |
( |
| ) |
[inline] |
Member Function Documentation
__INLINE__ s_node<T>* s_both::node |
( |
| ) |
[inline] |
__INLINE__ void s_both::set |
( |
s_node< T > * |
l_node, |
|
|
void * |
l_this |
|
) |
| [inline] |
__INLINE__ void* s_both::This |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: