OpenMS
include/OpenMS/METADATA/ID/InputFile.h File Reference
#include <OpenMS/DATASTRUCTURES/String.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/member.hpp>
#include <set>
Include dependency graph for include/OpenMS/METADATA/ID/InputFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  InputFile
 Information about input files that were processed. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::IdentificationDataInternal
 

Typedefs

typedef boost::multi_index_container< InputFile, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< InputFile, String, &InputFile::name > > > > InputFiles
 
typedef IteratorWrapper< InputFiles::iterator > InputFileRef