Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

SvmProblemRepository.h

Go to the documentation of this file.
00001 #ifndef Impala_Persistency_SvmProblemRepository_h
00002 #define Impala_Persistency_SvmProblemRepository_h
00003 
00004 #include "Persistency/RepositoryDispatcher.h"
00005 #include "Persistency/SvmProblemRepositoryInFile.h"
00006 
00007 
00008 namespace Impala
00009 {
00010 namespace Persistency
00011 {
00012 
00013 
00014 class SvmProblemRepository
00015     : public RepositoryDispatcher<ModelLocator,
00016                                   svm_problem,
00017                                   SvmProblemRepositoryInFile,
00018                                   RepositoryNotImplemented<svm_problem> >
00019 {
00020 public:
00021 
00022 private:
00023 
00024     ILOG_VAR_DEC;
00025 
00026 };
00027 
00028 ILOG_VAR_INIT(SvmProblemRepository, Impala.Persistency);
00029 
00030 } // namespace Persistency
00031 } // namespace Impala
00032 
00033 #endif

Generated on Thu Jan 13 09:05:12 2011 for ImpalaSrc by  doxygen 1.5.1