Essentia
2.1-beta6-dev
|
#include "config.h"
#include "types.h"
#include "essentiautil.h"
#include "stringutil.h"
#include "streamutil.h"
Go to the source code of this file.
Classes | |
class | TypeMap |
Namespaces | |
essentia | |
essentia::standard | |
essentia::streaming | |
Macros | |
#define | registerEssentiaType(type) TypeMap::_typeMap->insert(typeid(type).name(), #type) |
Functions | |
void | init () |
bool | isInitialized () |
void | shutdown () |
void ESSENTIA_API | registerAlgorithm () |
void ESSENTIA_API | registerAlgorithm () |
Variables | |
const char * | version |
const char * | version_git_sha |
#define registerEssentiaType | ( | type | ) | TypeMap::_typeMap->insert(typeid(type).name(), #type) |