library_plugins::virtual_library Class Reference

#include <virtual_library.h>

List of all members.

Public Member Functions

virtual ~virtual_library ()
 we define a virtual destructor.
virtual virtual_librarycreate_instance (vl_data_pack &parameters)=0
 this is a factory method that is required by all virtual libraries.


Detailed Description

Definition at line 34 of file virtual_library.h.


Constructor & Destructor Documentation

library_plugins::virtual_library::~virtual_library (  )  [virtual]

we define a virtual destructor.

Definition at line 24 of file virtual_library.cpp.


Member Function Documentation

virtual virtual_library* library_plugins::virtual_library::create_instance ( vl_data_pack parameters  )  [pure virtual]

this is a factory method that is required by all virtual libraries.

when the virtual_library is loaded, this function will be sought and called. the implementation must construct a new instance of the most derived type of virtual_library that it knows about. the library's implementation should ensure that the "parameters" are of the expected type. any failure should cause NIL to be returned.


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 04:31:06 2008 for HOOPLE Libraries by  doxygen 1.5.1