Pothos
0.4.1-gb758ed46
The Pothos dataflow programming software suite
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
Pothos
Framework
BufferPool.hpp
Go to the documentation of this file.
1
11
#pragma once
12
#include <
Pothos/Config.hpp
>
13
#include <
Pothos/Framework/BufferChunk.hpp
>
14
#include <vector>
15
16
namespace
Pothos
{
17
24
class
POTHOS_API
BufferPool
25
{
26
public
:
27
29
BufferPool
(
void
);
30
34
void
clear(
void
);
35
41
const
Pothos::BufferChunk
&
get
(
const
size_t
numBytes);
42
43
private
:
44
size_t
_minBuffSize;
45
std::vector<Pothos::BufferChunk> _buffs;
46
};
47
48
}
//namespace Pothos
BufferChunk.hpp
POTHOS_API
#define POTHOS_API
Definition:
Config.hpp:41
Config.hpp
Pothos
Definition:
Testing.hpp:134
Pothos::BufferPool
Definition:
BufferPool.hpp:24
Pothos::BufferChunk
Definition:
BufferChunk.hpp:30
Generated on Mon Sep 26 2016 11:15:41 for Pothos by
1.8.11