|
IMP
2.0.1
The Integrative Modeling Platform
|
Handling of file input/output. More...
#include <IMP/base/base_config.h>#include "base_macros.h"#include "exception.h"#include "internal/ifile.h"#include "Pointer.h"#include "InputAdaptor.h"#include <boost/shared_ptr.hpp>#include <fstream>#include <iostream>
Include dependency graph for base/file.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::base::SetLogTarget |
| class | IMP::base::TextInput |
| class | IMP::base::TextOutput |
Namespaces | |
| namespace | IMP |
| All IMP::kernel code is brought into the IMP namespace. | |
| namespace | IMP::base |
| See IMP.base Overview for more information. | |
Typedefs | |
| typedef IMP::base::Vector < TextInput > | IMP::base::TextInputs |
| typedef IMP::base::Vector < TextOutput > | IMP::base::TextOutputs |
Functions | |
| TextOutput | IMP::base::create_temporary_file (std::string prefix="imp_temp", std::string suffix="") |
| std::string | IMP::base::create_temporary_file_name (std::string prefix="imp_temp", std::string suffix="") |
| TextOutput | IMP::base::get_log_target () |
| std::string | IMP::base::get_relative_path (std::string base, std::string relative) |
| void | IMP::base::set_log_target (TextOutput l) |
| Set the target for the log. More... | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file base/file.h.