LLVM 22.0.0git
llvm::logicalview::LVProperties< T > Class Template Reference

#include "llvm/DebugInfo/LogicalView/Core/LVSupport.h"

Inheritance diagram for llvm::logicalview::LVProperties< T >:
[legend]

Public Member Functions

 LVProperties ()=default
void set (T Idx)
void reset (T Idx)
bool get (T Idx) const

Detailed Description

template<typename T>
class llvm::logicalview::LVProperties< T >

Definition at line 41 of file LVSupport.h.

Constructor & Destructor Documentation

◆ LVProperties()

template<typename T>
llvm::logicalview::LVProperties< T >::LVProperties ( )
default

Member Function Documentation

◆ get()

template<typename T>
bool llvm::logicalview::LVProperties< T >::get ( T Idx) const
inline

Definition at line 62 of file LVSupport.h.

References T.

◆ reset()

template<typename T>
void llvm::logicalview::LVProperties< T >::reset ( T Idx)
inline

Definition at line 56 of file LVSupport.h.

References T.

◆ set()

template<typename T>
void llvm::logicalview::LVProperties< T >::set ( T Idx)
inline

Definition at line 50 of file LVSupport.h.

References T.


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