| Alloc(std::size_t p_size) | MemoryTraced< File > | [static] |
| Alloc(std::size_t p_size, std::nothrow_t const &) | MemoryTraced< File > | [static] |
| CopyToString(String &p_strOut) | Castor::File | |
| Dealloc(void *p_pMemory) | MemoryTraced< File > | [static] |
| Dealloc(void *p_pMemory, std::nothrow_t const &) | MemoryTraced< File > | [static] |
| DirectoryGetCurrent() | Castor::File | [static] |
| eENCODING_MODE énumération | Castor::File | |
| eENCODING_MODE_ASCII valeur énumérée | Castor::File | |
| eENCODING_MODE_AUTO valeur énumérée | Castor::File | |
| eENCODING_MODE_UNICODE valeur énumérée | Castor::File | |
| eENCODING_MODE_UTF16 valeur énumérée | Castor::File | |
| eENCODING_MODE_UTF8 valeur énumérée | Castor::File | |
| eOFFSET_MODE énumération | Castor::File | |
| eOFFSET_MODE_BEGINNING valeur énumérée | Castor::File | |
| eOFFSET_MODE_CURRENT valeur énumérée | Castor::File | |
| eOFFSET_MODE_END valeur énumérée | Castor::File | |
| eOPEN_MODE énumération | Castor::File | |
| eOPEN_MODE_APPEND valeur énumérée | Castor::File | |
| eOPEN_MODE_BINARY valeur énumérée | Castor::File | |
| eOPEN_MODE_COUNT valeur énumérée | Castor::File | |
| eOPEN_MODE_DUMMY valeur énumérée | Castor::File | |
| eOPEN_MODE_READ valeur énumérée | Castor::File | |
| eOPEN_MODE_WRITE valeur énumérée | Castor::File | |
| File(Path const &p_fileName, int p_iMode, eENCODING_MODE p_eEncoding=eENCODING_MODE_ASCII) | Castor::File | |
| File(File const &p_file) | Castor::File | |
| File(File &&p_file) | Castor::File | |
| FileExists(Path const &p_pathFile) | Castor::File | [static] |
| GetFileFullPath() const | Castor::File | [inline] |
| GetFileName() const | Castor::File | [inline] |
| GetFilePath() const | Castor::File | [inline] |
| GetLength() | Castor::File | |
| IsOk() const | Castor::File | |
| ListDirectoryFiles(Path const &p_folderPath, StringArray &p_files, bool p_recursive=false) | Castor::File | [static] |
| operator delete(void *p_pMemory) | MemoryTraced< File > | [inline, static] |
| operator delete(void *p_pMemory, std::nothrow_t const &) | MemoryTraced< File > | [inline, static] |
| operator delete(void *, void *) | MemoryTraced< File > | [inline, static] |
| operator delete[](void *p_pMemory) | MemoryTraced< File > | [inline, static] |
| operator delete[](void *p_pMemory, std::nothrow_t const &) | MemoryTraced< File > | [inline, static] |
| operator delete[](void *p_pMem1, void *p_pMem2) | MemoryTraced< File > | [inline, static] |
| operator new(std::size_t p_size) | MemoryTraced< File > | [inline, static] |
| operator new(std::size_t p_size, std::nothrow_t const &) | MemoryTraced< File > | [inline, static] |
| operator new(std::size_t p_size, void *p_pMemory) | MemoryTraced< File > | [inline, static] |
| operator new[](std::size_t p_size) | MemoryTraced< File > | [inline, static] |
| operator new[](std::size_t p_size, std::nothrow_t const &) | MemoryTraced< File > | [inline, static] |
| operator new[](std::size_t p_size, void *p_pMemory) | MemoryTraced< File > | [inline, static] |
| operator<<(T const &p_toWrite) | Castor::File | |
| operator=(File const &p_file) | Castor::File | |
| operator=(File &&p_file) | Castor::File | |
| operator>>(T &p_toRead) | Castor::File | |
| Print(std::size_t p_uiMaxSize, xchar const *p_pFormat,...) | Castor::File | |
| Read(String &p_strToRead) | Castor::File | |
| Read(T &p_toRead) | Castor::File | |
| ReadArray(T *p_toRead, std::size_t p_count) | Castor::File | |
| ReadArray(T(&p_toRead)[N]) | Castor::File | |
| ReadChar(xchar &p_toRead) | Castor::File | |
| ReadLine(String &p_toRead, std::size_t p_size, String p_strSeparators=cuT("\r\n")) | Castor::File | |
| ReadWord(String &p_toRead) | Castor::File | |
| Seek(long long p_i64Offset, eOFFSET_MODE p_eOrigin=eOFFSET_MODE_BEGINNING) | Castor::File | |
| StrAllocations | MemoryTracedBase | [static] |
| StrDeallocations | MemoryTracedBase | [static] |
| StrLeaks | MemoryTracedBase | [static] |
| Tell() | Castor::File | |
| TotalAllocatedArrayCount | MemoryTracedBase | [static] |
| TotalAllocatedObjectCount | MemoryTracedBase | [static] |
| TotalAllocatedSize | MemoryTracedBase | [static] |
| Write(String const &p_strToWrite) | Castor::File | |
| Write(T const &p_toWrite) | Castor::File | |
| WriteArray(T const *p_toWrite, std::size_t p_count) | Castor::File | |
| WriteArray(T const (&p_toWrite)[N]) | Castor::File | |
| WriteText(String const &p_strText) | Castor::File | |
| ~File() | Castor::File | [virtual] |