#include <Transport.h>
Definition at line 34 of file Transport.h.
◆ ~Transport()
virtual clang::clangd::Transport::~Transport |
( |
| ) |
|
|
virtualdefault |
◆ call()
virtual void clang::clangd::Transport::call |
( |
llvm::StringRef |
Method, |
|
|
llvm::json::Value |
Params, |
|
|
llvm::json::Value |
ID |
|
) |
| |
|
pure virtual |
◆ loop()
◆ notify()
virtual void clang::clangd::Transport::notify |
( |
llvm::StringRef |
Method, |
|
|
llvm::json::Value |
Params |
|
) |
| |
|
pure virtual |
◆ reply()
virtual void clang::clangd::Transport::reply |
( |
llvm::json::Value |
ID, |
|
|
llvm::Expected< llvm::json::Value > |
Result |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: