LLVM 22.0.0git
llvm::vfs::YAMLVFSEntry Struct Reference

#include "llvm/Support/VirtualFileSystem.h"

Public Member Functions

template<typename T1, typename T2>
 YAMLVFSEntry (T1 &&VPath, T2 &&RPath, bool IsDirectory=false)

Public Attributes

std::string VPath
std::string RPath
bool IsDirectory = false

Detailed Description

Definition at line 669 of file VirtualFileSystem.h.

Constructor & Destructor Documentation

◆ YAMLVFSEntry()

template<typename T1, typename T2>
llvm::vfs::YAMLVFSEntry::YAMLVFSEntry ( T1 && VPath,
T2 && RPath,
bool IsDirectory = false )
inline

Definition at line 671 of file VirtualFileSystem.h.

References IsDirectory, RPath, T1, and VPath.

Member Data Documentation

◆ IsDirectory

bool llvm::vfs::YAMLVFSEntry::IsDirectory = false

Definition at line 676 of file VirtualFileSystem.h.

Referenced by YAMLVFSEntry().

◆ RPath

std::string llvm::vfs::YAMLVFSEntry::RPath

Definition at line 675 of file VirtualFileSystem.h.

Referenced by YAMLVFSEntry().

◆ VPath

std::string llvm::vfs::YAMLVFSEntry::VPath

Definition at line 674 of file VirtualFileSystem.h.

Referenced by YAMLVFSEntry().


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