Public Member Functions | Protected Member Functions
vsl_binary_loader_base Class Reference

Base class for vsl_binary_loader objects. More...

#include <vsl_binary_loader_base.h>

Inheritance diagram for vsl_binary_loader_base:
Inheritance graph
[legend]

List of all members.

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();.

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: