 |
rasdaman client API
10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
Go to the documentation of this file.
50 virtual ~r_Set() =
default;
53 virtual void insert_element(
const T &element,
int no_modification = 0);
Basic class of a collection.
Definition: collection.hh:43
element type of non r_Object list maintained by the transaction
Definition: genreftype.hh:38
r_Set< T > & operator=(const r_Set< T > &set)
The class r_Ref_Any is defined to support a reference to any type.
Definition: ref.hh:64
References of type r_Ref in many respects behave like C++ pointers but provide an additional mechanis...
Definition: collection.hh:196
r_Set()
default constructor
virtual void insert_element(const T &element, int no_modification=0)
inserts an element at the beginning (no duplicates)
The class implements a set container.
Definition: oqlquery.hh:31
Through inheritance of this class, the type definer specifies that the subclass is capable of having ...
Definition: object.hh:61
The class represents a generic MDD in the sense that it is independent of the cell base type.
Definition: gmarray.hh:65
virtual ~r_Set()=default
virtual destructor