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

#include <Protocol.h>

Collaboration diagram for lspserver::SelectionRange:
[legend]

Public Attributes

Range range
 
std::unique_ptr< SelectionRangeparent
 

Detailed Description

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

Member Data Documentation

◆ parent

std::unique_ptr<SelectionRange> lspserver::SelectionRange::parent

The parent selection range containing this range. Therefore parent.range must contain this.range.

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

Referenced by lspserver::toJSON().

◆ range

Range lspserver::SelectionRange::range

The range of this selection range.

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

Referenced by lspserver::toJSON().


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