Output stream that writes data back to a large object. More...
Public Member Functions | |
basic_olostream (dbtransaction &t, largeobject o, largeobject::size_type buf_size=512) | |
Create a basic_olostream. | |
basic_olostream (dbtransaction &t, oid o, largeobject::size_type buf_size=512) | |
End a code block started by "ignore-deprecated-pre.hxx". | |
Output stream that writes data back to a large object.
This worked like any other ostream, but to write data to a large object. It supported all formatting and streaming operations of std::ostream
.
This functionality was considered too fragile and complex, so it has been replaced with a single, much simpler class.
|
inline |
Create a basic_olostream.
t | transaction in which this stream is to exist. |
o | a large object to access. |
buf_size | size of buffer to use internally (optional). |
|
inline |
End a code block started by "ignore-deprecated-pre.hxx".
Create a basic_olostream.
t | transaction in which this stream is to exist. |
o | a large object to access. |
buf_size | size of buffer to use internally (optional). |