#include <sstream>
#include "assa/Socket.h"
#include "assa/XDRHack.h"
Go to the source code of this file.
◆ LONGEST
◆ READ_INT
Value:
{\
}\
}\
else {\
}\
}\
}\
}\
return *this;\
}
A wrapper class to provide AutoPtr with reference semantics.
Socket & operator>>(char &c)
Input of built-in char type. The value will be XDR-decoded.
static bool is_little_endian()
Determine the endianess of the platform we are on.
@ eofbit
indicates that an input operation reached the end of an input sequence
@ failbit
indicates that an input operation failed to read the expected characters, or that an output operation...
Definition at line 436 of file Socket.cpp.
438{\
444 }\
449 }\
450 else {\
453 }\
454 }\
455 }\
458 }\
459 return *this;\
460}
◆ WRITE_INT
Value:
{ \
}\
}\
else {\
}\
}\
return *this;\
}
Socket & operator<<(char c)
Output of built-in char type. The value will be XDR-encoded.
Definition at line 588 of file Socket.cpp.
590{ \
595 }\
600 }\
601 else {\
604 }\
608 }\
609 return *this;\
610}