Public Member Functions | |
t17_mkstemp () | |
const char * | operator() (void) const |
Private Attributes | |
char | _filename [FILENAME_MAX] |
t17_mkstemp< N >::t17_mkstemp | ( | ) | [inline] |
On top of 'mkstmp', uses 'tmpnam' to ensure unicity and to be sure that the file is at the right place : "/tmp", without needing to hard-code this path, which may vary.
const char* t17_mkstemp< N >::operator() | ( | void | ) | const [inline] |
char t17_mkstemp< N >::_filename[FILENAME_MAX] [private] |