RingTone::Parser Class Referenceabstract

Base parser class. More...

#include <RingTone.h>

Inheritance diagram for RingTone::Parser:

Public Member Functions

virtual ~Parser ()
 
virtual bool readNextNote (NoteDef &note)=0
 Fetch the next note for this tune. More...
 

Detailed Description

Base parser class.

Constructor & Destructor Documentation

◆ ~Parser()

virtual RingTone::Parser::~Parser ( )
inlinevirtual

Member Function Documentation

◆ readNextNote()

virtual bool RingTone::Parser::readNextNote ( NoteDef note)
pure virtual

Fetch the next note for this tune.

Return values
booltrue on success, false if no more notes available

Implemented in RingTone::RtttlParser.


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