fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / FieldContainer / Attachments / OSGStringAttributeMap.fcd
blobc8c2cc77855950f1651056bff784073361105067
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="StringAttributeMap"
5 parent="Attachment"
6 library="System"
7 pointerfieldtypes="single"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 useLocalIncludes="false"
13 docGroupBase="GrpSystemFieldContainer"
15 An attachment that stores a string-to-string mapping of keys to values.
16 User code can store any key and value pair and interpret the string value in
17 whatever ways are appropriate.
18 <Field
19 name="keys"
20 type="std::string"
21 cardinality="multi"
22 visibility="external"
23 access="protected"
25 </Field>
26 <Field
27 name="values"
28 type="std::string"
29 cardinality="multi"
30 visibility="external"
31 access="protected"
33 </Field>
34 </FieldContainer>