Serial_in Class Reference

#include <objserial.h>

Collaboration diagram for Serial_in:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Serial_in (unsigned char *&b)
Serial_inoperator<< (int &v)
Serial_inoperator<< (unsigned long &v)
Serial_inoperator<< (short &v)
Serial_inoperator<< (bool &v)
Serial_inoperator<< (unsigned char &c)
Serial_inoperator<< (std::string &s)

Private Attributes

unsigned char *& buf

Detailed Description

Definition at line 54 of file objserial.h.


Constructor & Destructor Documentation

Serial_in::Serial_in ( unsigned char *&  b  )  [inline]

Definition at line 58 of file objserial.h.


Member Function Documentation

Serial_in& Serial_in::operator<< ( int &  v  )  [inline]

Definition at line 60 of file objserial.h.

References buf, and Read4().

Here is the call graph for this function:

Serial_in& Serial_in::operator<< ( unsigned long &  v  )  [inline]

Definition at line 62 of file objserial.h.

References buf, and Read4().

Here is the call graph for this function:

Serial_in& Serial_in::operator<< ( short &  v  )  [inline]

Definition at line 64 of file objserial.h.

References buf, and Read2().

Here is the call graph for this function:

Serial_in& Serial_in::operator<< ( bool &  v  )  [inline]

Definition at line 66 of file objserial.h.

References buf.

Serial_in& Serial_in::operator<< ( unsigned char &  c  )  [inline]

Definition at line 68 of file objserial.h.

References buf.

Serial_in & Serial_in::operator<< ( std::string &  s  ) 

Definition at line 58 of file objserial.cc.

References len, and s.


Member Data Documentation

unsigned char*& Serial_in::buf [private]

Definition at line 56 of file objserial.h.

Referenced by operator<<().


The documentation for this class was generated from the following files:
Generated on Mon Jul 9 15:02:02 2007 for ExultEngine by  doxygen 1.5.1