casacore
|
#include <Allocator.h>
Public Member Functions | |
Bool | operator== (ArrayInitPolicy const &other) |
Bool | operator!= (ArrayInitPolicy const &other) |
Private Member Functions | |
constexpr | ArrayInitPolicy (bool v) |
Private Attributes | |
Bool | init |
Friends | |
struct | ArrayInitPolicies |
A global enum used by some Array/Block constructors.
ArrayInitPolicy is used in functions where an array is allocated/resized.
Definition at line 55 of file Allocator.h.
|
inlineexplicitconstexprprivate |
Definition at line 65 of file Allocator.h.
|
inline |
Definition at line 60 of file Allocator.h.
References init.
|
inline |
Definition at line 57 of file Allocator.h.
References init.
|
friend |
Definition at line 66 of file Allocator.h.
|
private |
Definition at line 64 of file Allocator.h.
Referenced by operator!=(), and operator==().