libpappsomspp
Library for mass spectrometry
|
#include <obopsimod.h>
Public Member Functions | |
OboPsiMod (OboPsiModHandlerInterface &handler) | |
virtual | ~OboPsiMod () |
Private Member Functions | |
void | parse () |
starts reading obo file and reports each term with the callback function | |
Private Attributes | |
OboPsiModTerm | m_term |
OboPsiModHandlerInterface & | m_handler |
Definition at line 34 of file obopsimod.h.
pappso::OboPsiMod::OboPsiMod | ( | OboPsiModHandlerInterface & | handler | ) |
Definition at line 41 of file obopsimod.cpp.
References initMyResource(), m_handler, and parse().
|
virtual |
Definition at line 48 of file obopsimod.cpp.
|
private |
starts reading obo file and reports each term with the callback function
Definition at line 54 of file obopsimod.cpp.
References line, m_handler, and m_term.
Referenced by OboPsiMod().
|
private |
Definition at line 42 of file obopsimod.h.
Referenced by OboPsiMod(), and parse().
|
private |
Definition at line 41 of file obopsimod.h.
Referenced by parse().