OpenMS
Loading...
Searching...
No Matches
File.h File Reference
#include <OpenMS/DATASTRUCTURES/StringListUtils.h>
#include <OpenMS/config.h>
#include <cstdlib>
#include <mutex>
Include dependency graph for File.h:

Go to the source code of this file.

Classes

class  File
 Basic file handling operations. More...
 
class  File::TempDir
 Class representing a temporary directory. More...
 
struct  File::OpenMSDataPath_
 Bundles the resolved OpenMS data path with a human-readable description of where it was found (for diagnostics). More...
 
class  File::TemporaryFiles_
 Internal helper class, which holds temporary filenames and deletes these files at program exit. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::File::OpenMSDataPath_

struct OpenMS::File::OpenMSDataPath_

Bundles the resolved OpenMS data path with a human-readable description of where it was found (for diagnostics).

Collaboration diagram for File::OpenMSDataPath_:
[legend]
Class Members
string path the resolved shared-data directory
string source human-readable origin, e.g. "the OPENMS_DATA_PATH environment variable"