clang-tools 22.0.0git
clang::clangd::dex::Trigram Class Reference

#include <Trigram.h>

Public Member Functions

 Trigram ()
 Trigram (char A)
 Trigram (char A, char B)
 Trigram (char A, char B, char C)
std::string str () const

Friends

struct ::llvm::DenseMapInfo< Trigram >
bool operator== (Trigram L, Trigram R)
bool operator< (Trigram L, Trigram R)

Detailed Description

Definition at line 38 of file Trigram.h.

Constructor & Destructor Documentation

◆ Trigram() [1/4]

clang::clangd::dex::Trigram::Trigram ( )
inline

Definition at line 46 of file Trigram.h.

◆ Trigram() [2/4]

clang::clangd::dex::Trigram::Trigram ( char A)
inline

Definition at line 47 of file Trigram.h.

◆ Trigram() [3/4]

clang::clangd::dex::Trigram::Trigram ( char A,
char B )
inline

Definition at line 48 of file Trigram.h.

◆ Trigram() [4/4]

clang::clangd::dex::Trigram::Trigram ( char A,
char B,
char C )
inline

Definition at line 49 of file Trigram.h.

Member Function Documentation

◆ str()

std::string clang::clangd::dex::Trigram::str ( ) const
inline

Definition at line 50 of file Trigram.h.

◆ ::llvm::DenseMapInfo< Trigram >

friend struct ::llvm::DenseMapInfo< Trigram >
friend

Definition at line 50 of file Trigram.h.

◆ operator<

bool operator< ( Trigram L,
Trigram R )
friend

Definition at line 53 of file Trigram.h.

◆ operator==

bool operator== ( Trigram L,
Trigram R )
friend

Definition at line 52 of file Trigram.h.


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