votca 2024-dev
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
objectfactory.h File Reference
#include <map>
#include <memory>
#include <stdexcept>
#include <utility>
#include <vector>
#include <boost/lexical_cast.hpp>
Include dependency graph for objectfactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  votca::tools::ObjectFactory< key_t, T, args_t >
 template class for object factory More...
 

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 

Functions

template<class parent , class T , typename... args_t>
std::unique_ptr< parent > votca::tools::create_policy_new (args_t &&...args)