Public Types | Public Member Functions | Private Attributes | List of all members
absl::Cord::CharRange Class Reference

#include <cord.h>

Public Types

using const_iterator = CharIterator
 
using const_reference = const value_type &
 
using iterator = CharIterator
 
using reference = value_type &
 
using value_type = char
 

Public Member Functions

CharIterator begin () const
 
CharIterator begin () const
 
 CharRange (const Cord *cord)
 
 CharRange (const Cord *cord)
 
CharIterator end () const
 
CharIterator end () const
 

Private Attributes

const Cordcord_
 

Detailed Description

Definition at line 648 of file abseil-cpp/absl/strings/cord.h.

Member Typedef Documentation

◆ const_iterator

Definition at line 658 of file abseil-cpp/absl/strings/cord.h.

◆ const_reference

Definition at line 656 of file abseil-cpp/absl/strings/cord.h.

◆ iterator

Definition at line 657 of file abseil-cpp/absl/strings/cord.h.

◆ reference

Definition at line 655 of file abseil-cpp/absl/strings/cord.h.

◆ value_type

Definition at line 654 of file abseil-cpp/absl/strings/cord.h.

Constructor & Destructor Documentation

◆ CharRange() [1/2]

absl::Cord::CharRange::CharRange ( const Cord cord)
inlineexplicit

Definition at line 660 of file abseil-cpp/absl/strings/cord.h.

◆ CharRange() [2/2]

absl::Cord::CharRange::CharRange ( const Cord cord)
inlineexplicit

Member Function Documentation

◆ begin() [1/2]

CharIterator absl::Cord::CharRange::begin ( ) const

◆ begin() [2/2]

Cord::CharIterator absl::Cord::CharRange::begin ( ) const
inline

Definition at line 1562 of file abseil-cpp/absl/strings/cord.h.

◆ end() [1/2]

CharIterator absl::Cord::CharRange::end ( ) const

◆ end() [2/2]

Cord::CharIterator absl::Cord::CharRange::end ( ) const
inline

Definition at line 1566 of file abseil-cpp/absl/strings/cord.h.

Member Data Documentation

◆ cord_

const Cord * absl::Cord::CharRange::cord_
private

Definition at line 666 of file abseil-cpp/absl/strings/cord.h.


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


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