Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
absl::ABSL_NAMESPACE_BEGIN::LookupTable Class Reference

Public Member Functions

 LookupTable (string_view wanted)
 
 LookupTable (string_view wanted)
 
bool operator[] (char c) const
 
bool operator[] (char c) const
 

Static Private Member Functions

static unsigned char Index (char c)
 
static unsigned char Index (char c)
 

Private Attributes

bool table_ [UCHAR_MAX+1] = {}
 

Detailed Description

Definition at line 40 of file abseil-cpp/absl/strings/string_view.cc.

Constructor & Destructor Documentation

◆ LookupTable() [1/2]

absl::ABSL_NAMESPACE_BEGIN::LookupTable::LookupTable ( string_view  wanted)
inlineexplicit

Definition at line 46 of file abseil-cpp/absl/strings/string_view.cc.

◆ LookupTable() [2/2]

absl::ABSL_NAMESPACE_BEGIN::LookupTable::LookupTable ( string_view  wanted)
inlineexplicit

Member Function Documentation

◆ Index() [1/2]

static unsigned char absl::ABSL_NAMESPACE_BEGIN::LookupTable::Index ( char  c)
inlinestaticprivate

Definition at line 54 of file abseil-cpp/absl/strings/string_view.cc.

◆ Index() [2/2]

static unsigned char absl::ABSL_NAMESPACE_BEGIN::LookupTable::Index ( char  c)
inlinestaticprivate

◆ operator[]() [1/2]

bool absl::ABSL_NAMESPACE_BEGIN::LookupTable::operator[] ( char  c) const
inline

◆ operator[]() [2/2]

bool absl::ABSL_NAMESPACE_BEGIN::LookupTable::operator[] ( char  c) const
inline

Definition at line 51 of file abseil-cpp/absl/strings/string_view.cc.

Member Data Documentation

◆ table_

bool absl::ABSL_NAMESPACE_BEGIN::LookupTable::table_ = {}
private

Definition at line 55 of file abseil-cpp/absl/strings/string_view.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:27