IlsUsesList::Initial
 
IlsUsesList::Initial
Category 
Nested class
Description 
This type provides a list of used objects when the relation is created. This list must contain at least as many elements as specified for the minimal cardinality.
Library 
<server>
Header File 
#include <ilserver/model.h>
Synopsis 
class Initial
{
public:
Initial();
Initial& operator<<(UsedTypeP);
};
Constructor 
Initial();
This constructor creates an empty list.
Operator 
Initial& operator<<(UsedTypeP);
This operator adds the object supplied as its argument at the beginning of the list.
See Also 
IlsUsesList

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.