This project has retired. For details please refer to its Attic page.
Apache Mesos: 3rdparty/stout/include/stout/os/constants.hpp File Reference
Apache Mesos
Namespaces | Variables
constants.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

 os
 

Variables

constexpr char os::WINDOWS_PATH_SEPARATOR = '\\'
 
constexpr char os::POSIX_PATH_SEPARATOR = '/'
 
constexpr char os::PATH_SEPARATOR = POSIX_PATH_SEPARATOR
 
constexpr char os::DEV_NULL [] = "/dev/null"