LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::vfs::YAMLVFSEntry Struct Reference

#include "llvm/Support/VirtualFileSystem.h"

Collaboration diagram for llvm::vfs::YAMLVFSEntry:
Collaboration graph
[legend]

Public Member Functions

template<typename T1 , typename T2 >
 YAMLVFSEntry (T1 &&VPath, T2 &&RPath)
 

Public Attributes

std::string VPath
 
std::string RPath
 

Detailed Description

Definition at line 491 of file VirtualFileSystem.h.

Constructor & Destructor Documentation

◆ YAMLVFSEntry()

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

Definition at line 493 of file VirtualFileSystem.h.

Member Data Documentation

◆ RPath

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

Definition at line 496 of file VirtualFileSystem.h.

Referenced by llvm::vfs::YAMLVFSWriter::addFileMapping().

◆ VPath

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

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