ug4
parallel_storage_type.h File Reference
#include <iostream>
#include "common/types.h"

Go to the source code of this file.

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  ug::ParallelStorageType { ug::PST_UNDEFINED = 0 , ug::PST_CONSISTENT = 1 << 0 , ug::PST_ADDITIVE = 1 << 1 , ug::PST_UNIQUE = 1 << 2 }
 

Functions

ParallelStorageType ug::operator& (const ParallelStorageType &a, const ParallelStorageType &b)
 
std::ostream & ug::operator<< (std::ostream &outStream, const ParallelStorageType &type)