LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::codeview::serialize_arrayref_tail_impl< T > Struct Template Reference

#include "llvm/DebugInfo/CodeView/RecordSerialization.h"

Collaboration diagram for llvm::codeview::serialize_arrayref_tail_impl< T >:
Collaboration graph
[legend]

Public Member Functions

 serialize_arrayref_tail_impl (ArrayRef< T > &Item)
 
Error deserialize (BinaryStreamReader &Reader) const
 

Public Attributes

ArrayRef< T > & Item
 

Detailed Description

template<typename T>
struct llvm::codeview::serialize_arrayref_tail_impl< T >

Definition at line 138 of file RecordSerialization.h.

Constructor & Destructor Documentation

◆ serialize_arrayref_tail_impl()

Definition at line 139 of file RecordSerialization.h.

Member Function Documentation

◆ deserialize()

template<typename T>
Error llvm::codeview::serialize_arrayref_tail_impl< T >::deserialize ( BinaryStreamReader Reader) const
inline

Member Data Documentation

◆ Item

template<typename T>
ArrayRef<T>& llvm::codeview::serialize_arrayref_tail_impl< T >::Item

Definition at line 146 of file RecordSerialization.h.


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