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, double &value)
static CharacterProtocolinput (CharacterProtocol &p, long &value)
static CharacterProtocolinput (CharacterProtocol &p, String &str)
static CharacterProtocolinput (CharacterProtocol &p, char &ch)
static CharacterProtocolprint (CharacterProtocol &p, const double &value)
static CharacterProtocolprint (CharacterProtocol &p, const long &value)
static CharacterProtocolprint (CharacterProtocol &p, const char &ch)
static CharacterProtocolprint (CharacterProtocol &p, const char *s)

Detailed Description

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

This provides an auxillory class to solve the issue.

Definition at line 584 of file protocols.h.


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

Generated on 30 Jul 2013 for UCommon by  doxygen 1.6.1