Basic class of a collection.
Definition collection.hh:44
The class represents a generic MDD in the sense that it is independent of the cell base type.
Definition gmarray.hh:66
Through inheritance of this class, the type definer specifies that the subclass is capable of having ...
Definition object.hh:62
The class r_Ref_Any is defined to support a reference to any type.
Definition ref.hh:65
References of type r_Ref in many respects behave like C++ pointers but provide an additional mechanis...
Definition ref.hh:198
The class implements a set container.
Definition set.hh:42
virtual ~r_Set()=default
virtual destructor
r_Set(const r_Set< T > &set)
copy constructor
r_Set< T > & operator=(const r_Set< T > &set)
r_Set()
default constructor
virtual void insert_element(const T &element, int no_modification=0)
inserts an element at the beginning (no duplicates)
element type of non r_Object list maintained by the transaction
Definition genreftype.hh:39