LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::orc::rpc::SerializationTraits< ChannelT, std::string, StringRef, 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, StringRef S)
 RPC channel serialization for std::strings. More...
 

Detailed Description

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

Definition at line 125 of file RawByteChannel.h.

Member Function Documentation

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

RPC channel serialization for std::strings.

Definition at line 130 of file RawByteChannel.h.

References llvm::orc::rpc::RawByteChannel::appendBytes(), llvm::StringRef::data(), llvm::orc::rpc::serializeSeq(), and llvm::StringRef::size().


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