Content is pointer to a factory, a pointer to the actual Accessor (if already made) and the open-close-counter. More...
#include <CAccessorAdmin.h>
Public Attributes | |
CAccessor * | mAccessor |
Contains a pointer to the accessor, if already opened. | |
CAccessorFactory * | mFactory |
The factory to make an accessor, if this is needed. | |
int | mOpenCloseCounter |
Counts how often the accessor has been opened or closed. |
Content is pointer to a factory, a pointer to the actual Accessor (if already made) and the open-close-counter.