LLVM 22.0.0git
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 151 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 152 of file RecordSerialization.h.

References Item, and T.

Member Function Documentation

◆ deserialize()

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

Definition at line 154 of file RecordSerialization.h.

References llvm::codeview::consume_numeric(), and Item.

Referenced by llvm::codeview::consume().

Member Data Documentation

◆ Item

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

Definition at line 158 of file RecordSerialization.h.

Referenced by deserialize(), and serialize_numeric_impl().


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