clang API Documentation

Public Attributes
CXUnsavedFile Struct Reference

Provides the contents of a file that has not yet been saved to disk. More...

#include <Index.h>

Collaboration diagram for CXUnsavedFile:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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 101 of file Index.h.


Member Data Documentation

A buffer containing the unsaved contents of this file.

Definition at line 112 of file Index.h.

The file whose contents have not yet been saved.

This file must already exist in the file system.

Definition at line 107 of file Index.h.

The length of the unsaved contents of this buffer.

Definition at line 117 of file Index.h.


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