Base class for vsl_binary_loader objects. More...
#include <vsl_binary_loader_base.h>

Public Member Functions | |
| vsl_binary_loader_base ()=default | |
| Dflt ctor. More... | |
| virtual | ~vsl_binary_loader_base ()=default |
| Destructor. More... | |
Protected Member Functions | |
| void | register_this () |
| Register this, so it can be deleted by vsl_delete_all_loaders();. More... | |
Base class for vsl_binary_loader objects.
Available to keep a record of all the loaders, so that they can be deleted to avoid memory leaks. See also vsl_delete_all_loaders().
Definition at line 11 of file vsl_binary_loader_base.h.
|
default |
Dflt ctor.
|
virtualdefault |
Destructor.
|
protected |
Register this, so it can be deleted by vsl_delete_all_loaders();.
Definition at line 37 of file vsl_binary_loader_base.cxx.
1.8.15