#include <protocols.h>
Static Public Member Functions | |
static CharacterProtocol & | input (CharacterProtocol &p, double &value) |
static CharacterProtocol & | input (CharacterProtocol &p, long &value) |
static CharacterProtocol & | input (CharacterProtocol &p, String &str) |
static CharacterProtocol & | input (CharacterProtocol &p, char &ch) |
static CharacterProtocol & | print (CharacterProtocol &p, double &value) |
static CharacterProtocol & | print (CharacterProtocol &p, long &value) |
static CharacterProtocol & | print (CharacterProtocol &p, char &ch) |
static CharacterProtocol & | print (CharacterProtocol &p, char *s) |
This provides an auxillory class to solve the issue.
Definition at line 584 of file protocols.h.