LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::orc::rpc::SequenceSerialization< ChannelT, ArgT, ArgTs...> Class Template Reference

#include <RPCSerialization.h>

Static Public Member Functions

template<typename CArgT , typename... CArgTs>
static Error serialize (ChannelT &C, const CArgT &CArg, const CArgTs &...CArgs)
 
template<typename CArgT , typename... CArgTs>
static Error deserialize (ChannelT &C, CArgT &CArg, CArgTs &...CArgs)
 

Detailed Description

template<typename ChannelT, typename ArgT, typename... ArgTs>
class llvm::orc::rpc::SequenceSerialization< ChannelT, ArgT, ArgTs...>

Definition at line 257 of file RPCSerialization.h.

Member Function Documentation

template<typename ChannelT , typename ArgT , typename... ArgTs>
template<typename CArgT , typename... CArgTs>
static Error llvm::orc::rpc::SequenceSerialization< ChannelT, ArgT, ArgTs...>::deserialize ( ChannelT &  C,
CArgT &  CArg,
CArgTs &...  CArgs 
)
inlinestatic

Definition at line 272 of file RPCSerialization.h.

template<typename ChannelT , typename ArgT , typename... ArgTs>
template<typename CArgT , typename... CArgTs>
static Error llvm::orc::rpc::SequenceSerialization< ChannelT, ArgT, ArgTs...>::serialize ( ChannelT &  C,
const CArgT &  CArg,
const CArgTs &...  CArgs 
)
inlinestatic

Definition at line 261 of file RPCSerialization.h.


The documentation for this class was generated from the following file: