ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::OBO Struct Reference

Represents a selectively parsed OBO file. More...

#include <obo.hpp>

List of all members.

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

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

Definition at line 83 of file obo.hpp.

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

Member Data Documentation

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

Definition at line 78 of file obo.hpp.

Referenced by test().

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

Definition at line 79 of file obo.hpp.

Referenced by test().

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

Definition at line 80 of file obo.hpp.

Referenced by test().

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: