#include <OS.h>
Inheritance diagram for OS::

Static Public Methods | |
| int | mkdir (const char *name) |
| int | rmdir (const char *name) |
| int | rename (const char *src, const char *dst) |
| int | remove (const char *name) |
| bool | isDirectory (const char *name) |
| const char * | getMyHostName () |
| char * | strtok_r (char *s, const char *tokens, char **lasts) |
| char * | getProcessorName () |
| char * | getOSName () |
| char * | getenv (const char *str) |
| int | getErrno () |
| int | mkdir (const char *name) |
| int | rmdir (const char *name) |
| int | rename (const char *src, const char *dst) |
| int | remove (const char *name) |
| bool | isDirectory (const char *name) |
| const char * | getMyHostName () |
| char * | strtok_r (char *s, const char *tokens, char **lasts) |
| char * | getProcessorName () |
| char * | getOSName () |
| int | getErrno () |
| char * | getenv (const char *str) |
| int | system (const char *fmt,...) |
| int | sprintf (char *buffer, const char *format,...) |
| char | setValue (char *key, char *subKey, char *value) |
| char * | getValue (char *key, char *subkey) |
| char * | strdup (const char *orig) |
| void | free (void *p) |
| void * | malloc (size_t size) |
| int | stat (const char *name, stat_t *stat) |
| int | mkdir (const char *name) |
| int | rmdir (const char *name) |
| int | chdir (const char *name) |
| int | rename (const char *src, const char *dst) |
| int | remove (const char *name) |
| bool | isDirectory (const char *name) |
| const char * | getMyHostName () |
| const char * | getMyHostIPAddr () |
| char * | strtok_r (char *s, const char *tokens, char **lasts) |
| char * | getProcessorName () |
| char * | getOSName () |
| const char * | getUserName () |
| int | getErrno () |
| char * | getenv (const char *str) |
| int | system (const char *fmt,...) |
| int | access (const char *path, int mode) |
| float | getTimeMilliseconds () |
| char | setValue (char *key, char *subKey, char *value) |
| char * | getValue (char *key, char *subkey) |
| char * | strdup (const char *str) |
| void | free (void *p) |
| void * | malloc (size_t size) |
| void * | memcpy (void *d, const void *s, int len) |
Static Public Attributes | |
| const char | DirectorySeparator = '/' |
| const char * | TemporaryDirectory = "C:\\Temp" |
| const char * | LineSeparator = "\r\n" |
| const char * | TemporaryDirectory |
| const char * | LineSeparator |
|
||||||||||||
|
Definition at line 405 of file WinNT/OS.cpp. |
|
|
Definition at line 104 of file WinNT/OS.cpp. References FALSE. |
|
|
|
|
|
Definition at line 358 of file WinCE/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 106 of file Solaris/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 112 of file Solaris/OS.cpp. |
|
|
Definition at line 47 of file WinNT/OS.cpp. References strdup(). |
|
|
|
|
|
|
|
|
Definition at line 21 of file Solaris/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 97 of file Solaris/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 88 of file Solaris/OS.cpp. |
|
|
|
|
|
Definition at line 171 of file WinNT/OS.cpp. References FALSE, and PosixOS::strlen(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 335 of file WinCE/OS.cpp. References strdup(). |
|
|
|
|
|
|
|
|
Definition at line 71 of file Solaris/OS.cpp. References stat(). |
|
|
|
|
|
Definition at line 363 of file WinCE/OS.cpp. |
|
||||||||||||||||
|
Definition at line 400 of file WinNT/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 42 of file Solaris/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 65 of file Solaris/OS.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 59 of file Solaris/OS.cpp. |
|
|
|
|
|
|
|
|
Definition at line 53 of file Solaris/OS.cpp. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 310 of file WinCE/OS.cpp. References PosixOS::strlen(). |
|
||||||||||||||||
|
Reimplemented from PosixOS. Definition at line 244 of file WinCE/OS.cpp. References PosixOS::strcat(), and PosixOS::strlen(). |
|
||||||||||||
|
Definition at line 89 of file WinNT/OS.cpp. References FALSE, stat(), and stat_t. Referenced by isDirectory(), and stat(). |
|
|
|
|
|
Definition at line 46 of file WinCE/OS.cpp. References PosixOS::strcpy(), and PosixOS::strlen(). Referenced by getMyHostIPAddr(), and getValue(). |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 36 of file Solaris/OS.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 225 of file WinCE/OS.cpp. |
|
|
Definition at line 23 of file WinNT/OS.h. Referenced by Library::getNativeLibName(). |
|
|
Definition at line 25 of file WinNT/OS.h. |
|
|
Definition at line 13 of file WinNT/OS.cpp. |
|
|
Definition at line 24 of file WinNT/OS.h. |
|
|
Definition at line 12 of file WinNT/OS.cpp. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001