#include <Synchronized.hpp>
Public Methods | |
| Guard ( GuardCref ) | |
| Default constructor. | |
| ~Guard ( void ) | |
| Destructor. | |
| void | release ( void ) |
| Releases before destruction. | |
Protected Methods | |
| Guard ( SynchronizedPtr ) | |
| Called by Synchronized object. | |
| Guard ( void ) | |
| Default constructor never called. | |
| GuardRef | operator= ( GuardCref ) |
| Assignment operator never called. | |
Friends | |
| class | Synchronized |