ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::OBO Struct Reference

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< Termterms
 

Detailed Description

Represents a selectively parsed OBO file.

Note that the following are currently ignored during parsing:

Definition at line 76 of file obo.hpp.

Constructor & Destructor Documentation

§ OBO() [1/2]

pwiz::data::OBO::OBO ( )
inline

Definition at line 83 of file obo.hpp.

References pwiz::data::operator<<(), and PWIZ_API_DECL.

83 {}

§ OBO() [2/2]

pwiz::data::OBO::OBO ( const std::string &  filename)

Member Data Documentation

§ filename

std::string pwiz::data::OBO::filename

Definition at line 78 of file obo.hpp.

Referenced by test().

§ header

std::vector<std::string> pwiz::data::OBO::header

Definition at line 79 of file obo.hpp.

Referenced by test().

§ prefix

std::string pwiz::data::OBO::prefix

Definition at line 80 of file obo.hpp.

Referenced by test().

§ terms

std::set<Term> pwiz::data::OBO::terms

Definition at line 81 of file obo.hpp.

Referenced by test().


The documentation for this struct was generated from the following file: