LLVM: UniqueID Class Reference (original) (raw)
#include "[llvm/Support/FileSystem/UniqueID.h](UniqueID%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| UniqueID ()=default | |
| UniqueID (uint64_t Device, uint64_t File) | |
| bool | operator== (const UniqueID &Other) const |
| bool | operator!= (const UniqueID &Other) const |
| bool | operator< (const UniqueID &Other) const |
| uint64_t | getDevice () const |
| uint64_t | getFile () const |
Definition at line 26 of file UniqueID.h.
◆ UniqueID() [1/2]
| llvm::sys::fs::UniqueID::UniqueID ( ) | default |
|---|
◆ UniqueID() [2/2]
◆ getDevice()
| uint64_t llvm::sys::fs::UniqueID::getDevice ( ) const | inline |
|---|
◆ getFile()
| uint64_t llvm::sys::fs::UniqueID::getFile ( ) const | inline |
|---|
◆ operator!=()
◆ operator<()
Don't use std::tie since it bloats the compile time of this header.
Definition at line 38 of file UniqueID.h.
◆ operator==()
The documentation for this class was generated from the following file:
- include/llvm/Support/FileSystem/UniqueID.h