clang 20.0.0git
|
Provides the contents of a file that has not yet been saved to disk. More...
#include "clang-c/Index.h"
Public Attributes | |
const char * | Filename |
The file whose contents have not yet been saved. | |
const char * | Contents |
A buffer containing the unsaved contents of this file. | |
unsigned long | Length |
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.
const char* CXUnsavedFile::Contents |
const char* CXUnsavedFile::Filename |
unsigned long CXUnsavedFile::Length |