|
LLVM
4.0.0
|
Convenience class for grouping RPC Functions into APIs that can be negotiated as a block. More...
#include <RPCUtils.h>
Classes | |
| class | Contains |
| Test whether this API contains Function F. More... | |
Static Public Member Functions | |
| template<typename RPCEndpoint > | |
| static Error | negotiate (RPCEndpoint &R) |
| Negotiate all functions in this API. More... | |
Convenience class for grouping RPC Functions into APIs that can be negotiated as a block.
Definition at line 1387 of file RPCUtils.h.
|
inlinestatic |
Negotiate all functions in this API.
Definition at line 1399 of file RPCUtils.h.
References llvm::Error::success().
Referenced by llvm::orc::rpc::APICalls< Func, Funcs...>::negotiate(), and llvm::orc::rpc::APICalls< APICalls< InnerFuncs...>, Funcs...>::negotiate().
1.8.6