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