hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <file.H>
Public Types | |
typedef fileref< dbseq< T > * > | link_t |
typedef std::pair< T, link_t > | cons_t |
typedef variant< unit, cons_t > | rep_t |
Public Member Functions | |
dbseq () | |
dbseq (const T &x, link_t xs) | |
bool | empty () const |
const cons_t * | head () const |
Public Attributes | |
rep_t | data |
typedef std::pair<T, link_t> hobbes::dbseq< T >::cons_t |
typedef fileref<dbseq<T>*> hobbes::dbseq< T >::link_t |
typedef variant<unit, cons_t> hobbes::dbseq< T >::rep_t |
|
inline |
|
inline |
|
inline |
|
inline |
rep_t hobbes::dbseq< T >::data |