Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: osl ::

template< typename T >

class ResettableGuard


Base Classes
ClearableGuard< T > (public)
  |  
  +--ResettableGuard
Known Derived Classes
None.

virtual abstract interface template
NO NO NO YES
Summary
A helper class for mutex objects and interfaces.
File
mutex.hxx

Public Members

Methods


ResettableGuard( T * pT_ );
Acquires the object specified as parameter.

ResettableGuard( T & rT );
Acquires the object specified as parameter.
void
reset( );
Re-aquires the mutex or interface.

Protected Members

Data

T * pResetT;

Private Members

Methods


ResettableGuard( ResettableGuard & );
void
operator=( ResettableGuard & );

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.