All Classes Namespaces Files Functions Enumerations Enumerator Friends Macros Pages
Namespaces | Classes | Functions
manifold Namespace Reference

Namespaces

 rndf
 

Classes

class  Graph
 ToDo. More...
 
class  RoadNetwork
 ToDo. More...
 

Functions

bool env (const std::string &_name, std::string &_value)
 Find the environment variable '_name' and return its value. More...
 

Function Documentation

bool manifold::env ( const std::string &  _name,
std::string &  _value 
)

Find the environment variable '_name' and return its value.

Parameters
[in]_nameName of the environment variable.
[out]_valueValue if the variable was found.
Returns
True if the variable was found or false otherwise.