LLVM 19.0.0git
Public Member Functions | List of all members
llvm::logicalview::LVProperties< T > Class Template Reference

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

Inheritance diagram for llvm::logicalview::LVProperties< T >:
Inheritance graph
[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 39 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 47 of file LVSupport.h.

References Idx.

◆ reset()

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

Definition at line 46 of file LVSupport.h.

References Idx.

◆ set()

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

Definition at line 45 of file LVSupport.h.

References Idx.


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