LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 648 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 650 of file VirtualFileSystem.h.

Member Data Documentation

◆ IsDirectory

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

Definition at line 655 of file VirtualFileSystem.h.

◆ RPath

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

Definition at line 654 of file VirtualFileSystem.h.

◆ VPath

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

Definition at line 653 of file VirtualFileSystem.h.


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