BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt_readerwriterlockassert.h File Reference
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bsls_assert.h>
#include <bsl_string.h>

Go to the source code of this file.

Classes

struct  bslmt::ReaderWriterLockAssert_Imp
 

Macros

#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED(rwLock_p)   ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_SAFE(rwLock_p)   ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_OPT(rwLock_p)   ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_READ(rwLock_p)   ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_READ_SAFE(rwLock_p)    ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_READ_OPT(rwLock_p)    ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_WRITE(rwLock_p)   ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_WRITE_SAFE(rwLock_p)    ((void) 0)
 
#define BSLMT_READERWRITERLOCKASSERT_IS_LOCKED_WRITE_OPT(rwLock_p)    ((void) 0)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.