ls1-MarDyn
ls1-MarDyn molecular dynamics code
Public Attributes | List of all members
CollectiveCommBase::valType Union Reference

#include <CollectiveCommBase.h>

Public Attributes

int v_int
 
unsigned long v_unsLong
 
float v_float
 
double v_double
 
long double v_longDouble
 

Detailed Description

As in C++ arrays have to contain only one type of variable, but this class (see documentation of CollectiveCommunication class) shall be able to store values of different types for the transfer, this union is needed to be able to store the values of different types in one array.


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