#include <sync_w32.h>
Public Member Functions | |
| bool | watch () |
| void | close () |
| bool | open (char const *name) |
| bool | create (char const *name) |
| bool | watch () |
| void | close () |
| bool | create (char const *name) |
| bool | open (char const *name) |
Public Attributes | |
| int | id |
| HANDLE | mutex |
Private Member Functions | |
| bool | open (char const *name, int flags) |
| bool open | ( | char const * | name, | |
| int | flags | |||
| ) | [private] |
| bool watch | ( | ) |
| void close | ( | ) |
| bool open | ( | char const * | name | ) |
| bool create | ( | char const * | name | ) |
| bool watch | ( | ) | [inline] |
| void close | ( | ) | [inline] |
| bool create | ( | char const * | name | ) | [inline] |
| bool open | ( | char const * | name | ) | [inline] |
| int id |
| HANDLE mutex |