CXUnsavedFile Struct Reference
Provides the contents of a file that has not yet been saved to disk.
More...
#include "clang-c/Index.h"
The file whose contents have not yet been saved.
A buffer containing the unsaved contents of this file.
The length of the unsaved contents of this buffer.
Provides the contents of a file that has not yet been saved to disk.
Each CXUnsavedFile instance provides the name of a file on the system along with the current contents of that file that have not yet been saved to disk.
Definition at line 106 of file Index.h.
◆ Contents
const char* CXUnsavedFile::Contents
A buffer containing the unsaved contents of this file.
Definition at line 117 of file Index.h.
◆ Filename
const char* CXUnsavedFile::Filename
The file whose contents have not yet been saved.
This file must already exist in the file system.
Definition at line 112 of file Index.h.
◆ Length
The length of the unsaved contents of this buffer.
Definition at line 122 of file Index.h.
The documentation for this struct was generated from the following file:
Generated on for clang by doxygen 1.14.0