This file implements generic platform specific methods. More...
#include "Alvar.h"
#include "Lock.h"
#include "Mutex.h"
#include "Threads.h"
#include "Timer.h"
#include "Uncopyable.h"
Go to the source code of this file.
Namespaces | |
namespace | alvar |
Main ALVAR namespace. | |
Functions | |
void ALVAR_EXPORT | alvar::errorAtLine (int status, int error, const char *filename, unsigned int line, const char *format,...) |
Error reporting function inspired by error_at_line() on Linux. | |
void ALVAR_EXPORT | alvar::sleep (unsigned long milliseconds) |
Sleep for a specified amount of milliseconds. |
This file implements generic platform specific methods.
Definition in file Platform.h.