| 169 | | typedef FieldContainerPtrSField<ClusterWindowPtr, |
|---|
| 170 | | RecordedRefCountPolicy > SFRecClusterWindowPtr; |
|---|
| 171 | | typedef FieldContainerPtrSField<ClusterWindowPtr, |
|---|
| 172 | | UnrecordedRefCountPolicy> SFUnrecClusterWindowPtr; |
|---|
| 173 | | typedef FieldContainerPtrSField<ClusterWindowPtr, |
|---|
| 174 | | WeakRefCountPolicy > SFWeakClusterWindowPtr; |
|---|
| 175 | | typedef FieldContainerPtrSField<ClusterWindowPtr, |
|---|
| 176 | | NoRefCountPolicy > SFUncountedClusterWindowPtr; |
|---|
| | 169 | typedef PointerSField<ClusterWindowPtr, |
|---|
| | 170 | RecordedRefCountPolicy > SFRecClusterWindowPtr; |
|---|
| | 171 | typedef PointerSField<ClusterWindowPtr, |
|---|
| | 172 | UnrecordedRefCountPolicy> SFUnrecClusterWindowPtr; |
|---|
| | 173 | typedef PointerSField<ClusterWindowPtr, |
|---|
| | 174 | WeakRefCountPolicy > SFWeakClusterWindowPtr; |
|---|
| | 175 | typedef PointerSField<ClusterWindowPtr, |
|---|
| | 176 | NoRefCountPolicy > SFUncountedClusterWindowPtr; |
|---|
| 183 | | typedef FieldContainerPtrMField<ClusterWindowPtr, |
|---|
| 184 | | RecordedRefCountPolicy > MFRecClusterWindowPtr; |
|---|
| 185 | | typedef FieldContainerPtrMField<ClusterWindowPtr, |
|---|
| 186 | | UnrecordedRefCountPolicy> MFUnrecClusterWindowPtr; |
|---|
| 187 | | typedef FieldContainerPtrMField<ClusterWindowPtr, |
|---|
| 188 | | WeakRefCountPolicy > MFWeakClusterWindowPtr; |
|---|
| 189 | | typedef FieldContainerPtrMField<ClusterWindowPtr, |
|---|
| 190 | | NoRefCountPolicy > MFUncountedClusterWindowPtr; |
|---|
| | 183 | typedef PointerMField<ClusterWindowPtr, |
|---|
| | 184 | RecordedRefCountPolicy > MFRecClusterWindowPtr; |
|---|
| | 185 | typedef PointerMField<ClusterWindowPtr, |
|---|
| | 186 | UnrecordedRefCountPolicy> MFUnrecClusterWindowPtr; |
|---|
| | 187 | typedef PointerMField<ClusterWindowPtr, |
|---|
| | 188 | WeakRefCountPolicy > MFWeakClusterWindowPtr; |
|---|
| | 189 | typedef PointerMField<ClusterWindowPtr, |
|---|
| | 190 | NoRefCountPolicy > MFUncountedClusterWindowPtr; |
|---|