PSCF v1.1
Static Protected Attributes | List of all members
Util::MpiTraitsNoType Class Reference

Base class for MpiTraits with no type. More...

#include <MpiTraits.h>

Inheritance diagram for Util::MpiTraitsNoType:
Util::MpiTraits< T >

Static Protected Attributes

static const MPI::Datatype type = MPI::CHAR
 MPI Datatype (dummy - unused) More...
 
static const bool hasType = false
 Is the MPI type initialized? More...
 

Detailed Description

Base class for MpiTraits with no type.

Definition at line 22 of file MpiTraits.h.

Member Data Documentation

◆ type

const MPI::Datatype Util::MpiTraitsNoType::type = MPI::CHAR
staticprotected

MPI Datatype (dummy - unused)

Definition at line 27 of file MpiTraits.h.

Referenced by pscfpp.field.Field::__init__(), pscfpp.field.Field::__str__(), and pscfpp.field.Field::read().

◆ hasType

const bool Util::MpiTraitsNoType::hasType = false
staticprotected

Is the MPI type initialized?

Definition at line 28 of file MpiTraits.h.


The documentation for this class was generated from the following files: