interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

/home/tetron/hack/vos/libs/vos/vutil/vutildefs.hh File Reference

Go to the source code of this file.

Defines


Define Documentation

#define SINGLETON ( TYPE,
VAR   ) 

Value:

TYPE& VAR() { \
    static TYPE* s = new TYPE(); \
    return *s; \
}

Definition at line 28 of file vutildefs.hh.

#define VUTIL_API

Definition at line 23 of file vutildefs.hh.