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

#include <Zoltan2_TPLTraits.hpp>

Static Public Member Functions

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

Detailed Description

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

Definition at line 70 of file Zoltan2_TPLTraits.hpp.

Member Function Documentation

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

Definition at line 72 of file Zoltan2_TPLTraits.hpp.

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

Definition at line 80 of file Zoltan2_TPLTraits.hpp.

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

Definition at line 93 of file Zoltan2_TPLTraits.hpp.

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

Definition at line 113 of file Zoltan2_TPLTraits.hpp.

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

Definition at line 128 of file Zoltan2_TPLTraits.hpp.


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