Pothos
0.4.0-gd11861cd
The Pothos dataflow programming software suite
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
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::BufferPool
Definition:
BufferPool.hpp:24
Pothos::BufferChunk
Definition:
BufferChunk.hpp:30
Generated on Tue Aug 2 2016 14:49:03 for Pothos by
1.8.6