LAMA
|
Interface for utility functions to be used in Dense storage. More...
#include <LAMAInterface.hpp>
Data Structures | |
struct | Conversions |
Function pointer type definitions for conversion on dense storage. More... | |
struct | Copy |
Function pointer type definitions for copying on dense storage. More... | |
struct | Counting |
Function pointer type definitions for dense storage. More... | |
struct | Modify |
Function pointer type definitions for modification of dense storage. More... | |
struct | Mult |
Public Member Functions | |
DenseUtilsInterface () | |
Default constructor initializes all function pointers with NULL. |
Interface for utility functions to be used in Dense storage.
This interface contains function pointer type definitions for all used routines and tables with actual values for the functions.
Default constructor initializes all function pointers with NULL.