simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NsimstrLibrary namespace
 Cchunked_string_builderFor constructing long dynamic strings by concatenating small pieces
 Cportion_storeAn object that allows you to sequentially copy content into a buffer of a given size
 Cempty_exprAn "empty" string expression
 Cexpr_choiceConditional selection string expression
 Cexpr_choice_one_litConditional selection string expression
 Cexpr_choice_two_litConditional selection string expression
 Cexpr_ifConditional selection string expression
 Cexpr_padA type of string expression that returns N specified characters
 Cexpr_replace_symbolsA type for a string expression that generates a string in which the given characters are replaced by the given strings
 Cexpr_replacedA string expression that generates a string replacing all occurrences of the given substring
 Cexpr_spacesA type of string expression that returns N specified characters
 Cexpr_stdstrA type for using std::string and std::string_view as sources in string expressions
 Cexpr_utfString expression to convert strings to different UTF types
 Cfrom_utf_convertableBase class for strings that can be converted from another character type
 ChashStrMapContainer for more efficient searching by string keys
 ClstringThe mutable, owning string class. Contains an internal buffer for text of a given size
 Csimple_strThe simplest immutable non-owning string class
 Csimple_str_ntA class that claims to refer to a null-terminated string
 CSplitterClass for sequentially obtaining substrings by a given delimiter
 CsstringImmutable owning string class
 Cstr_algsA class with basic constant string algorithms
 Cstr_mutableBase class for working with mutable strings
 Cstr_storableThe base for the objects that own the string
 CstrexprjoinTemplate class for concatenating two string expressions into one using operator +
 Cstrexprjoin_cConcatenation of a reference to a string expression and the value of the string expression
 Nstd
 Cformatter< simstr::lstring< K, N, S, A >, K >Formatter to use in std::format for values ​​of type lstring
 Cformatter< simstr::simple_str< K >, K >Formatter to use in std::format for values ​​of type simple_str
 Cformatter< simstr::simple_str_nt< K >, K >Formatter to use in std::format for values ​​of type simple_str_nt
 Cformatter< simstr::sstring< K >, K >Formatter to use in std::format for values ​​of type string