|
SAGA API Version 9.12
|
This is the complete list of members for CSG_Archive, including all inherited members.
| Add_Directory(const SG_Char *Name) | CSG_Archive | |
| Add_File(const SG_Char *Name, bool bBinary=true) | CSG_Archive | |
| Close(void) | CSG_Archive | virtual |
| CSG_Archive(void) | CSG_Archive | |
| CSG_Archive(const SG_Char *FileName, int Mode=SG_FILE_R, int Encoding=SG_FILE_ENCODING_ANSI) | CSG_Archive | |
| CSG_File(void) | CSG_File | |
| CSG_File(const SG_Char *FileName, int Mode=SG_FILE_R, bool bBinary=true, int Encoding=SG_FILE_ENCODING_ANSI) | CSG_File | |
| Extract(const SG_Char *File, const SG_Char *toFile=NULL) | CSG_Archive | |
| Extract_All(const SG_Char *toDirectory=NULL) | CSG_Archive | |
| Flush(void) | CSG_File | |
| Get_Archive(void) const | CSG_Archive | inlinevirtual |
| Get_Encoding(void) const | CSG_File | inline |
| Get_File(const SG_Char *Name) | CSG_Archive | |
| Get_File(size_t Index) | CSG_Archive | |
| Get_File_Count(void) | CSG_Archive | inline |
| Get_File_Name(size_t Index) | CSG_Archive | virtual |
| CSG_File::Get_File_Name(void) const | CSG_File | inlinevirtual |
| Get_File_Type(void) const | CSG_Archive | inlinevirtual |
| Get_Stream(void) const | CSG_File | inline |
| is_Directory(size_t Index) | CSG_Archive | |
| is_EOF(void) const | CSG_File | |
| is_Open(void) const | CSG_File | inline |
| is_Reading(void) const | CSG_File | inline |
| is_Tar(void) const | CSG_Archive | inline |
| is_Writing(void) const | CSG_File | inline |
| is_Zip(void) const | CSG_Archive | inline |
| Length(void) const | CSG_File | |
| m_Archive | CSG_Archive | protected |
| m_Encoding | CSG_File | protected |
| m_FileName | CSG_File | protected |
| m_Files | CSG_Archive | protected |
| m_Mode | CSG_File | protected |
| m_pConvert | CSG_File | protected |
| m_pStream | CSG_File | protected |
| m_Type | CSG_Archive | protected |
| On_Construction(void) | CSG_File | protected |
| Open(const SG_Char *FileName, int Mode=SG_FILE_R, int Encoding=SG_FILE_ENCODING_ANSI) | CSG_Archive | virtual |
| Open(const SG_Char *FileName, int Mode, bool bBinary, int Encoding) | CSG_Archive | inlinevirtual |
| 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(CSG_String &Buffer) 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 &Line) 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_Archive(void) | CSG_Archive | virtual |
| ~CSG_File(void) | CSG_File | virtual |