| 61 | | typedef FieldContainerPtrSField<FieldContainerPtr, |
|---|
| 62 | | RecordedRefCounts > SFRecFieldContainerPtr; |
|---|
| 63 | | |
|---|
| 64 | | typedef FieldContainerPtrSField<FieldContainerPtr, |
|---|
| 65 | | UnrecordedRefCounts> SFUnrecFieldContainerPtr; |
|---|
| 66 | | |
|---|
| 67 | | typedef FieldContainerPtrSField<FieldContainerPtr, |
|---|
| 68 | | WeakRefCounts > SFWeakFieldContainerPtr; |
|---|
| | 61 | typedef |
|---|
| | 62 | FieldContainerPtrSField<FieldContainerPtr, |
|---|
| | 63 | RecordedRefCountPolicy > SFRecFieldContainerPtr; |
|---|
| 71 | | FieldContainerPtrSField<FieldContainerPtr, |
|---|
| 72 | | NoRefCounts > SFUncountedFieldContainerPtr; |
|---|
| | 66 | FieldContainerPtrSField<FieldContainerPtr, |
|---|
| | 67 | UnrecordedRefCountPolicy> SFUnrecFieldContainerPtr; |
|---|
| | 68 | |
|---|
| | 69 | typedef |
|---|
| | 70 | FieldContainerPtrSField<FieldContainerPtr, |
|---|
| | 71 | WeakRefCountPolicy > SFWeakFieldContainerPtr; |
|---|
| | 72 | |
|---|
| | 73 | typedef |
|---|
| | 74 | FieldContainerPtrSField<FieldContainerPtr, |
|---|
| | 75 | NoRefCountPolicy > SFUncountedFieldContainerPtr; |
|---|