CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
circt::lsp::VerilogServer::Impl Struct Reference
Collaboration diagram for circt::lsp::VerilogServer::Impl:
Collaboration graph
[legend]

Public Member Functions

 Impl (const VerilogServerOptions &options)
 

Public Attributes

llvm::StringMap< std::unique_ptr< VerilogTextFile > > files
 The files held by the server, mapped by their URI file name.
 
VerilogServerContext context
 

Detailed Description

Definition at line 925 of file VerilogServer.cpp.

Constructor & Destructor Documentation

◆ Impl()

circt::lsp::VerilogServer::Impl::Impl ( const VerilogServerOptions options)
inlineexplicit

Definition at line 926 of file VerilogServer.cpp.

Member Data Documentation

◆ context

VerilogServerContext circt::lsp::VerilogServer::Impl::context

Definition at line 931 of file VerilogServer.cpp.

◆ files

llvm::StringMap<std::unique_ptr<VerilogTextFile> > circt::lsp::VerilogServer::Impl::files

The files held by the server, mapped by their URI file name.

Definition at line 929 of file VerilogServer.cpp.


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