Essentia  2.1-beta6-dev
poolstorage.h File Reference
#include "../streamingalgorithm.h"
#include "../../pool.h"

Go to the source code of this file.

Classes

class  PoolStorageBase
 
class  PoolStorage< TokenType, StorageType >
 
class  PoolConnector
 

Namespaces

 essentia
 
 essentia::streaming
 

Macros

#define PC   essentia::streaming::PoolConnector
 

Functions

void connect (SourceBase &source, Pool &pool, const std::string &descriptorName)
 
void operator>> (SourceBase &source, const PoolConnector &pc)
 
void connectSingleValue (SourceBase &source, Pool &pool, const std::string &descriptorName)
 
void disconnect (SourceBase &source, Pool &pool, const std::string &descriptorName)
 

Macro Definition Documentation

◆ PC