SAGA API
v9.6
|
This is the complete list of members for CSG_File, including all inherited members.
Close(void) | CSG_File | virtual |
CSG_File(void) | CSG_File | |
CSG_File(const CSG_String &FileName, int Mode=SG_FILE_R, bool bBinary=true, int Encoding=SG_FILE_ENCODING_ANSI) | CSG_File | |
Get_Encoding(void) const | CSG_File | inline |
Get_File_Name(void) const | CSG_File | inlinevirtual |
Get_File_Type(void) const | CSG_File | inlinevirtual |
Get_Stream(void) const | CSG_File | inline |
is_EOF(void) const | CSG_File | |
is_Open(void) const | CSG_File | inline |
is_Reading(void) const | CSG_File | inline |
is_Writing(void) const | CSG_File | inline |
Length(void) const | CSG_File | |
m_Encoding | CSG_File | protected |
m_FileName | CSG_File | protected |
m_Mode | CSG_File | protected |
m_pConvert | CSG_File | protected |
m_pStream | CSG_File | protected |
On_Construction(void) | CSG_File | protected |
Open(const CSG_String &FileName, int Mode=SG_FILE_R, bool bBinary=true, int Encoding=SG_FILE_ENCODING_ANSI) | CSG_File | virtual |
Printf(const char *Format,...) | CSG_File | |
Printf(const wchar_t *Format,...) | CSG_File | |
Read(void *Buffer, size_t Size, size_t Count=1) const | CSG_File | |
Read(CSG_String &Buffer, size_t Size) const | CSG_File | |
Read_Char(void) const | CSG_File | |
Read_Double(bool bBigEndian=false) const | CSG_File | |
Read_Int(bool bBigEndian=false) const | CSG_File | |
Read_Line(CSG_String &sLine) const | CSG_File | |
Scan(int &Value) const | CSG_File | |
Scan(double &Value) const | CSG_File | |
Scan(CSG_String &Value, SG_Char Separator) const | CSG_File | |
Scan_Double(void) const | CSG_File | |
Scan_Int(void) const | CSG_File | |
Scan_String(SG_Char Separator) const | CSG_File | |
Seek(sLong Offset, int Origin=SG_FILE_START) const | CSG_File | |
Seek_End(void) const | CSG_File | |
Seek_Start(void) const | CSG_File | |
Set_Encoding(int Encoding) | CSG_File | |
Tell(void) const | CSG_File | |
Write(void *Buffer, size_t Size, size_t Count=1) const | CSG_File | |
Write(const CSG_String &Buffer) const | CSG_File | |
Write_Double(double Value, bool bBigEndian=false) | CSG_File | |
Write_Int(int Value, bool bBigEndian=false) | CSG_File | |
~CSG_File(void) | CSG_File | virtual |