diff -r 003cc3c63855 -r f49e5a6b7804 doc/doxygen/html/classccritical__section.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/classccritical__section.html Fri Jun 08 09:23:56 2007 +0200 @@ -0,0 +1,164 @@ + +
+Public Member Functions | |
ccritical_section () | |
~ccritical_section () | |
void | enter () |
void | leave () |
Private Attributes | |
CRITICAL_SECTION | m_cs |
+ +
+Definition at line 38 of file timers_win32.cpp.
ccritical_section::ccritical_section | +( | ++ | ) | + [inline] |
+
ccritical_section::~ccritical_section | +( | ++ | ) | + [inline] |
+
+
void ccritical_section::enter | +( | ++ | ) | + [inline] |
+
+ +
+Definition at line 49 of file timers_win32.cpp. +
+References m_cs. +
+Referenced by EnterMutex(). +
void ccritical_section::leave | +( | ++ | ) | + [inline] |
+
+ +
+Definition at line 53 of file timers_win32.cpp. +
+References m_cs. +
+Referenced by LeaveMutex(). +
+
CRITICAL_SECTION ccritical_section::m_cs [private] |
+
+ +
+Definition at line 58 of file timers_win32.cpp. +
+Referenced by ccritical_section(), enter(), leave(), and ~ccritical_section(). +
+