#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_ |
Definition at line 257 of file str_split.h.
absl::strings_internal::MaxSplitsImpl< Delimiter >::MaxSplitsImpl | ( | Delimiter | delimiter, |
int | limit | ||
) | [inline] |
Definition at line 259 of file str_split.h.
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.
int absl::strings_internal::MaxSplitsImpl< Delimiter >::count_ [private] |
Definition at line 272 of file str_split.h.
Delimiter absl::strings_internal::MaxSplitsImpl< Delimiter >::delimiter_ [private] |
Definition at line 270 of file str_split.h.
const int absl::strings_internal::MaxSplitsImpl< Delimiter >::limit_ [private] |
Definition at line 271 of file str_split.h.