Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
include
Pothos
Proxy
Containers.hpp
Go to the documentation of this file.
1
11
#pragma once
12
#include <
Pothos/Proxy.hpp
>
13
#include <vector>
14
#include <set>
15
#include <map>
16
17
namespace
Pothos
{
18
19
typedef
std::vector<Proxy>
ProxyVector
;
20
21
typedef
std::set<Proxy>
ProxySet
;
22
23
typedef
std::map<Proxy, Proxy>
ProxyMap
;
24
25
}
// namespace Pothos
Proxy.hpp
Pothos
Definition:
ArchiveEntry.hpp:20
Pothos::ProxySet
std::set< Proxy > ProxySet
Definition:
Containers.hpp:21
Pothos::ProxyMap
std::map< Proxy, Proxy > ProxyMap
Definition:
Containers.hpp:23
Pothos::ProxyVector
std::vector< Proxy > ProxyVector
Definition:
Containers.hpp:19
Generated on Tue Apr 10 2018 20:23:42 for Pothos by
1.8.13