Pothos
0.2.1-g9f04573d
The Pothos dataflow programming software suite
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
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 Wed Aug 26 2015 16:53:35 for Pothos by
1.8.6