libcosmos
Linux C++ System Programming Library
|
Pure virtual base class for the library init system. More...
#include <Initable.hxx>
Protected Member Functions | |
Initable (const InitPrio prio) | |
virtual void | libInit ()=0 |
virtual void | libExit ()=0 |
bool | libInitialized () const |
Friends | |
struct | InitData |
Pure virtual base class for the library init system.
Each library facility in need of library pre-initialization can inherit from this base class and instantiate a globally statically initialized object from it.
It will automatically register at the library's init system and the init system will call libInit() and libExit() at the appropriate times.
Definition at line 28 of file Initable.hxx.
|
inlineexplicitprotected |
Definition at line 33 of file Initable.hxx.
|
inlineprotected |
Definition at line 42 of file Initable.hxx.
|
friend |
Definition at line 29 of file Initable.hxx.