struct YAMLVFSEntry

Declaration

struct YAMLVFSEntry { /* full declaration omitted */ };

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

Member Variables

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

Method Overview

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

Methods

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

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

Templates

T1
T2

Parameters

T1&& VPath
T2&& RPath
bool IsDirectory = false