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

#include <Protocol.h>

Inheritance diagram for lspserver::Location:
[legend]
Collaboration diagram for lspserver::Location:
[legend]

Public Attributes

URIForFile uri
 The text document's URI.
 
Range range
 

Friends

bool operator== (const Location &LHS, const Location &RHS)
 
bool operator!= (const Location &LHS, const Location &RHS)
 
bool operator< (const Location &LHS, const Location &RHS)
 

Detailed Description

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

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const Location & LHS,
const Location & RHS )
friend

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

◆ operator<

bool operator< ( const Location & LHS,
const Location & RHS )
friend

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

◆ operator==

bool operator== ( const Location & LHS,
const Location & RHS )
friend

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

Member Data Documentation

◆ range

Range lspserver::Location::range

◆ uri

URIForFile lspserver::Location::uri

The text document's URI.

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

Referenced by lspserver::fromJSON(), lspserver::toJSON(), and lspserver::toJSON().


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