Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EnvCheck.h File Reference
#include <cassert>
#include <string>
#include "galois/config.h"

Go to the source code of this file.

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 
 galois::substrate
 Contains threading and machine OS support.
 

Functions

bool galois::substrate::EnvCheck (const char *varName)
 Return true if the Enviroment variable is set. More...
 
bool galois::substrate::EnvCheck (const std::string &varName)
 
template<typename T >
bool galois::substrate::EnvCheck (const char *varName, T &retVal)
 Return true if Enviroment variable is set, and extract its value into 'retVal' parameter. More...
 
template<typename T >
bool galois::substrate::EnvCheck (const std::string &varName, T &retVal)