NCBI C++ ToolKit
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
CNcbiOstrstreamToString Class Reference

Search Toolkit Book for CNcbiOstrstreamToString

CNcbiOstrstreamToString class helps convert CNcbiOstrstream to a string Sample usage: More...

#include <corelib/ncbistre.hpp>

+ Collaboration diagram for CNcbiOstrstreamToString:

Public Member Functions

 CNcbiOstrstreamToString (CNcbiOstrstream &out)
 
 operator string (void) const
 

Private Member Functions

 CNcbiOstrstreamToString (const CNcbiOstrstreamToString &)
 
CNcbiOstrstreamToStringoperator= (const CNcbiOstrstreamToString &)
 

Private Attributes

CNcbiOstrstreamm_Out
 

Friends

CNcbiOstreamoperator<< (CNcbiOstream &out, const CNcbiOstrstreamToString &s)
 

Detailed Description

CNcbiOstrstreamToString class helps convert CNcbiOstrstream to a string Sample usage:

Note: there is no need to terminate with '\0' char ("ends"); there is no need to explicitly "unfreeze" the "out" stream.

Definition at line 801 of file ncbistre.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Apr 26 16:26:14 2024 by modify_doxy.py rev. 669887