Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
parallel_storage_type.h File Reference
#include <iostream>
#include "common/types.h"

Go to the source code of this file.

Namespaces

namespace  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)