#include <CorbaTypeManipulator.hxx>
Public Types | |
| typedef T * | Type |
| typedef const T & | CorbaInType |
| typedef T | InnerType |
Static Public Member Functions | |
| static Type | get_data (CorbaInType data) |
| static InnerType *const | getPointer (Type data, bool ownerShip=false) |
| static void | relPointer (InnerType *dataPtr) |
| static Type | clone (Type data) |
| static Type | clone (CorbaInType data) |
| static Type | create (size_t size=1) |
| static void | delete_data (Type data) |
| static size_t | size (Type data) |
| static void | dump (CorbaInType data) |
| typedef T* user_type_manipulation< T >::Type |
| typedef const T& user_type_manipulation< T >::CorbaInType |
| typedef T user_type_manipulation< T >::InnerType |
| static Type user_type_manipulation< T >::get_data | ( | CorbaInType | data | ) | [inline, static] |
| static InnerType* const user_type_manipulation< T >::getPointer | ( | Type | data, |
| bool | ownerShip = false |
||
| ) | [inline, static] |
| static void user_type_manipulation< T >::relPointer | ( | InnerType * | dataPtr | ) | [inline, static] |
| static Type user_type_manipulation< T >::clone | ( | Type | data | ) | [inline, static] |
| static Type user_type_manipulation< T >::clone | ( | CorbaInType | data | ) | [inline, static] |
| static Type user_type_manipulation< T >::create | ( | size_t | size = 1 | ) | [inline, static] |
| static void user_type_manipulation< T >::delete_data | ( | Type | data | ) | [inline, static] |
| static size_t user_type_manipulation< T >::size | ( | Type | data | ) | [inline, static] |
| static void user_type_manipulation< T >::dump | ( | CorbaInType | data | ) | [inline, static] |