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 | |
| 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.  More... | |
| void ALVAR_EXPORT | alvar::sleep (unsigned long milliseconds) | 
| Sleep for a specified amount of milliseconds.  More... | |
This file implements generic platform specific methods.
Definition in file Platform.h.