This class provides a list of owned objects when a relation is created. This list must contain at least as many items as specified for the minimal cardinality. More...
#include <ilserver/tlist.h>
Public Member Functions | |
IlsSmartDoublyLinkedList () | |
This constructor creates an empty list. | |
Myself & | operator<< (const V &value) |
This operator adds the object supplied as its argument at the beginning of the list. | |
This class provides a list of owned objects when a relation is created. This list must contain at least as many items as specified for the minimal cardinality.
Library: server
This class is aliased (by typedef
) as "Initial" in list relations.