Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | Static Public Attributes | List of all members
Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t > Struct Template Reference

#include <Zoltan2_TPLTraits.hpp>

Static Public Member Functions

static bool OK_TO_CAST ()
 
static void ASSIGN (ZOLTAN_ID_PTR &a, second_t b)
 
static void ASSIGN_ARRAY (ZOLTAN_ID_PTR *a, ArrayView< second_t > &b)
 
static void SAVE_ARRAYRCP (ArrayRCP< ZOLTAN_ID_PTR > *a, second_t *b, size_t size)
 
static void DELETE_ARRAY (ZOLTAN_ID_PTR *a)
 

Static Public Attributes

static const int NUM_ID
 

Detailed Description

template<typename second_t>
struct Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >

Definition at line 178 of file Zoltan2_TPLTraits.hpp.

Member Function Documentation

template<typename second_t >
static bool Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::OK_TO_CAST ( )
inlinestatic

Definition at line 190 of file Zoltan2_TPLTraits.hpp.

template<typename second_t >
static void Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::ASSIGN ( ZOLTAN_ID_PTR &  a,
second_t  b 
)
inlinestatic

Definition at line 199 of file Zoltan2_TPLTraits.hpp.

template<typename second_t >
static void Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::ASSIGN_ARRAY ( ZOLTAN_ID_PTR *  a,
ArrayView< second_t > &  b 
)
inlinestatic

Definition at line 218 of file Zoltan2_TPLTraits.hpp.

template<typename second_t >
static void Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::SAVE_ARRAYRCP ( ArrayRCP< ZOLTAN_ID_PTR > *  a,
second_t *  b,
size_t  size 
)
inlinestatic

Definition at line 240 of file Zoltan2_TPLTraits.hpp.

template<typename second_t >
static void Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::DELETE_ARRAY ( ZOLTAN_ID_PTR *  a)
inlinestatic

Definition at line 248 of file Zoltan2_TPLTraits.hpp.

Member Data Documentation

template<typename second_t >
const int Zoltan2::TPL_Traits< ZOLTAN_ID_PTR, second_t >::NUM_ID
static
Initial value:
= ((sizeof(second_t) / sizeof(ZOLTAN_ID_TYPE) > 0)
? (sizeof(second_t) / sizeof(ZOLTAN_ID_TYPE))
: 1)

Definition at line 186 of file Zoltan2_TPLTraits.hpp.


The documentation for this struct was generated from the following file: