clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::DraftStore::Draft Struct Reference

#include <DraftStore.h>

Collaboration diagram for clang::clangd::DraftStore::Draft:
[legend]

Public Attributes

std::string Contents
 
int64_t Version = -1
 

Detailed Description

Definition at line 30 of file DraftStore.h.

Member Data Documentation

◆ Contents

std::string clang::clangd::DraftStore::Draft::Contents

Definition at line 31 of file DraftStore.h.

Referenced by clang::clangd::DraftStore::addDraft().

◆ Version

int64_t clang::clangd::DraftStore::Draft::Version = -1

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