NCBI C++ ToolKit
|
Adaptor for writing to a resizable buffer using IWriter interface. More...
#include <corelib/ncbistd.hpp>
#include <corelib/reader_writer.hpp>
#include <util/simple_buffer.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Namespaces | |
impl | |
Enumerations | |
enum | EBufferWriter_CreateMode { eCreateMode_Truncate , eCreateMode_Add , eCreateMode_Truncate , eCreateMode_Add } |
Flag indicating if the lower level container should be cleared (of the pre-existing data) in the CBufferWriter constructor. More... | |
Adaptor for writing to a resizable buffer using IWriter interface.
Definition in file buffer_writer.hpp.
Flag indicating if the lower level container should be cleared (of the pre-existing data) in the CBufferWriter constructor.
Enumerator | |
---|---|
eCreateMode_Truncate | |
eCreateMode_Add | |
eCreateMode_Truncate | |
eCreateMode_Add |
Definition at line 61 of file buffer_writer.hpp.