Public Member Functions |
Static Public Member Functions |
Static Private Attributes |
List of all members
ACLChecklist::NullState Class Reference
#include <Checklist.h>
Inheritance diagram for ACLChecklist::NullState:
Collaboration diagram for ACLChecklist::NullState:
Public Member Functions | |
void | checkForAsync (ACLChecklist *) const override |
~NullState () override | |
Static Public Member Functions | |
static NullState * | Instance () |
Static Private Attributes | |
static NullState | _instance |
Detailed Description
Definition at line 54 of file Checklist.h.
Constructor & Destructor Documentation
◆ ~NullState()
|
inlineoverride |
Definition at line 60 of file Checklist.h.
Member Function Documentation
◆ checkForAsync()
|
overridevirtual |
Implements ACLChecklist::AsyncState.
Definition at line 206 of file Checklist.cc.
References assert.
◆ Instance()
|
static |
Definition at line 200 of file Checklist.cc.
References _instance.
Referenced by ACLChecklist::changeState(), and ACLChecklist::resumeNonBlockingCheck().
Member Data Documentation
◆ _instance
|
staticprivate |
Definition at line 63 of file Checklist.h.
Referenced by Instance().
The documentation for this class was generated from the following files:
- src/acl/Checklist.h
- src/acl/Checklist.cc