#include <vsl_binary_loader_base.h>
Inheritance diagram for vsl_binary_loader_base:

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.
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();. | |
| vsl_binary_loader_base::vsl_binary_loader_base | ( | ) | [inline] |
| virtual vsl_binary_loader_base::~vsl_binary_loader_base | ( | ) | [inline, virtual] |
| 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.5.1