#include <map>
#include <sstream>
#include <iostream>
#include "types.h"
#include "essentia.h"
#include "parameter.h"
#include "algorithm.h"
#include "streaming/streamingalgorithm.h"
#include "algorithmfactory_impl.h"
Go to the source code of this file.
|
| #define | CREATE static BaseAlgorithm* create(const std::string& id |
| |
| #define | CBEG ) { return instance().create_i(id |
| |
| #define | P(n) , const std::string& name##n, const Parameter& value##n |
| |
| #define | AP(n) , name##n, value##n |
| |
| #define | CEND ); } |
| |
| #define | CREATEI BaseAlgorithm* create_i(const std::string& id |
| |
| #define | CENDI ) const; |
| |
◆ AP
| #define AP |
( |
|
n | ) |
, name##n, value##n |
◆ CBEG
| #define CBEG ) { return instance().create_i(id |
◆ CEND
◆ CENDI
◆ CREATE
| #define CREATE static BaseAlgorithm* create(const std::string& id |
◆ CREATEI
| #define CREATEI BaseAlgorithm* create_i(const std::string& id |
| #define P |
( |
|
n | ) |
, const std::string& name##n, const Parameter& value##n |