Lattice Land Powerdomains Library
|
#include <table.hpp>
Public Types | |
using | sub_snap_type = sub_type::template snapshot_type< Alloc2 > |
Public Member Functions | |
snapshot_type (const snapshot_type< Alloc2 > &)=default | |
snapshot_type (snapshot_type< Alloc2 > &&)=default | |
snapshot_type< Alloc2 > & | operator= (snapshot_type< Alloc2 > &&)=default |
snapshot_type< Alloc2 > & | operator= (const snapshot_type< Alloc2 > &)=default |
template<class SnapshotType > | |
CUDA | snapshot_type (const SnapshotType &other, const Alloc2 &alloc=Alloc2()) |
CUDA | snapshot_type (sub_snap_type &&sub_snap, size_t num_tables) |
Public Attributes | |
sub_snap_type | sub_snap |
size_t | num_tables |
using lala::Table< A, U, Allocator >::snapshot_type< Alloc2 >::sub_snap_type = sub_type::template snapshot_type<Alloc2> |
|
default |
|
default |
|
inline |
|
inline |
|
default |
|
default |
sub_snap_type lala::Table< A, U, Allocator >::snapshot_type< Alloc2 >::sub_snap |
size_t lala::Table< A, U, Allocator >::snapshot_type< Alloc2 >::num_tables |