#include <StreamTokenizer.h>
Inheritance diagram for util::StreamTokenizer::SectionToken:

Public Methods | |
| SectionToken (Section *section, std::string sectionContents) | |
| Create a new section token with the given name and contents. | |
| std::string | getName () const |
| Get the name of the section, i.e. | |
| Section * | getSection () |
| Get a pointer to the Section object that was responsible for reading this section. | |
| std::string | getContents () const |
| Get the contents of the section, i.e. | |
|
|
Get the contents of the section, i.e. the data between start and end delimiters. |
|
|
Get the name of the section, i.e. "comment", "string" etc. |