CxUtils::Packet Member List

This is the complete list of members for CxUtils::Packet, including all inherited members.
Clear(const bool setZeroFlag=true)CxUtils::Packet
Delete(const unsigned int len, const unsigned int start=0)CxUtils::Packet
Destroy()CxUtils::Packet
GetByteOrder() const CxUtils::Packet
GetMachineEndianness()CxUtils::Packet [inline, static]
GetReadPos() const CxUtils::Packet
GetWritePos() const CxUtils::Packet
GrowPacket(unsigned int size)CxUtils::Packet [protected]
Insert(const unsigned char *buff, const unsigned int len, const unsigned int pos=0)CxUtils::Packet
InsertCharacter(const unsigned char value, const unsigned int count, const unsigned int pos=0)CxUtils::Packet
Length() const CxUtils::Packet
List typedefCxUtils::Packet
LoadWiresharkCapturePacketExport(const std::string &filename, Packet::List &packets)CxUtils::Packet [static]
mByteOrderCxUtils::Packet [protected]
mLengthCxUtils::Packet [protected]
mpPacketCxUtils::Packet [protected]
mReadPosCxUtils::Packet [protected]
mReservedCxUtils::Packet [protected]
mWrappedPacketFlagCxUtils::Packet [protected]
mWritePosCxUtils::Packet [protected]
operator+=(const Packet &another)CxUtils::Packet
operator=(const Packet &another)CxUtils::Packet
operator[](const unsigned int index) const CxUtils::Packet
Packet(const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet
Packet(const Packet &another)CxUtils::Packet
Print(const unsigned int bytesPerLine=8) const CxUtils::Packet
Ptr() const CxUtils::Packet
Ptr()CxUtils::Packet
Queue typedefCxUtils::Packet
Read(unsigned char &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(char &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(int &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(short &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(unsigned short &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(unsigned int &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(long long int &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(unsigned long long int &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(float &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(double &val, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(unsigned char *buff, const unsigned int len, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(Packet &packet, const unsigned int len, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(std::string &str, const unsigned int len, const unsigned int pos=UINT_MAX) const CxUtils::Packet [virtual]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, char &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, unsigned char &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, int &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, short &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, unsigned short &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, unsigned int &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, long long int &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, unsigned long long int &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, float &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
Read(const unsigned char *buff, const unsigned int len, const unsigned int pos, double &val, const unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [static]
ReadAtPos(const unsigned char *buff, const unsigned int len, const unsigned int pos, T &val, unsigned int border=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet [inline, protected, static]
ReadPacket(const Packet *packet, T &val, unsigned int pos=UINT_MAX)CxUtils::Packet [inline, protected, static]
Reserve(const unsigned int size)CxUtils::Packet
Reserved() const CxUtils::Packet [inline]
SetByteOrder(const unsigned int order=CX_PACKET_LITTLE_ENDIAN)CxUtils::Packet
SetLength(const unsigned int len=0)CxUtils::Packet
SetReadPos(const unsigned int pos=0) const CxUtils::Packet
SetWritePos(const unsigned int pos=0)CxUtils::Packet
Size() const CxUtils::Packet
Wrapper classCxUtils::Packet [friend]
Write(const unsigned char val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const char val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const int val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const short val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const unsigned short val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const unsigned int val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const long long int val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const unsigned long long int val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const float val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const double val, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const unsigned char *buff, const unsigned int len, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const Packet &packet, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
Write(const std::string &str, const unsigned int pos=UINT_MAX)CxUtils::Packet [virtual]
WriteByte(const unsigned char byte)CxUtils::Packet [inline, virtual]
WritePacket(Packet *p, const T val, const unsigned int pos=UINT_MAX)CxUtils::Packet [inline, protected, static]
~Packet()CxUtils::Packet [virtual]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines