UCommon
Static Public Member Functions
ucommon::_character_operators Class Reference

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

#include <protocols.h>

Static Public Member Functions

static CharacterProtocolinput (CharacterProtocol &p, char &ch)
static CharacterProtocolinput (CharacterProtocol &p, String &str)
static CharacterProtocolinput (CharacterProtocol &p, long &value)
static CharacterProtocolinput (CharacterProtocol &p, double &value)
static CharacterProtocolprint (CharacterProtocol &p, const char *s)
static CharacterProtocolprint (CharacterProtocol &p, const char &ch)
static CharacterProtocolprint (CharacterProtocol &p, const long &value)
static CharacterProtocolprint (CharacterProtocol &p, const double &value)

Detailed Description

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

This provides an auxillory class to solve the issue.

Definition at line 612 of file protocols.h.


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