clang-tools  11.0.0
Public Attributes | List of all members
clang::clangd::ProgressParams< T > Struct Template Reference

#include <Protocol.h>

Collaboration diagram for clang::clangd::ProgressParams< T >:
[legend]

Public Attributes

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

Detailed Description

template<typename T>
struct clang::clangd::ProgressParams< T >

Definition at line 550 of file Protocol.h.

Member Data Documentation

◆ token

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

The progress token provided by the client or server.

Definition at line 552 of file Protocol.h.

◆ value

template<typename T>
T clang::clangd::ProgressParams< T >::value

The progress data.

Definition at line 555 of file Protocol.h.


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