Shadow Stack  0.2
 All Classes Namespaces Files Functions Variables Typedefs Macros
temp_name.hpp
Go to the documentation of this file.
1 
2 #ifndef __TEMP_NAME_HPP__
3 #define __TEMP_NAME_HPP__
4 
5 #include <string>
6 
7 
8 // This function is in it's own file so that it may be
9 // used by the external server as well as the main program
10 // This function utilizes boost filesystem, which violates
11 // the TLS assumptions of DynamoRIO, thus it cannot be linked
12 // into the quick_socket file. Hence, it has it's own file
13 
14 
16 std::string temp_name();
17 
18 #endif
std::string temp_name()
Return a non-existent temp-file filename.
Definition: temp_name.cpp:8