UCommon
Static Public Member Functions
ucommon::_stream_operators Class Reference

At least with gcc, linking of stream operators was broken. More...

#include <stream.h>

Static Public Member Functions

static std::string & append (std::string &target, String &source)
 
static std::istream & input (std::istream &inp, InputProtocol &format)
 
static std::istream & input (std::istream &inp, string_t &str)
 
static std::istream & input (std::istream &in, stringlist_t &list)
 
static std::ostream & print (std::ostream &out, const PrintProtocol &format)
 
static std::ostream & print (std::ostream &out, const string_t &str)
 
static std::ostream & print (std::ostream &out, const stringlist_t &list)
 

Detailed Description

At least with gcc, linking of stream operators was broken.

This provides an auxillory class to solve the issue.

Definition at line 532 of file stream.h.


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