ProteoWizard
|
#include <string>
#include <vector>
#include "boost/shared_ptr.hpp"
#include "boost/regex.hpp"
#include "pwiz/data/common/cv.hpp"
Go to the source code of this file.
Classes | |
struct | pwiz::identdata::CVMap |
struct | pwiz::identdata::RegexCVMap |
struct | pwiz::identdata::StringMatchCVMap |
struct | pwiz::identdata::CVIDMatchCVMap |
Namespaces | |
namespace | pwiz |
AMTContainer.hpp. | |
namespace | pwiz::identdata |
Typedefs | |
typedef boost::shared_ptr< CVMap > | pwiz::identdata::CVMapPtr |
typedef boost::shared_ptr < RegexCVMap > | pwiz::identdata::RegexCVMapPtr |
Functions | |
PWIZ_API_DECL std::ostream & | pwiz::identdata::operator<< (std::ostream &os, const CVMap &cm) |
PWIZ_API_DECL std::ostream & | pwiz::identdata::operator<< (std::ostream &os, const CVMapPtr cmp) |
PWIZ_API_DECL std::ostream & | pwiz::identdata::operator<< (std::ostream &os, const CVMap *cmp) |
PWIZ_API_DECL std::istream & | pwiz::identdata::operator>> (std::istream &is, CVMapPtr &cm) |
PWIZ_API_DECL std::ostream & | pwiz::identdata::operator<< (std::ostream &os, const std::vector< CVMapPtr > &cmVec) |
PWIZ_API_DECL std::istream & | pwiz::identdata::operator>> (std::istream &is, std::vector< CVMapPtr > &cmVec) |