| 217 | | /** Type specific RefPtr type for MoveManipulator. */ |
|---|
| 218 | | typedef RefPtr<MoveManipulator> MoveManipulatorRefPtr; |
|---|
| 219 | | typedef MTRefPtr<MoveManipulator> MoveManipulatorMTRefPtr; |
|---|
| 220 | | |
|---|
| 221 | | typedef InternalRefPtr<MoveManipulator> MoveManipulatorInternalRefPtr; |
|---|
| 222 | | typedef InternalRefPtr<MoveManipulator> const MoveManipulatorInternalRefPtrConst; |
|---|
| 223 | | typedef InternalRefPtr<MoveManipulator> const MoveManipulatorInternalRefPtrConstArg; |
|---|
| | 217 | typedef RefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorRefPtr; |
|---|
| | 218 | typedef MTRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorMTRefPtr; |
|---|
| | 219 | typedef WeakRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorWeakRefPtr; |
|---|
| | 220 | typedef InternalRefCountPtrBuilder<MoveManipulator>::Ptr MoveManipulatorInternalRefPtr; |
|---|
| | 221 | |
|---|
| | 222 | typedef ParentPtrBuilder<MoveManipulator>::Ptr MoveManipulatorParentPtr; |
|---|