![]() |
rasdaman client API
10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
|
The class implements a set container. More...
#include <oqlquery.hh>
Public Member Functions | |
| r_Set () | |
| default constructor More... | |
| r_Set (const r_Set< T > &set) | |
| copy constructor More... | |
| r_Set< T > & | operator= (const r_Set< T > &set) |
| virtual | ~r_Set ()=default |
| virtual destructor More... | |
| virtual void | insert_element (const T &element, int no_modification=0) |
| inserts an element at the beginning (no duplicates) More... | |
The class implements a set container.
It inherits most of the functionality from r_Collection. The set can not have any duplicates and it is not ordered.
|
virtual |
inserts an element at the beginning (no duplicates)
1.8.17