Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Public Member Functions
IlsSmartDoublyLinkedList< V, K, KM > Class Template Reference

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.
 
Myselfoperator<< (const V &value)
 This operator adds the object supplied as its argument at the beginning of the list.
 

Detailed Description

template<class V, class K, class KM>
class IlsSmartDoublyLinkedList< V, K, KM >

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.

See also
IlsOwnsList::Initial, IlsUsesList::Initial, IlsInvertedRelationList::Initial.