| 217 | | /** Type specific RefPtr type for ScaleManipulator. */ |
|---|
| 218 | | typedef RefPtr<ScaleManipulator> ScaleManipulatorRefPtr; |
|---|
| 219 | | typedef MTRefPtr<ScaleManipulator> ScaleManipulatorMTRefPtr; |
|---|
| 220 | | |
|---|
| 221 | | typedef InternalRefPtr<ScaleManipulator> ScaleManipulatorInternalRefPtr; |
|---|
| 222 | | typedef InternalRefPtr<ScaleManipulator> const ScaleManipulatorInternalRefPtrConst; |
|---|
| 223 | | typedef InternalRefPtr<ScaleManipulator> const ScaleManipulatorInternalRefPtrConstArg; |
|---|
| | 217 | typedef RefCountPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorRefPtr; |
|---|
| | 218 | typedef MTRefCountPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorMTRefPtr; |
|---|
| | 219 | typedef WeakRefCountPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorWeakRefPtr; |
|---|
| | 220 | typedef InternalRefCountPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorInternalRefPtr; |
|---|
| | 221 | |
|---|
| | 222 | typedef ParentPtrBuilder<ScaleManipulator>::Ptr ScaleManipulatorParentPtr; |
|---|