CAPD RedHom Library
|
#include <capd/homAux/FixedArrayStorage.h>
Public Types | |
typedef FixedArrayStorageType< ValueBuffer, MemoryRange > | BaseType |
typedef BaseType::type | Base |
Public Member Functions | |
FixedArrayStorageBase (FixedArrayStorageBase &&)=default | |
FixedArrayStorageBase (const FixedArrayStorageBase &)=default | |
FixedArrayStorageBase & | operator= (const FixedArrayStorageBase &)=default |
FixedArrayStorageBase & | operator= (FixedArrayStorageBase &&)=default |
FixedArrayStorageBase (MemoryRange memoryRange, size_t arraySize) | |
Friends | |
void | swap (FixedArrayStorageBase &lhs, FixedArrayStorageBase &rhs) |
typedef BaseType::type capd::homAux::detail::FixedArrayStorageBase< ValueBuffer, MemoryRange >::Base |
typedef FixedArrayStorageType<ValueBuffer, MemoryRange> capd::homAux::detail::FixedArrayStorageBase< ValueBuffer, MemoryRange >::BaseType |
|
default |
|
default |
|
inline |
|
default |
|
default |
|
friend |