Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
std::stringstream::impl Class Reference

Public Member Functions

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

Public Attributes

std::stringstream ss
 

Detailed Description

Definition at line 8 of file sstream.cpp.

Constructor & Destructor Documentation

◆ impl() [1/3]

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

Definition at line 10 of file sstream.cpp.

11 :ss( s )
12 { ss.exceptions( std::stringstream::badbit ); }
std::stringstream ss
Definition sstream.cpp:20
char * s

◆ impl() [2/3]

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

Definition at line 14 of file sstream.cpp.

15 :ss( s )
16 { ss.exceptions( std::stringstream::badbit ); }

◆ impl() [3/3]

std::stringstream::impl::impl ( )
inline

Definition at line 18 of file sstream.cpp.

18{ss.exceptions( std::stringstream::badbit ); }

Member Data Documentation

◆ ss

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

Definition at line 20 of file sstream.cpp.


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