|
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 700 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 702 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().
| T lspserver::ProgressParams< T >::value |
The progress data.
Definition at line 705 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::toJSON().