|
clang
5.0.0
|
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. More... | |
| const char * | Contents |
| A buffer containing the unsaved contents of this file. More... | |
| unsigned long | Length |
| The length of the unsaved contents of this buffer. More... | |
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 |
1.8.6