contrib/mul/vimt/vimt_add_all_binary_loaders.h
Go to the documentation of this file.
00001 #ifndef vimt_add_all_binary_loaders_h_
00002 #define vimt_add_all_binary_loaders_h_
00003 //:
00004 // \file
00005 
00006 //: Add all available derived classes to binary loaders
00007 //  Allows loading objects by base class pointer
00008 void vimt_add_all_binary_loaders();
00009 
00010 #endif