Serial_out Class Reference

#include <objserial.h>

Collaboration diagram for Serial_out:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Private Attributes

unsigned char *& buf

Detailed Description

Definition at line 32 of file objserial.h.


Constructor & Destructor Documentation

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

Definition at line 36 of file objserial.h.


Member Function Documentation

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

Definition at line 38 of file objserial.h.

References buf, and Write4().

Here is the call graph for this function:

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

Definition at line 40 of file objserial.h.

References buf, and Write4().

Here is the call graph for this function:

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

Definition at line 42 of file objserial.h.

References buf, and Write2().

Here is the call graph for this function:

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

Definition at line 44 of file objserial.h.

References buf.

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

Definition at line 46 of file objserial.h.

References buf.

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

Definition at line 41 of file objserial.cc.

References len, and s.


Member Data Documentation

unsigned char*& Serial_out::buf [private]

Definition at line 34 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