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

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