Zoltan2
Loading...
Searching...
No Matches
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 34 of file Zoltan2_TPLTraits.hpp.

Member Function Documentation

◆ OK_TO_CAST()

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

Definition at line 36 of file Zoltan2_TPLTraits.hpp.

◆ ASSIGN()

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

Definition at line 44 of file Zoltan2_TPLTraits.hpp.

◆ ASSIGN_ARRAY()

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

Definition at line 57 of file Zoltan2_TPLTraits.hpp.

◆ SAVE_ARRAYRCP()

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

Definition at line 77 of file Zoltan2_TPLTraits.hpp.

◆ DELETE_ARRAY()

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

Definition at line 92 of file Zoltan2_TPLTraits.hpp.


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