changed: gcc8 base update
[opensg.git] / Source / System / State / Base / OSGChunkListHelper.fcd
blob592132fe70572e3830567055c1a8428776cf1f2f
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="ChunkListHelper"
5 parent="FieldContainer"
6 library="System"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpSystemFieldContainer"
13 <Field
14 name="slot"
15 type="Int32"
16 cardinality="single"
17 visibility="external"
18 access="public"
20 </Field>
21 <Field
22 name="chunk"
23 type="StateChunkPtr"
24 cardinality="single"
25 visibility="external"
26 access="public"
28 </Field>
29 </FieldContainer>