nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::ProgressParams< T > Struct Template Reference

#include <Protocol.h>

Collaboration diagram for lspserver::ProgressParams< T >:
[legend]

Public Attributes

llvm::json::Value token = nullptr
 The progress token provided by the client or server.
 
T value
 The progress data.
 

Detailed Description

template<typename T>
struct lspserver::ProgressParams< T >

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

Member Data Documentation

◆ token

template<typename T >
llvm::json::Value lspserver::ProgressParams< T >::token = nullptr

The progress token provided by the client or server.

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

Referenced by lspserver::toJSON().

◆ value

template<typename T >
T lspserver::ProgressParams< T >::value

The progress data.

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

Referenced by lspserver::toJSON().


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