Contents|Index|Previous|Next
Areas of a streambuf

streambuf buffer management is fairly sophisticated (or complicated).

The standard protocol has the following areas.

The following methods are used to manipulate these areas. These are all protected methods, intended to be used by virtual function in classes derived from streambuf. They are also all ANSI/ISO-standard, and the ugly names are traditional.

Top|Contents|Index|Previous|Next