Public Member Functions | Private Attributes | List of all members
absl::strings_internal::MaxSplitsImpl< Delimiter > Class Template Reference

#include <str_split.h>

Public Member Functions

absl::string_view Find (absl::string_view text, size_t pos)
 
 MaxSplitsImpl (Delimiter delimiter, int limit)
 

Private Attributes

int count_
 
Delimiter delimiter_
 
const int limit_
 

Detailed Description

template<typename Delimiter>
class absl::strings_internal::MaxSplitsImpl< Delimiter >

Definition at line 257 of file str_split.h.

Constructor & Destructor Documentation

template<typename Delimiter >
absl::strings_internal::MaxSplitsImpl< Delimiter >::MaxSplitsImpl ( Delimiter  delimiter,
int  limit 
)
inline

Definition at line 259 of file str_split.h.

Member Function Documentation

template<typename Delimiter >
absl::string_view absl::strings_internal::MaxSplitsImpl< Delimiter >::Find ( absl::string_view  text,
size_t  pos 
)
inline

Definition at line 261 of file str_split.h.

Member Data Documentation

template<typename Delimiter >
int absl::strings_internal::MaxSplitsImpl< Delimiter >::count_
private

Definition at line 272 of file str_split.h.

template<typename Delimiter >
Delimiter absl::strings_internal::MaxSplitsImpl< Delimiter >::delimiter_
private

Definition at line 270 of file str_split.h.

template<typename Delimiter >
const int absl::strings_internal::MaxSplitsImpl< Delimiter >::limit_
private

Definition at line 271 of file str_split.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59