|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <module.H>

Public Member Functions | |
| Module (const std::string &mname, const ModuleDefs &defs) | |
| const std::string & | name () const |
| const ModuleDefs & | definitions () const |
| void | show (std::ostream &out) const |
Private Attributes | |
| std::string | mname |
| ModuleDefs | defs |
| hobbes::Module::Module | ( | const std::string & | mname, |
| const ModuleDefs & | defs | ||
| ) |
| const ModuleDefs & hobbes::Module::definitions | ( | ) | const |
| const std::string & hobbes::Module::name | ( | ) | const |
| void hobbes::Module::show | ( | std::ostream & | out | ) | const |
|
private |
|
private |
1.8.13