IMP  2.1.1
The Integrative Modeling Platform
kernel/file.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/file.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_FILE_H
10 #define IMPKERNEL_FILE_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/file.h>
14 #include <fstream>
15 #include <iostream>
16 
17 IMPKERNEL_DEPRECATED_HEADER(2.1, "Use base/file.h");
18 
19 IMPKERNEL_BEGIN_NAMESPACE
20 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
21 // swig can't deal with things
22 // using base::TextInput;
23 // using base::TextOutput;
27 #endif
28 IMPKERNEL_END_NAMESPACE
29 
30 #endif /* IMPKERNEL_FILE_H */
TextOutput create_temporary_file(std::string prefix="imp_temp", std::string suffix="")
std::string create_temporary_file_name(std::string prefix="imp_temp", std::string suffix="")
void set_log_target(TextOutput l)
Set the target for the log.
Handling of file input/output.