|
nixd
|
#include <Protocol.h>
Public Attributes | |
| llvm::json::Value | token = nullptr |
| The progress token provided by the client or server. | |
| T | value |
| The progress data. | |
Definition at line 625 of file lspserver/include/lspserver/Protocol.h.
| 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().
| T lspserver::ProgressParams< T >::value |
The progress data.
Definition at line 630 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().