LLVM 19.0.0git
Public Member Functions | List of all members
llvm::vfs::RedirectingFileSystem::Entry Class Reference

A single file or directory in the VFS. More...

#include "llvm/Support/VirtualFileSystem.h"

Inheritance diagram for llvm::vfs::RedirectingFileSystem::Entry:
Inheritance graph
[legend]

Public Member Functions

 Entry (EntryKind K, StringRef Name)
 
virtual ~Entry ()=default
 
StringRef getName () const
 
EntryKind getKind () const
 

Detailed Description

A single file or directory in the VFS.

Definition at line 792 of file VirtualFileSystem.h.

Constructor & Destructor Documentation

◆ Entry()

llvm::vfs::RedirectingFileSystem::Entry::Entry ( EntryKind  K,
StringRef  Name 
)
inline

Definition at line 797 of file VirtualFileSystem.h.

◆ ~Entry()

virtual llvm::vfs::RedirectingFileSystem::Entry::~Entry ( )
virtualdefault

Member Function Documentation

◆ getKind()

EntryKind llvm::vfs::RedirectingFileSystem::Entry::getKind ( ) const
inline

◆ getName()

StringRef llvm::vfs::RedirectingFileSystem::Entry::getName ( ) const
inline

Definition at line 800 of file VirtualFileSystem.h.

Referenced by llvm::vfs::RedirectingFileSystem::printEntry().


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