clang API Documentation

Public Member Functions | Public Attributes
clang::vfs::YAMLVFSEntry Struct Reference

#include <VirtualFileSystem.h>

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

List of all members.

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

Definition at line 259 of file VirtualFileSystem.h.

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: