clang  3.7.0
Public Member Functions | Public Attributes | List of all members
clang::vfs::YAMLVFSEntry Struct Reference

#include <VirtualFileSystem.h>

Collaboration diagram for clang::vfs::YAMLVFSEntry:
[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 255 of file VirtualFileSystem.h.

Constructor & Destructor Documentation

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

Definition at line 256 of file VirtualFileSystem.h.

Member Data Documentation

std::string clang::vfs::YAMLVFSEntry::RPath

Definition at line 259 of file VirtualFileSystem.h.

std::string clang::vfs::YAMLVFSEntry::VPath

Definition at line 258 of file VirtualFileSystem.h.

Referenced by clang::vfs::YAMLVFSWriter::write().


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