|
SAGA API Version 9.12
|
This is the complete list of members for CSG_Bytes, including all inherited members.
| Add(const CSG_Bytes &Bytes) | CSG_Bytes | |
| Add(void *Bytes, int nBytes, bool bSwapBytes) | CSG_Bytes | |
| Add(BYTE Value) | CSG_Bytes | inline |
| Add(char Value) | CSG_Bytes | inline |
| Add(short Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| Add(WORD Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| Add(int Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| Add(DWORD Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| Add(float Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| Add(double Value, bool bSwapBytes=false) | CSG_Bytes | inline |
| asByte(int i) const | CSG_Bytes | inline |
| asChar(int i) const | CSG_Bytes | inline |
| asDouble(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| asDWord(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| asFloat(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| asInt(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| asShort(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| Assign(const CSG_Bytes &Bytes) | CSG_Bytes | |
| asWord(int i, bool bSwapBytes=false) const | CSG_Bytes | inline |
| Clear(void) | CSG_Bytes | |
| Create(void) | CSG_Bytes | |
| Create(const CSG_Bytes &Bytes) | CSG_Bytes | |
| Create(const BYTE *Bytes, int nBytes) | CSG_Bytes | |
| CSG_Bytes(void) | CSG_Bytes | |
| CSG_Bytes(const CSG_Bytes &Bytes) | CSG_Bytes | |
| CSG_Bytes(const BYTE *Bytes, int nBytes) | CSG_Bytes | |
| Destroy(void) | CSG_Bytes | |
| fromHexString(const CSG_String &HexString) | CSG_Bytes | |
| Get_Byte(int i) const | CSG_Bytes | inline |
| Get_Bytes(void) const | CSG_Bytes | inline |
| Get_Bytes(int i) const | CSG_Bytes | inline |
| Get_Count(void) const | CSG_Bytes | inline |
| is_EOF(void) | CSG_Bytes | inline |
| operator+(int i) const | CSG_Bytes | inline |
| operator+=(const CSG_Bytes &Bytes) | CSG_Bytes | inline |
| operator+=(BYTE Value) | CSG_Bytes | inline |
| operator+=(char Value) | CSG_Bytes | inline |
| operator+=(short Value) | CSG_Bytes | inline |
| operator+=(WORD Value) | CSG_Bytes | inline |
| operator+=(int Value) | CSG_Bytes | inline |
| operator+=(DWORD Value) | CSG_Bytes | inline |
| operator+=(float Value) | CSG_Bytes | inline |
| operator+=(double Value) | CSG_Bytes | inline |
| operator=(const CSG_Bytes &Bytes) | CSG_Bytes | inline |
| operator[](int i) const | CSG_Bytes | inline |
| Read_Byte(void) | CSG_Bytes | inline |
| Read_Char(void) | CSG_Bytes | inline |
| Read_Double(bool bSwapBytes=false) | CSG_Bytes | inline |
| Read_DWord(bool bSwapBytes=false) | CSG_Bytes | inline |
| Read_Float(bool bSwapBytes=false) | CSG_Bytes | inline |
| Read_Int(bool bSwapBytes=false) | CSG_Bytes | inline |
| Read_Short(bool bSwapBytes=false) | CSG_Bytes | inline |
| Read_Word(bool bSwapBytes=false) | CSG_Bytes | inline |
| Rewind(void) | CSG_Bytes | inline |
| toHexString(void) const | CSG_Bytes | |
| ~CSG_Bytes(void) | CSG_Bytes | virtual |