proxygen
fizz::detail::Writer< PskIdentity > Struct Template Reference

#include <Extensions-inl.h>

Public Member Functions

template<class T >
void write (const PskIdentity &ident, folly::io::Appender &out)
 

Detailed Description

template<>
struct fizz::detail::Writer< PskIdentity >

Definition at line 415 of file Extensions-inl.h.

Member Function Documentation

template<class T >
void fizz::detail::Writer< PskIdentity >::write ( const PskIdentity ident,
folly::io::Appender out 
)
inline

Definition at line 417 of file Extensions-inl.h.

References fizz::PskIdentity::obfuscated_ticket_age, fizz::PskIdentity::psk_identity, and fizz::detail::write().

417  {
418  writeBuf<uint16_t>(ident.psk_identity, out);
419  detail::write(ident.obfuscated_ticket_age, out);
420  }
void write(const T &in, folly::io::Appender &appender)
Definition: Types-inl.h:112

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