$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Any class for a buffer or temporary file ?
From: Timothy Madden (terminatorul_at_[hidden])
Date: 2010-08-28 09:43:02
Hello
Is there a class or stream class in boost to implement a buffer that
will use memory storage fro small data sizes, and disk storage in
temporary files for large data sizes ?
Or is there a (random-access) file stream class to open some unnamed or
temporary file that will automatically be deleted after closing ?
Thank you,
Timothy Madden