fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / FieldContainer / Misc / OSGContainerCollection.fcd
blob7c8eb001c68a190179d7db586c1133a0569ffc49
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="ContainerCollection"
5 parent="Attachment"
6 library="System"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpSystemFieldContainer"
13 <Field
14 name="name"
15 type="std::string"
16 cardinality="single"
17 visibility="external"
18 access="public"
20 The name of the container collection. Can be used to identify collections.
21 </Field>
22 <Field
23 name="containers"
24 type="FieldContainerPtr"
25 cardinality="multi"
26 visibility="external"
27 access="public"
29 A list of containers held in the collection.
30 </Field>
31 </FieldContainer>