contrib/mul/mipa/mipa_add_all_loaders.h
Go to the documentation of this file.
00001 #ifndef mipa_add_all_loaders_h_
00002 #define mipa_add_all_loaders_h_
00003 //:
00004 // \file
00005 
00006 //: Add all binary loaders and factory objects available in mipa
00007 //  Necessary for binary loading of derived classes by
00008 //  base class pointer.  One instance of each possible
00009 //  derived class must be added to the binary loader.
00010 void mipa_add_all_loaders();
00011 
00012 #endif // mipa_add_all_loaders_h_