dejavu
Fast probabilistic symmetry detection.
|
Fixed-size integer array, 0-initialized. More...
#include <ds.h>
Public Member Functions | |
workspace ()=default | |
workspace (int size) | |
workspace (const workspace &other) | |
workspace & | operator= (const workspace &other) |
workspace & | operator= (workspace &&other) |
void | swap (workspace &other) |
void | copy (const workspace &other) |
void | allocate (int size) |
void | reset () |
void | resize (const int size) |
~workspace () | |
dej_nodiscard int * | get_array () const |
int & | operator[] (int index) const |
Fixed-size integer array, 0-initialized.
An array of fixed size, with some further convenience functions.
|
default |
Default constructor, does not allocate any memory.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |