Program type for normalizer functions (.wnmp files) used for atomic types in form data description languages. More...
#include <normalizeProgram.hpp>
Public Member Functions | |
NormalizeProgram () | |
Default constructor. More... | |
virtual | ~NormalizeProgram () |
Destructor. More... | |
virtual bool | is_mine (const std::string &filename) const |
Implementation of Program::is_mine( const std::string&) const;. More... | |
virtual void | loadProgram (ProgramLibrary &library, db::Database *transactionDB, const std::string &filename) |
Implementation of Program::loadProgram( ProgramLibrary&, db::Database*, const std::string&);. More... | |
![]() | |
Program (Category category_) | |
virtual | ~Program () |
Category | category () const |
Additional Inherited Members | |
![]() | |
enum | Category { Core =10, FormType =20, Form =30, Function =40, SuperFunction =50 } |
Category of the program. Determines ascending load order (dependencies) More... | |
Program type for normalizer functions (.wnmp files) used for atomic types in form data description languages.
|
inline |
Default constructor.
|
inlinevirtual |
Destructor.
|
virtual |
Implementation of Program::is_mine( const std::string&) const;.
Implements _Wolframe::prgbind::Program.
|
virtual |
Implementation of Program::loadProgram( ProgramLibrary&, db::Database*, const std::string&);.
Implements _Wolframe::prgbind::Program.
Copyright © 2014 - Project Wolframe - All Rights Reserved