File SparrowModule.h

Copyright

This code is licensed under the 3-clause BSD license.

Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.

See LICENSE.txt for details.

namespace Scine
namespace Sparrow

Functions

std::vector<std::shared_ptr<Core::Module>> moduleFactory()
class SparrowModule : public Module
#include <SparrowModule.h>

The SCINE Module implementation for Sparrow.

Public Functions

std::string name() const
boost::any get(const std::string &interface, const std::string &model) const
bool has(const std::string &interface, const std::string &model) const
std::vector<std::string> announceInterfaces() const
std::vector<std::string> announceModels(const std::string &interface) const

Public Static Functions

static std::shared_ptr<Module> make()