Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
OpenSkyNet::Utils::SyncEvent Class Reference

#include <UThread.h>

Public Member Functions

 SyncEvent () throw ()
 
 ~SyncEvent () throw ()
 
void set () throw ()
 
void wait () throw ()
 

Constructor & Destructor Documentation

OpenSkyNet::Utils::SyncEvent::SyncEvent ( )
throw (
)
inline
OpenSkyNet::Utils::SyncEvent::~SyncEvent ( )
throw (
)
inline

Member Function Documentation

void OpenSkyNet::Utils::SyncEvent::set ( )
throw (
)
inline

Mimic Windows' SetEvent(). Per MSDN, "Setting an event that is already set has no effect."

void OpenSkyNet::Utils::SyncEvent::wait ( )
throw (
)
inline

The documentation for this class was generated from the following file: