MFC Grid manual

RecursionProtector.h File Reference

#include <Dapfor/Common/Common.h>
#include <Dapfor/Common/Types.h>

Namespaces

namespace  Dapfor
namespace  Dapfor::Common

Classes

class  CRecursionProtector
 The class is destined to detect a function recursive call. More...
struct  CRecursionProtector::CRecursionException
 Exception is raised when recursion is detected. More...
class  CRecursionChecker
 Helper, that automatically calls CRecursionProtector::Enter() in its constructor and in the destructor it calls CRecursionProtector::Leave(). More...

Detailed Description