#include <LinAlg.h>
Collaboration diagram for linalg::RWWatchDog:
Public Member Functions | |
bool | q_engaged (void) const |
bool | q_shared (void) const |
bool | q_exclusive (void) const |
void | get_exclusive (void) |
void | release_exclusive (void) |
void | get_shared (void) |
void | release_shared (void) |
RWWatchDog (void) | |
~RWWatchDog (void) | |
Private Member Functions | |
RWWatchDog (const RWWatchDog &) | |
void | operator= (const RWWatchDog &) |
volatile void | access_violation (const char reason[]) |
Private Attributes | |
int | ref_count |
Friends | |
ostream & | operator<< (ostream &os, const RWWatchDog &wd) |
|
|
|
|
|
|
|
Definition at line 597 of file matrix1.cpp. References linalg::_error(). |
Here is the call graph for this function:
|
|
|
Definition at line 367 of file LinAlg.h. Referenced by linalg::Matrix::ConstReference::ConstReference(). |
|
|
|
Definition at line 357 of file LinAlg.h. Referenced by linalg::operator<<(). |
|
Definition at line 359 of file LinAlg.h. Referenced by linalg::operator<<(). |
|
|
|
|
|
Definition at line 369 of file LinAlg.h. Referenced by linalg::Matrix::ConstReference::~ConstReference(). |
|
Definition at line 587 of file matrix1.cpp. |
|
Definition at line 349 of file LinAlg.h. Referenced by linalg::operator<<(). |