Seq is a single node in a linked list. More...
#include <Containers.h>
Public Member Functions | |
| Seq (T head, Seq< T > *tail=NULL) | |
Public Attributes | |
| T | head |
| Seq< T > * | tail |
Seq is a single node in a linked list.
| nanojit::Seq< T >::Seq | ( | T | head, | |
| Seq< T > * | tail = NULL | |||
| ) | [inline] |
| T nanojit::Seq< T >::head |
| Seq<T>* nanojit::Seq< T >::tail |
1.7.1