|
Windows C++ Library
|
#include <AutoBool.hpp>
Public Member Functions | |
| CAutoBool (bool *pBool) | |
| ~CAutoBool () | |
Protected Attributes | |
| bool * | m_pBool |
| bool | m_bInitVal |
| CAutoBool::CAutoBool | ( | bool * | pBool | ) | [inline] |
| CAutoBool::~CAutoBool | ( | ) | [inline] |
bool* CAutoBool::m_pBool [protected] |
bool CAutoBool::m_bInitVal [protected] |
1.7.6.1