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

#include <RawByteChannel.h>

Static Public Member Functions

static Error serialize (ChannelT &C, bool V)
 
static Error deserialize (ChannelT &C, bool &V)
 

Detailed Description

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

Definition at line 111 of file RawByteChannel.h.

Member Function Documentation

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

Definition at line 119 of file RawByteChannel.h.

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

Definition at line 115 of file RawByteChannel.h.


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