36 #ifndef _PRGBIND_NORMALIZE_PROGRAM_HPP_INCLUDED
37 #define _PRGBIND_NORMALIZE_PROGRAM_HPP_INCLUDED
59 virtual bool is_mine(
const std::string& filename)
const;
virtual void loadProgram(ProgramLibrary &library, db::Database *transactionDB, const std::string &filename)
Implementation of Program::loadProgram( ProgramLibrary&, db::Database*, const std::string&);.
Interface for programs of a program library.
Definition: program.hpp:54
Definition: program.hpp:61
virtual bool is_mine(const std::string &filename) const
Implementation of Program::is_mine( const std::string&) const;.
Interface for programs loaded by the processor provider.
Program library interface.
NormalizeProgram()
Default constructor.
Definition: normalizeProgram.hpp:52
Class representing the program library with all programs loaded.
Definition: programLibrary.hpp:59
virtual ~NormalizeProgram()
Destructor.
Definition: normalizeProgram.hpp:56
Program type for normalizer functions (.wnmp files) used for atomic types in form data description la...
Definition: normalizeProgram.hpp:47
Base class for database interface. All databases should provide this interface.
Definition: database.hpp:50