Lumiera
0.pre.03
»edit your freedom«
|
#include "steam/engine/feed-manifold-obsolete.hpp"
Obsolete, to be rewritten /////TICKET #826.
Tables of buffer handles and corresponding dereferenced buffer pointers. Used within the invocation of a processing node to calculate data. The tables are further differentiated into input data buffers and output data buffers. The tables are supposed to be implemented as bare "C" arrays, thus the array of real buffer pointers can be fed directly to the processing function of the respective node.
Tables of buffer handles and corresponding dereferenced buffer pointers. Used within the invocation of a processing node to calculate data. The tables are further differentiated into input data buffers and output data buffers. The tables are supposed to be implemented as bare "C" arrays, thus the array of real buffer pointers can be fed directly to the processing function of the respective node.
Definition at line 60 of file feed-manifold-obsolete.hpp.
Public Types | |
enum | { STORAGE_SIZ = N } |
using | BuffS = lib::UninitialisedStorage< BuffHandle, N > |
typedef pair< PHa const, PBu const > | Chunk |
typedef BuffHandle::PBuff * | PBu |
typedef BuffHandle * | PHa |
Public Attributes | |
BuffS | inBuff |
PBu | inBuff |
PHa | inHandle |
BuffS | outBuff |
PBu | outBuff |
PHa | outHandle |
Additional Inherited Members | |
Protected Member Functions inherited from NonCopyable | |
NonCopyable (NonCopyable const &)=delete | |
NonCopyable & | operator= (NonCopyable const &)=delete |