BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::stringstream::impl Class Reference

Public Member Functions

 impl (std::string &s)
 
 impl (const std::string &s)
 
 impl ()
 

Public Attributes

std::stringstream ss
 

Detailed Description

Definition at line 8 of file sstream.cpp.

Constructor & Destructor Documentation

◆ impl() [1/3]

fc::stringstream::impl::impl ( std::string &  s)
inline

Definition at line 10 of file sstream.cpp.

◆ impl() [2/3]

fc::stringstream::impl::impl ( const std::string &  s)
inline

Definition at line 14 of file sstream.cpp.

◆ impl() [3/3]

fc::stringstream::impl::impl ( )
inline

Definition at line 18 of file sstream.cpp.

Member Data Documentation

◆ ss

std::stringstream fc::stringstream::impl::ss

Definition at line 20 of file sstream.cpp.


The documentation for this class was generated from the following file: