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

Public Methods | |
| EOLSection (const std::string &name, const std::string &start) | |
| Create an end-of-line section with the given name and start string. | |
| std::string | readSection (std::istream &input) throw (io::IOException&) |
| Read the section's contents from a stream. | |