| 169 | | typedef FieldContainerPtrSField<GeoMultiPropertyPtr, |
|---|
| 170 | | RecordedRefCountPolicy > SFRecGeoMultiPropertyPtr; |
|---|
| 171 | | typedef FieldContainerPtrSField<GeoMultiPropertyPtr, |
|---|
| 172 | | UnrecordedRefCountPolicy> SFUnrecGeoMultiPropertyPtr; |
|---|
| 173 | | typedef FieldContainerPtrSField<GeoMultiPropertyPtr, |
|---|
| 174 | | WeakRefCountPolicy > SFWeakGeoMultiPropertyPtr; |
|---|
| 175 | | typedef FieldContainerPtrSField<GeoMultiPropertyPtr, |
|---|
| 176 | | NoRefCountPolicy > SFUncountedGeoMultiPropertyPtr; |
|---|
| | 169 | typedef PointerSField<GeoMultiPropertyPtr, |
|---|
| | 170 | RecordedRefCountPolicy > SFRecGeoMultiPropertyPtr; |
|---|
| | 171 | typedef PointerSField<GeoMultiPropertyPtr, |
|---|
| | 172 | UnrecordedRefCountPolicy> SFUnrecGeoMultiPropertyPtr; |
|---|
| | 173 | typedef PointerSField<GeoMultiPropertyPtr, |
|---|
| | 174 | WeakRefCountPolicy > SFWeakGeoMultiPropertyPtr; |
|---|
| | 175 | typedef PointerSField<GeoMultiPropertyPtr, |
|---|
| | 176 | NoRefCountPolicy > SFUncountedGeoMultiPropertyPtr; |
|---|
| 183 | | typedef FieldContainerPtrMField<GeoMultiPropertyPtr, |
|---|
| 184 | | RecordedRefCountPolicy > MFRecGeoMultiPropertyPtr; |
|---|
| 185 | | typedef FieldContainerPtrMField<GeoMultiPropertyPtr, |
|---|
| 186 | | UnrecordedRefCountPolicy> MFUnrecGeoMultiPropertyPtr; |
|---|
| 187 | | typedef FieldContainerPtrMField<GeoMultiPropertyPtr, |
|---|
| 188 | | WeakRefCountPolicy > MFWeakGeoMultiPropertyPtr; |
|---|
| 189 | | typedef FieldContainerPtrMField<GeoMultiPropertyPtr, |
|---|
| 190 | | NoRefCountPolicy > MFUncountedGeoMultiPropertyPtr; |
|---|
| | 183 | typedef PointerMField<GeoMultiPropertyPtr, |
|---|
| | 184 | RecordedRefCountPolicy > MFRecGeoMultiPropertyPtr; |
|---|
| | 185 | typedef PointerMField<GeoMultiPropertyPtr, |
|---|
| | 186 | UnrecordedRefCountPolicy> MFUnrecGeoMultiPropertyPtr; |
|---|
| | 187 | typedef PointerMField<GeoMultiPropertyPtr, |
|---|
| | 188 | WeakRefCountPolicy > MFWeakGeoMultiPropertyPtr; |
|---|
| | 189 | typedef PointerMField<GeoMultiPropertyPtr, |
|---|
| | 190 | NoRefCountPolicy > MFUncountedGeoMultiPropertyPtr; |
|---|