LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::orc::rpc::SerializationTraits< ChannelT, std::string, const char *, 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 (RawByteChannel &C, const char *S)
 

Detailed Description

template<typename ChannelT>
class llvm::orc::rpc::SerializationTraits< ChannelT, std::string, const char *, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type >

Definition at line 138 of file RawByteChannel.h.

Member Function Documentation

template<typename ChannelT >
static Error llvm::orc::rpc::SerializationTraits< ChannelT, std::string, const char *, typename std::enable_if< std::is_base_of< RawByteChannel, ChannelT >::value >::type >::serialize ( RawByteChannel C,
const char *  S 
)
inlinestatic

Definition at line 142 of file RawByteChannel.h.


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