ucommon
7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
![]() ![]() |
#include <ucommon/platform.h>
#include <ucommon/protocols.h>
#include <ucommon/thread.h>
#include <ucommon/socket.h>
#include <ucommon/fsys.h>
#include <ucommon/shell.h>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Classes | |
class | ucommon::StreamBuffer |
class | ucommon::tcpstream |
class | ucommon::pipestream |
class | ucommon::filestream |
class | ucommon::imemstream |
class | ucommon::omemstream |
class | ucommon::_stream_operators |
Namespaces | |
ucommon | |
Functions | |
bool | ucommon::getline (std::istream &in, char *buffer, size_t size) |
bool __EXPORT | ucommon::putline (std::ostream &out, const char *buffer) |
std::ostream & | ucommon::operator<< (std::ostream &out, const PrintProtocol &format) |
std::istream & | ucommon::operator>> (std::istream &inp, InputProtocol &format) |
std::ostream & | ucommon::operator<< (std::ostream &out, const string_t &str) |
std::istream & | ucommon::operator>> (std::istream &inp, string_t &str) |
std::ostream & | ucommon::operator<< (std::ostream &out, const stringlist_t &list) |
std::istream & | ucommon::operator>> (std::istream &in, stringlist_t &list) |
std::string & | ucommon::operator+ (std::string &target, String &source) |
std::string & | ucommon::operator+= (std::string &target, String &source) |
std::ostream & | ucommon::operator<< (std::ostream &os, Socket::address &addr) |
Any ucommon streaming classes that are built from std::streamio facilities and that support ANSI C++ stream operators.
Definition in file stream.h.