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

#include <Protocol.h>

Public Attributes

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

Detailed Description

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

Definition at line 651 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 653 of file Protocol.h.

Referenced by clang::clangd::toJSON().

◆ value

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

The progress data.

Definition at line 656 of file Protocol.h.

Referenced by clang::clangd::toJSON().


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