53 private std::vector<Acquisition>,
76 const String& getMethodOfCombination()
const;
78 void setMethodOfCombination(
const String& method_of_combination);
82 using ContainerType::operator[];
83 using ContainerType::begin;
84 using ContainerType::end;
85 using ContainerType::size;
86 using ContainerType::push_back;
87 using ContainerType::empty;
88 using ContainerType::back;
89 using ContainerType::insert;
90 using ContainerType::resize;
92 using ContainerType::iterator;
93 using ContainerType::const_iterator;
std::vector< Acquisition > ContainerType
Definition: AcquisitionInfo.h:57
A more convenient string class.
Definition: String.h:57
Description of the combination of raw data to a single spectrum.
Definition: AcquisitionInfo.h:52
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
String method_of_combination_
Definition: AcquisitionInfo.h:97