OpenMS
|
#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>
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 |