class directory_entry

Declaration

class directory_entry { /* full declaration omitted */ };

Description

A member of a directory, yielded by a directory_iterator. Only information available on most platforms is included.

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

Method Overview

Methods

directory_entry()

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

directory_entry(std::string Path,
                llvm::sys::fs::file_type Type)

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

Parameters

std::string Path
llvm::sys::fs::file_type Type

llvm::StringRef path() const

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

llvm::sys::fs::file_type type() const

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