Version: 7.8.0
user_type_manipulation< T > Class Template Reference

#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)
 

Member Typedef Documentation

template<typename T >
typedef const T& user_type_manipulation< T >::CorbaInType
template<typename T >
typedef T user_type_manipulation< T >::InnerType
template<typename T >
typedef T* user_type_manipulation< T >::Type

Member Function Documentation

template<typename T >
static Type user_type_manipulation< T >::clone ( Type  data)
static
template<typename T >
static Type user_type_manipulation< T >::clone ( CorbaInType  data)
static
template<typename T >
static Type user_type_manipulation< T >::create ( size_t  size = 1)
static
template<typename T >
static void user_type_manipulation< T >::delete_data ( Type  data)
static
template<typename T >
static void user_type_manipulation< T >::dump ( CorbaInType  data)
static
template<typename T >
static Type user_type_manipulation< T >::get_data ( CorbaInType  data)
static
template<typename T >
static InnerType* const user_type_manipulation< T >::getPointer ( Type  data,
bool  ownerShip = false 
)
static
template<typename T >
static void user_type_manipulation< T >::relPointer ( InnerType dataPtr)
static
template<typename T >
static size_t user_type_manipulation< T >::size ( Type  data)
static