Vault  4.1
Classes
vthread.h File Reference
#include "vthread_platform.h"
#include "vstring.h"
#include "vmutex.h"
#include "vlogger.h"

Go to the source code of this file.

Classes

class  VThread
 VThread is class that provides an easy way to create a thread of execution. More...
class  VMainThread
 The VMainThread is a special case that is intended to be declared and called by the application's main function as follows: int main(int argc, char** argv) { VMainThread mainThread; return mainThread.execute(argc, argv); } This allows Vault to have a VThread object to represent the main thread, even though it is not a VThread-launched thread. More...
class  VForeignThread
 VForeignThread is a special case that is intended to be declared on the stack in a callback or similar function that is called by a foreign (non-VThread) source such as the Windows Service Control Manager. More...

Detailed Description

Definition in file vthread.h.


Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.