|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <tylift.H>

Public Types | |
| typedef std::pair< T, seq< T > * > | pair_t |
| typedef variant< unit, pair_t > | rep_t |
Public Member Functions | |
| seq () | |
| seq (const T &x, seq< T > *xs) | |
| bool | empty () const |
| const pair_t * | head () const |
Public Attributes | |
| rep_t | data |
| typedef std::pair<T, seq<T>*> hobbes::seq< T >::pair_t |
| typedef variant<unit, pair_t> hobbes::seq< T >::rep_t |
|
inline |
|
inline |
|
inline |
|
inline |
| rep_t hobbes::seq< T >::data |
1.8.13