rez
Namespaces | Functions
rez.cpp File Reference
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <optional>
#include <sstream>
#include <string>
#include "rez/rez.hpp"
Include dependency graph for rez.cpp:

Namespaces

 rez
 rez manages C++ tasks.
 

Functions

std::ostream & rez::operator<< (std::ostream &os, const Lang &o)
 << formats a Lang to an ostream. More...
 
std::filesystem::path rez::ApplyBinaryExtension (const std::filesystem::path &basename, bool windows)
 ApplyBinaryExtension applies OS-appropriate file extensions to binaries. More...
 
std::optional< std::string > rez::GetEnvironmentVariable (const std::string &key)
 GetEnvironmentVariable retrieves environment variables. More...
 
bool rez::DetectWindowsEnvironment ()
 DetectWindowsEnvironment determines whether the runtime environment is (COMSPEC) Windows. More...
 
std::ostream & rez::operator<< (std::ostream &os, const Config &o)
 << formats a Config to an ostream. More...