#include <typelist.h>
| Public Types | |
| typedef typelist< typename append_type::type > | type | 
| Private Types | |
| typedef Typelist0::root | root0_type | 
| typedef Typelist1::root | root1_type | 
| typedef detail::append_< root0_type, root1_type > | append_type | 
Definition at line 285 of file typelist.h.
| typedef detail::append_<root0_type, root1_type> __gnu_cxx::append< Typelist0, Typelist1 >::append_type  [private] | 
Definition at line 290 of file typelist.h.
| typedef Typelist0::root __gnu_cxx::append< Typelist0, Typelist1 >::root0_type  [private] | 
Definition at line 288 of file typelist.h.
| typedef Typelist1::root __gnu_cxx::append< Typelist0, Typelist1 >::root1_type  [private] | 
Definition at line 289 of file typelist.h.
| typedef typelist<typename append_type::type> __gnu_cxx::append< Typelist0, Typelist1 >::type | 
Definition at line 293 of file typelist.h.
 1.4.7
 1.4.7