![]() |
VR-Forces 4.5 Class Documentation
|
Go to the source code of this file.
Typedefs | |
| typedef void | MyProgressCallbackStartFunction (char *label, int range) |
| typedef void | MyProgressCallbackSetValueFunction (int value) |
| typedef void | MyProgressCallbackIncrementalProgressFunction (int increment) |
| typedef void | MyProgressCallbackEndFunction (void) |
Functions | |
| DT_DLL_tdbutil void | ps (int indent_level) |
| DT_DLL_tdbutil size_t | DtFileLength (const char *pathname) |
| DT_DLL_tdbutil size_t | DtFileLength (FILE *fp) |
| DT_DLL_tdbutil FILE * | DtFileOpenForReading (const char *pathname) |
| DT_DLL_tdbutil FILE * | DtFileOpenForWriting (const char *pathname) |
| DT_DLL_tdbutil bool | DtFileCloseVerbose (FILE *fp) |
| DT_DLL_tdbutil size_t | DtReadBytes (void *where, size_t size, FILE *fp) |
| DT_DLL_tdbutil size_t | DtReadMod4Bytes (void *where, size_t size, FILE *fp) |
| DT_DLL_tdbutil char * | DtReadLine (char *buf, int bufSize, FILE *fp) |
| typedef void MyProgressCallbackSetValueFunction(int value) |
| typedef void MyProgressCallbackIncrementalProgressFunction(int increment) |
| typedef void MyProgressCallbackEndFunction(void) |
| DT_DLL_tdbutil void ps | ( | int | indent_level | ) |
| DT_DLL_tdbutil size_t DtFileLength | ( | const char * | pathname | ) |
| DT_DLL_tdbutil size_t DtFileLength | ( | FILE * | fp | ) |
| DT_DLL_tdbutil FILE* DtFileOpenForReading | ( | const char * | pathname | ) |
| DT_DLL_tdbutil FILE* DtFileOpenForWriting | ( | const char * | pathname | ) |
| DT_DLL_tdbutil bool DtFileCloseVerbose | ( | FILE * | fp | ) |
| DT_DLL_tdbutil size_t DtReadBytes | ( | void * | where, |
| size_t | size, | ||
| FILE * | fp | ||
| ) |
| DT_DLL_tdbutil size_t DtReadMod4Bytes | ( | void * | where, |
| size_t | size, | ||
| FILE * | fp | ||
| ) |
| DT_DLL_tdbutil char* DtReadLine | ( | char * | buf, |
| int | bufSize, | ||
| FILE * | fp | ||
| ) |