7#ifndef BALL_NMR_SHIFTMODEL_H
8#define BALL_NMR_SHIFTMODEL_H
10#ifndef BALL_NMR_SHIFTMODULE_H
14#ifndef BALL_DATATYPE_OPTIONS_H
18#ifndef BALL_FORMAT_PARAMETERS_H
ShiftModule * createModule_(const String &type, const String &name) const
std::list< ShiftModule * > ModuleList
bool isRegistered(const String &name) const
StringHashMap< CreateMethod > CreateMethodMap
static const char * MODULE_LIST_SECTION
void registerStandardModules_()
ModuleList & getModuleList()
void setFilename(const String &filename)
Parameters & getParameters()
void registerModule(const String &name, CreateMethod method)
void unregisterModule(const String &name)
CreateMethodMap registered_modules_
const String & getFilename() const
#define BALL_CREATE(name)