|
Lattice Land Powerdomains Library
|
#include <table.hpp>
Public Types | |
| using | allocator_type = Alloc |
Public Member Functions | |
| CUDA | tell_type (const Alloc &alloc=Alloc{}) |
| tell_type (const tell_type &)=default | |
| tell_type (tell_type &&)=default | |
| tell_type & | operator= (tell_type &&)=default |
| tell_type & | operator= (const tell_type &)=default |
| template<class TableTellType > | |
| CUDA NI | tell_type (const TableTellType &other, const Alloc &alloc=Alloc{}) |
| CUDA allocator_type | get_allocator () const |
Public Attributes | |
| A::template tell_type< Alloc > | sub |
| battery::vector< battery::vector< AVar, Alloc >, Alloc > | headers |
| battery::vector< universe_type, Alloc > | tell_table |
| battery::vector< universe_type, Alloc > | ask_table |
Friends | |
| template<class Alloc2 > | |
| class | tell_type |
| using lala::Table< A, U, Allocator >::tell_type< Alloc >::allocator_type = Alloc |
|
inline |
|
default |
|
default |
|
inline |
|
default |
|
default |
|
inline |
|
friend |
| A::template tell_type<Alloc> lala::Table< A, U, Allocator >::tell_type< Alloc >::sub |
| battery::vector<battery::vector<AVar, Alloc>, Alloc> lala::Table< A, U, Allocator >::tell_type< Alloc >::headers |
| battery::vector<universe_type, Alloc> lala::Table< A, U, Allocator >::tell_type< Alloc >::tell_table |
| battery::vector<universe_type, Alloc> lala::Table< A, U, Allocator >::tell_type< Alloc >::ask_table |