mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
tring::BufferStack provides a framework for storing nested buffers.
|
|
By default, all of the buffers flow directly to the output method,
|
|
but individual levels of the stack can apply filters, or store
|
|
their output in a scalar reference.
|