#include <anyc.h>
Public Methods | |
| AnyC (char *, long) | |
| void | ResetIter () |
| void | SetBuffer (char *, long) |
| void | AddByteBuf (const char *, long) |
| void | ReadByteBuf (char *, long) |
| void | AddLongBuf (long *, long) |
| void | ReadLongBuf (long *, long) |
| void | AddFloatBuf (float *, long) |
| void | ReadFloatBuf (float *, long) |
| void | AddLong (const long &) |
| void | ReadLong (long &) |
| void | AddDouble (const double &) |
| void | ReadDouble (double &) |
| void | AddVector2 (const Vector2C &) |
| void | ReadVector2 (Vector2C &) |
| void | AddVector3 (const Vector3C &) |
| void | ReadVector3 (Vector3C &) |
| void | AddVector4 (const Vector4C &) |
| void | ReadVector4 (Vector4C &) |
| void | AddTime (const TimeC &) |
| void | ReadTime (TimeC &) |
| void | AddShort (const short &) |
| void | ReadShort (short &) |
| void | AddFloat (const float &) |
| void | ReadFloat (float &) |
| void | AddString (const StringC &) |
| void | ReadString (StringC &) |
| const char * | GetBuffer () |
| const long & | GetIter () |
| void | IterFF (const long &l) |
| void | WriteLong (long, long) |
Protected Attributes | |
| char * | m_data |
| long | m_iter |
| long | m_bufLen |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 67 of file anyc.h.
00067 {return m_data;}
|
|
|
Definition at line 68 of file anyc.h.
00068 {return m_iter;}
|
|
|
Definition at line 69 of file anyc.h.
00069 {m_iter+=l;}
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3-rc2