|
SAGA API Version 9.11
|
This is the complete list of members for CSG_Buffer, including all inherited members.
| Add_Value(char Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Add_Value(short Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Add_Value(int Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Add_Value(float Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Add_Value(double Value, bool bBigEndian=false) | CSG_Buffer | inline |
| asDouble(int Offset, bool bBigEndian=false) const | CSG_Buffer | inline |
| asFloat(int Offset, bool bBigEndian=false) const | CSG_Buffer | inline |
| asInt(int Offset, bool bBigEndian=false) const | CSG_Buffer | inline |
| asShort(int Offset, bool bBigEndian=false) const | CSG_Buffer | inline |
| Create(void) | CSG_Buffer | |
| Create(const CSG_Buffer &Buffer) | CSG_Buffer | |
| Create(size_t Size) | CSG_Buffer | |
| CSG_Buffer(void) | CSG_Buffer | |
| CSG_Buffer(const CSG_Buffer &Buffer) | CSG_Buffer | |
| CSG_Buffer(size_t Size) | CSG_Buffer | |
| Destroy(void) | CSG_Buffer | |
| Get_Data(int Offset=0) const | CSG_Buffer | inline |
| Get_Size(void) const | CSG_Buffer | inline |
| Inc_Size(size_t Size) | CSG_Buffer | inline |
| operator+=(char Value) | CSG_Buffer | inline |
| operator+=(short Value) | CSG_Buffer | inline |
| operator+=(int Value) | CSG_Buffer | inline |
| operator+=(float Value) | CSG_Buffer | inline |
| operator+=(double Value) | CSG_Buffer | inline |
| operator=(const CSG_Buffer &Buffer) | CSG_Buffer | inline |
| operator[](int Position) | CSG_Buffer | inline |
| operator[](int Position) const | CSG_Buffer | inline |
| Set_Data(const char *Data, size_t Size, bool bShrink=true) | CSG_Buffer | |
| Set_Size(size_t Size, bool bShrink=true) | CSG_Buffer | |
| Set_Value(int Offset, char Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Set_Value(int Offset, short Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Set_Value(int Offset, int Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Set_Value(int Offset, float Value, bool bBigEndian=false) | CSG_Buffer | inline |
| Set_Value(int Offset, double Value, bool bBigEndian=false) | CSG_Buffer | inline |
| ~CSG_Buffer(void) | CSG_Buffer | virtual |