nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::FileEvent Struct Reference

#include <Protocol.h>

Collaboration diagram for lspserver::FileEvent:
[legend]

Public Attributes

URIForFile uri
 The file's URI.
 
FileChangeType type = FileChangeType::Created
 The change type.
 

Detailed Description

Definition at line 793 of file lspserver/include/lspserver/Protocol.h.

Member Data Documentation

◆ type

FileChangeType lspserver::FileEvent::type = FileChangeType::Created

The change type.

Definition at line 797 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().

◆ uri

URIForFile lspserver::FileEvent::uri

The file's URI.

Definition at line 795 of file lspserver/include/lspserver/Protocol.h.

Referenced by lspserver::fromJSON().


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