LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::codeview::serialize_vector_tail_impl< T > Struct Template Reference

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

Public Member Functions

 serialize_vector_tail_impl (std::vector< T > &Item)
 
Error deserialize (BinaryStreamReader &Reader) const
 

Public Attributes

std::vector< T > & Item
 

Detailed Description

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

Definition at line 101 of file RecordSerialization.h.

Constructor & Destructor Documentation

◆ serialize_vector_tail_impl()

template<typename T >
llvm::codeview::serialize_vector_tail_impl< T >::serialize_vector_tail_impl ( std::vector< T > &  Item)
inline

Definition at line 102 of file RecordSerialization.h.

Member Function Documentation

◆ deserialize()

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

Member Data Documentation

◆ Item

template<typename T >
std::vector<T>& llvm::codeview::serialize_vector_tail_impl< T >::Item

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