ProteoWizard
Classes | Namespaces | Typedefs | Functions
ParamTypes.hpp File Reference
#include "pwiz/utility/misc/Export.hpp"
#include "pwiz/utility/misc/optimized_lexical_cast.hpp"
#include "cv.hpp"
#include <iosfwd>
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

struct  pwiz::data::CVParam
 represents a tag-value pair, where the tag comes from the controlled vocabulary More...
struct  pwiz::data::CVParamIs
 functor for finding CVParam with specified exact CVID in a collection of CVParams: More...
struct  pwiz::data::CVParamIsChildOf
 functor for finding children of a specified CVID in a collection of CVParams: More...
struct  pwiz::data::UserParam
 Uncontrolled user parameters (essentially allowing free text). Before using these, one should verify whether there is an appropriate CV term available, and if so, use the CV term instead. More...
struct  pwiz::data::ParamContainer
 The base class for elements that may contain cvParams, userParams, or paramGroup references. More...
struct  pwiz::data::ParamGroup
 A collection of CVParam and UserParam elements that can be referenced from elsewhere in this mzML document by using the 'paramGroupRef' element in that location to reference the 'id' attribute value of this element. More...

Namespaces

namespace  pwiz
 AMTContainer.hpp.
namespace  pwiz::data

Typedefs

typedef boost::shared_ptr
< ParamGroup > 
pwiz::data::ParamGroupPtr

Functions

PWIZ_API_DECL std::ostream & pwiz::data::operator<< (std::ostream &os, const CVParam &param)