| 142 | | typedef FieldContainerPtrSField<StringAttributeMapPtr, |
|---|
| 143 | | RecordedRefCountPolicy > SFRecStringAttributeMapPtr; |
|---|
| 144 | | typedef FieldContainerPtrSField<StringAttributeMapPtr, |
|---|
| 145 | | UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; |
|---|
| 146 | | typedef FieldContainerPtrSField<StringAttributeMapPtr, |
|---|
| 147 | | WeakRefCountPolicy > SFWeakStringAttributeMapPtr; |
|---|
| 148 | | typedef FieldContainerPtrSField<StringAttributeMapPtr, |
|---|
| 149 | | NoRefCountPolicy > SFUncountedStringAttributeMapPtr; |
|---|
| | 142 | typedef PointerSField<StringAttributeMapPtr, |
|---|
| | 143 | RecordedRefCountPolicy > SFRecStringAttributeMapPtr; |
|---|
| | 144 | typedef PointerSField<StringAttributeMapPtr, |
|---|
| | 145 | UnrecordedRefCountPolicy> SFUnrecStringAttributeMapPtr; |
|---|
| | 146 | typedef PointerSField<StringAttributeMapPtr, |
|---|
| | 147 | WeakRefCountPolicy > SFWeakStringAttributeMapPtr; |
|---|
| | 148 | typedef PointerSField<StringAttributeMapPtr, |
|---|
| | 149 | NoRefCountPolicy > SFUncountedStringAttributeMapPtr; |
|---|