#include <CorbaTypeManipulator.hxx>

Public Types | |
| typedef seq_T * | Type |
| typedef const seq_T & | CorbaInType |
| typedef elem_T | InnerType |
Static Public Member Functions | |
| static Type | get_data (CorbaInType data) |
| static size_t | size (Type data) |
| static void | delete_data (Type data) |
| static Type | clone (Type data) |
| static Type | clone (CorbaInType data) |
| static InnerType *const | getPointer (Type data, bool ownerShip=false) |
| static void | relPointer (InnerType *dataPtr) |
| static InnerType * | allocPointer (size_t size) |
| static Type | create (size_t size, InnerType *const data=NULL, bool giveOwnerShip=false) |
| template<typename T > | |
| static void | copy (Type data, T *const idata, size_t isize) |
| static void | copy (Type data, char **const idata, size_t isize) |
| static void | dump (CorbaInType data) |
| typedef seq_T* seq_u_manipulation< seq_T, elem_T >::Type |
| typedef const seq_T& seq_u_manipulation< seq_T, elem_T >::CorbaInType |
| typedef elem_T seq_u_manipulation< seq_T, elem_T >::InnerType |
| static Type seq_u_manipulation< seq_T, elem_T >::get_data | ( | CorbaInType | data | ) | [inline, static] |
| static size_t seq_u_manipulation< seq_T, elem_T >::size | ( | Type | data | ) | [inline, static] |
| static void seq_u_manipulation< seq_T, elem_T >::delete_data | ( | Type | data | ) | [inline, static] |
| static Type seq_u_manipulation< seq_T, elem_T >::clone | ( | Type | data | ) | [inline, static] |
| static Type seq_u_manipulation< seq_T, elem_T >::clone | ( | CorbaInType | data | ) | [inline, static] |
| static InnerType* const seq_u_manipulation< seq_T, elem_T >::getPointer | ( | Type | data, |
| bool | ownerShip = false |
||
| ) | [inline, static] |
| static void seq_u_manipulation< seq_T, elem_T >::relPointer | ( | InnerType * | dataPtr | ) | [inline, static] |
| static InnerType* seq_u_manipulation< seq_T, elem_T >::allocPointer | ( | size_t | size | ) | [inline, static] |
| static Type seq_u_manipulation< seq_T, elem_T >::create | ( | size_t | size, |
| InnerType *const | data = NULL, |
||
| bool | giveOwnerShip = false |
||
| ) | [inline, static] |
| static void seq_u_manipulation< seq_T, elem_T >::copy | ( | Type | data, |
| T *const | idata, | ||
| size_t | isize | ||
| ) | [inline, static] |
| static void seq_u_manipulation< seq_T, elem_T >::copy | ( | Type | data, |
| char **const | idata, | ||
| size_t | isize | ||
| ) | [inline, static] |
| static void seq_u_manipulation< seq_T, elem_T >::dump | ( | CorbaInType | data | ) | [inline, static] |