| Front Page / Reference Manual |
The MPL reference manual is an annotated formal specification of the library's public interface. The manual is available in two forms:
The simplest InputFilters and OutputFilters process characters one at a time. This type of Filter is easy to write, but is less efficient than Filters that process several characters at a time. Filters which process several characters at a time are called Multi-Character fiters.
The Iostreams library provides several utilities to make Filter writing easier:
aggregate_filter allows a progr