LLVM 20.0.0git
Public Member Functions | Friends | List of all members
llvm::StringTable::Offset Class Reference

#include "llvm/ADT/StringTable.h"

Public Member Functions

constexpr Offset ()=default
 
constexpr Offset (unsigned Value)
 
constexpr unsigned value () const
 

Friends

constexpr bool operator== (const Offset &LHS, const Offset &RHS)
 
constexpr bool operator!= (const Offset &LHS, const Offset &RHS)
 

Detailed Description

Definition at line 48 of file StringTable.h.

Constructor & Destructor Documentation

◆ Offset() [1/2]

constexpr llvm::StringTable::Offset::Offset ( )
constexprdefault

◆ Offset() [2/2]

constexpr llvm::StringTable::Offset::Offset ( unsigned  Value)
inlineconstexpr

Definition at line 54 of file StringTable.h.

Member Function Documentation

◆ value()

constexpr unsigned llvm::StringTable::Offset::value ( ) const
inlineconstexpr

Definition at line 64 of file StringTable.h.

Friends And Related Function Documentation

◆ operator!=

constexpr bool operator!= ( const Offset LHS,
const Offset RHS 
)
friend

Definition at line 60 of file StringTable.h.

◆ operator==

constexpr bool operator== ( const Offset LHS,
const Offset RHS 
)
friend

Definition at line 56 of file StringTable.h.


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