#include <flow/util/util.hpp>
#include "ipc/detail/common.hpp"
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/filesystem.hpp>
Go to the source code of this file.
|  | 
| namespace | ipc | 
|  | Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes. 
 | 
|  | 
| namespace | ipc::bipc | 
|  | Short-hand for boost.interprocess namespace. 
 | 
|  | 
| namespace | ipc::fs | 
|  | Short-hand for filesystemnamespace.
 | 
|  | 
|  | 
| using | ipc::Error_code = flow::Error_code | 
|  | Short-hand for flow::Error_codewhich is very common.  More...
 | 
|  | 
| template<typename Signature > | 
| using | ipc::Function = flow::Function< Signature > | 
|  | Short-hand for polymorphic functor holder which is very common. This is essentially std::function.  More...
 | 
|  |