ProteoWizard
|
Represents a selectively parsed OBO file. More...
#include <obo.hpp>
Public Member Functions | |
OBO () | |
OBO (const std::string &filename) | |
Public Attributes | |
std::string | filename |
std::vector< std::string > | header |
std::string | prefix |
std::set< Term > | terms |
Represents a selectively parsed OBO file.
Note that the following are currently ignored during parsing:
|
inline |
Definition at line 83 of file obo.hpp.
References pwiz::data::operator<<(), and PWIZ_API_DECL.
pwiz::data::OBO::OBO | ( | const std::string & | filename | ) |
std::vector<std::string> pwiz::data::OBO::header |