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

#include <cord.h>

Public Types

using const_iterator = ChunkIterator
 
using const_reference = const value_type &
 
using iterator = ChunkIterator
 
using reference = value_type &
 
using value_type = absl::string_view
 

Public Member Functions

ChunkIterator begin () const
 
ChunkIterator begin () const
 
 ChunkRange (const Cord *cord)
 
 ChunkRange (const Cord *cord)
 
ChunkIterator end () const
 
ChunkIterator end () const
 

Private Attributes

const Cordcord_
 

Detailed Description

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

Member Typedef Documentation

◆ const_iterator

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

◆ const_reference

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

◆ iterator

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

◆ reference

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

◆ value_type

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

Constructor & Destructor Documentation

◆ ChunkRange() [1/2]

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

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

◆ ChunkRange() [2/2]

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

Member Function Documentation

◆ begin() [1/2]

ChunkIterator absl::Cord::ChunkRange::begin ( ) const

◆ begin() [2/2]

Cord::ChunkIterator absl::Cord::ChunkRange::begin ( ) const
inline

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

◆ end() [1/2]

ChunkIterator absl::Cord::ChunkRange::end ( ) const

◆ end() [2/2]

Cord::ChunkIterator absl::Cord::ChunkRange::end ( ) const
inline

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

Member Data Documentation

◆ cord_

const Cord * absl::Cord::ChunkRange::cord_
private

Definition at line 525 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