Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::cnt::fwd_llist_base< T > Struct Template Reference

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 ()
 
const fwd_llist_link< T > & get_fwd_llist_link () const
 

Public Attributes

fwd_llist_link< T > fwd_link_GAIA
 

Detailed Description

template<class T>
struct gaia::cnt::fwd_llist_base< T >

Each fwd_llist node either has to inherit from fwd_llist_base or it has to provide get_fwd_llist_link() member functions.


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