UCommon
|
At least with gcc, linking of stream operators was broken. More...
#include <protocols.h>
Static Public Member Functions | |
static CharacterProtocol & | input (CharacterProtocol &p, char &ch) |
static CharacterProtocol & | input (CharacterProtocol &p, String &str) |
static CharacterProtocol & | input (CharacterProtocol &p, long &value) |
static CharacterProtocol & | input (CharacterProtocol &p, double &value) |
static CharacterProtocol & | print (CharacterProtocol &p, const char *s) |
static CharacterProtocol & | print (CharacterProtocol &p, const char &ch) |
static CharacterProtocol & | print (CharacterProtocol &p, const long &value) |
static CharacterProtocol & | print (CharacterProtocol &p, const double &value) |
At least with gcc, linking of stream operators was broken.
This provides an auxillory class to solve the issue.
Definition at line 611 of file protocols.h.