VCF::OSXSystemToolkit Class Reference
#include <OSXSystemToolkit.h>
Inheritance diagram for VCF::OSXSystemToolkit:

Public Member Functions | |
| OSXSystemToolkit () | |
| virtual | ~OSXSystemToolkit () |
| virtual ProcessPeer * | internal_createProcessPeer (Process *process) |
| creates a new ProcessPeer instance. | |
| virtual ProcessIORedirectionPeer * | internal_createProcessIORedirectionPeer (ProcessWithRedirectedIO *process) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual ThreadPeer * | internal_createThreadPeer (Thread *thread, bool mainThread) |
| creates a new ThreadPeer instance. | |
| virtual RunLoopPeer * | internal_createRunLoopPeer (RunLoop *runLoop) |
| virtual ThreadManagerPeer * | internal_createThreadManagerPeer () |
| virtual SystemPeer * | internal_createSystemPeer () |
| creates a new system peer A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual SemaphorePeer * | internal_createSemaphorePeer (int32 initialCount, int32 maxCount) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual RegistryPeer * | internal_createRegistryPeer (Registry *registry) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual MutexPeer * | internal_createMutexPeer (Mutex *mutex) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual ConditionPeer * | internal_createConditionPeer (Condition *condition) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual LibraryPeer * | internal_createLibraryPeer (Library *library) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual FilePeer * | internal_createFilePeer (File *file) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual FileStreamPeer * | internal_createFileStreamPeer (const String &filename, const FileStreamAccessType &accessType) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual FileStreamPeer * | internal_createFileStreamPeer (File *file) |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual LocalePeer * | internal_createLocalePeer () |
| A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. | |
| virtual ResourceBundlePeer * | internal_createResourceBundlePeer () |
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
||||||||||||
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
creates a new ProcessPeer instance. A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. Implements VCF::SystemToolkit. |
|
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
Implements VCF::SystemToolkit. |
|
|
Implements VCF::SystemToolkit. |
|
||||||||||||
|
A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
creates a new system peer A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method.
Implements VCF::SystemToolkit. |
|
|
Implements VCF::SystemToolkit. |
|
||||||||||||
|
creates a new ThreadPeer instance. A port of the FoundationKit to a new platform requires a new class that derives from the SystemToolkit and implements this method. Implements VCF::SystemToolkit. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXSystemToolkit.h
