class RedirectingFileSystem::Entry

Declaration

class RedirectingFileSystem::Entry { /* full declaration omitted */ };

Description

A single file or directory in the VFS.

Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:749

Member Variables

private llvm::vfs::RedirectingFileSystem::EntryKind Kind
private std::string Name

Method Overview

  • public Entry(llvm::vfs::RedirectingFileSystem::EntryKind K, llvm::StringRef Name)
  • public llvm::vfs::RedirectingFileSystem::EntryKind getKind() const
  • public llvm::StringRef getName() const
  • public virtual ~Entry()

Methods

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

Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:754

Parameters

llvm::vfs::RedirectingFileSystem::EntryKind K
llvm::StringRef Name

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

Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:758

llvm::StringRef getName() const

Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:757

virtual ~Entry()

Declared at: llvm/include/llvm/Support/VirtualFileSystem.h:755