![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Each fwd_llist node either has to inherit from fwd_llist_base or it has to provide get_fwd_llist_link() member functions. More...
#include <fwd_llist.h>
Public Member Functions | |
| fwd_llist_link< T > & | get_fwd_llist_link () |
| Returns the mutable intrusive link. | |
| const fwd_llist_link< T > & | get_fwd_llist_link () const |
| Returns the immutable intrusive link. | |
Public Attributes | |
| fwd_llist_link< T > | fwd_link_GAIA |
| Intrusive link storage used by fwd_llist. | |
Each fwd_llist node either has to inherit from fwd_llist_base or it has to provide get_fwd_llist_link() member functions.
|
inline |
Returns the mutable intrusive link.
|
inline |
Returns the immutable intrusive link.