This project has retired. For details please refer to its Attic page.
Apache Mesos: 3rdparty/stout/include/stout/os/windows/mktemp.hpp File Reference
Apache Mesos
Namespaces | Functions
mktemp.hpp File Reference
#include <string>
#include <vector>
#include <stout/error.hpp>
#include <stout/path.hpp>
#include <stout/stringify.hpp>
#include <stout/try.hpp>
#include <stout/windows.hpp>
#include <stout/os/close.hpp>
#include <stout/os/int_fd.hpp>
#include <stout/os/open.hpp>
#include <stout/os/temp.hpp>
#include <stout/internal/windows/longpath.hpp>

Go to the source code of this file.

Namespaces

 os
 

Functions

Try< std::string > os::mktemp (const std::string &path=path::join(os::temp(),"XXXXXX"))