LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::orc::rpc::SerializationTraits< ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type > Class Template Reference

#include <OrcRemoteTargetRPCAPI.h>

Static Public Member Functions

static Error serialize (ChannelT &C, const remote::DirectBufferWriter &DBW)
 
static Error deserialize (ChannelT &C, remote::DirectBufferWriter &DBW)
 

Detailed Description

template<typename ChannelT>
class llvm::orc::rpc::SerializationTraits< ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type >

Definition at line 53 of file OrcRemoteTargetRPCAPI.h.

Member Function Documentation

template<typename ChannelT >
static Error llvm::orc::rpc::SerializationTraits< ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type >::deserialize ( ChannelT &  C,
remote::DirectBufferWriter DBW 
)
inlinestatic

Definition at line 66 of file OrcRemoteTargetRPCAPI.h.

References llvm::orc::rpc::deserializeSeq().

template<typename ChannelT >
static Error llvm::orc::rpc::SerializationTraits< ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type >::serialize ( ChannelT &  C,
const remote::DirectBufferWriter DBW 
)
inlinestatic

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