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

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

Public Member Functions

 serialize_numeric_impl (T &Item)
 
Error deserialize (BinaryStreamReader &Reader) const
 

Public Attributes

TItem
 

Detailed Description

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

Definition at line 150 of file RecordSerialization.h.

Constructor & Destructor Documentation

◆ serialize_numeric_impl()

template<typename T >
llvm::codeview::serialize_numeric_impl< T >::serialize_numeric_impl ( T Item)
inline

Definition at line 151 of file RecordSerialization.h.

Member Function Documentation

◆ deserialize()

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

Member Data Documentation

◆ Item

template<typename T >
T& llvm::codeview::serialize_numeric_impl< T >::Item

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