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

Public Member Functions | |
| vsl_binary_loader_base () | |
| Dflt ctor. | |
| virtual | ~vsl_binary_loader_base () |
| Destructor. | |
Protected Member Functions | |
| void | register_this () |
| Register this, so it can be deleted by vsl_delete_all_loaders();. | |
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 14 of file vsl_binary_loader_base.h.
| vsl_binary_loader_base::vsl_binary_loader_base | ( | ) | [inline] |
Dflt ctor.
Definition at line 18 of file vsl_binary_loader_base.h.
| virtual vsl_binary_loader_base::~vsl_binary_loader_base | ( | ) | [inline, virtual] |
Destructor.
Definition at line 21 of file vsl_binary_loader_base.h.
| void vsl_binary_loader_base::register_this | ( | ) | [protected] |
Register this, so it can be deleted by vsl_delete_all_loaders();.
Definition at line 38 of file vsl_binary_loader_base.cxx.
1.7.5.1