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
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::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 Aug 2 2016 14:49:03 for Pothos by
1.8.6