Program type for a data definition language (DDL) for forms. More...
#include <ddlProgram.hpp>
Public Member Functions | |
DDLProgram (const langbind::DDLCompilerR &constructor_) | |
Constructor. More... | |
virtual | ~DDLProgram () |
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... | |
Public Member Functions inherited from _Wolframe::prgbind::Program | |
Program (Category category_) | |
virtual | ~Program () |
Category | category () const |
Private Attributes | |
langbind::DDLCompilerR | m_constructor |
Additional Inherited Members | |
Public Types inherited from _Wolframe::prgbind::Program | |
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 a data definition language (DDL) for forms.
|
inline |
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.
|
private |
Copyright © 2014 - Project Wolframe - All Rights Reserved