clang-tools  7.0.0
Classes | Public Types | Public Member Functions | List of all members
clang::clangd::SymbolSlab Class Reference

#include <Index.h>

Classes

class  Builder
 

Public Types

using const_iterator = std::vector< Symbol >::const_iterator
 
using iterator = const_iterator
 

Public Member Functions

 SymbolSlab ()=default
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator find (const SymbolID &SymID) const
 
size_t size () const
 
size_t bytes () const
 

Detailed Description

Definition at line 238 of file Index.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 240 of file Index.h.

◆ iterator

Definition at line 241 of file Index.h.

Constructor & Destructor Documentation

◆ SymbolSlab()

clang::clangd::SymbolSlab::SymbolSlab ( )
default

Member Function Documentation

◆ begin()

const_iterator clang::clangd::SymbolSlab::begin ( ) const
inline

Definition at line 245 of file Index.h.

◆ bytes()

size_t clang::clangd::SymbolSlab::bytes ( ) const
inline

Definition at line 251 of file Index.h.

◆ end()

const_iterator clang::clangd::SymbolSlab::end ( ) const
inline

Definition at line 246 of file Index.h.

◆ find()

SymbolSlab::const_iterator clang::clangd::SymbolSlab::find ( const SymbolID SymID) const

Definition at line 69 of file Index.cpp.

◆ size()

size_t clang::clangd::SymbolSlab::size ( ) const
inline

Definition at line 249 of file Index.h.


The documentation for this class was generated from the following files: