TIMPI
|
#include <standard_type.h>
Public Member Functions | |
ManageType (data_type uncommitted_type) | |
virtual | ~ManageType () override |
Static Public Member Functions | |
static void | add (std::unique_ptr< SemiPermanent > obj) |
Private Attributes | |
data_type | _type |
Definition at line 255 of file standard_type.h.
|
inline |
Definition at line 258 of file standard_type.h.
|
inlineoverridevirtual |
|
staticinherited |
Definition at line 42 of file semipermanent.C.
References TIMPI::SemiPermanent::_ref_count, and TIMPI::SemiPermanent::_stuff_to_clean.
Referenced by TIMPI::StandardType< TIMPI_DEFAULT_SCALAR_TYPE >::StandardType(), TIMPI::StandardType< std::pair< T1, T2 >, typename std::enable_if< StandardType< typename std::remove_const< T1 >::type >::is_fixed_type &&StandardType< T2 >::is_fixed_type >::type >::StandardType(), TIMPI::StandardType< std::array< T, N >, typename std::enable_if< StandardType< T >::is_fixed_type >::type >::StandardType(), and TIMPI::StandardType< std::tuple< Types... >, typename std::enable_if< CheckAllFixedTypes< Types... >::is_fixed_type >::type >::StandardType().
|
private |
Definition at line 267 of file standard_type.h.
Referenced by ~ManageType().