Add(const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
Add(const_iterator i, const_iterator j) | pcl::GenericString< T, R, A > | inline |
Add(const_c_string t, size_type n) | pcl::GenericString< T, R, A > | inline |
Add(const_c_string t) | pcl::GenericString< T, R, A > | inline |
Add(char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
allocator typedef | pcl::GenericString< T, R, A > | |
Allocator() const noexcept | pcl::GenericString< T, R, A > | inline |
Append(const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
Append(const_iterator i, const_iterator j) | pcl::GenericString< T, R, A > | inline |
Append(const_c_string t, size_type n) | pcl::GenericString< T, R, A > | inline |
Append(const_c_string t) | pcl::GenericString< T, R, A > | inline |
Append(char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
Assign(const GenericString &s) | pcl::GenericString< T, R, A > | inline |
Assign(const GenericString &s, size_type i, size_type n) | pcl::GenericString< T, R, A > | inline |
Assign(const_c_string t) | pcl::GenericString< T, R, A > | inline |
Assign(const_iterator i, const_iterator j) | pcl::GenericString< T, R, A > | inline |
Assign(std::initializer_list< char_type > l) | pcl::GenericString< T, R, A > | inline |
Assign(const_c_string t, size_type i, size_type n) | pcl::GenericString< T, R, A > | inline |
Assign(char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
At(size_type i) | pcl::GenericString< T, R, A > | inline |
At(size_type i) const noexcept | pcl::GenericString< T, R, A > | inline |
Available() const noexcept | pcl::GenericString< T, R, A > | inline |
begin() | pcl::GenericString< T, R, A > | inline |
begin() const noexcept | pcl::GenericString< T, R, A > | inline |
Begin() | pcl::GenericString< T, R, A > | inline |
Begin() const noexcept | pcl::GenericString< T, R, A > | inline |
block_allocator typedef | pcl::GenericString< T, R, A > | |
Break(C &list, const GenericString< T, R1, A1 > &s, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
Break(C &list, const_c_string s, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
Break(C &list, char_type c, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
Break(C &list, const Array< S > &ca, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
BreakIC(C &list, const GenericString< T, R1, A1 > &s, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
BreakIC(C &list, const_c_string s, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
BreakIC(C &list, char_type c, bool trim=false, size_type i=0) const | pcl::GenericString< T, R, A > | inline |
BytesPerChar() noexcept | pcl::GenericString< T, R, A > | inlinestatic |
c_copy(iterator dst, size_type maxCharsToCopy, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
c_str() const noexcept | pcl::GenericString< T, R, A > | inline |
c_string typedef | pcl::GenericString< T, R, A > | |
Capacity() const noexcept | pcl::GenericString< T, R, A > | inline |
CaseFolded() const | pcl::GenericString< T, R, A > | inline |
CenterJustified(size_type width, char_type fill=R::Blank()) const | pcl::GenericString< T, R, A > | inline |
char_traits typedef | pcl::GenericString< T, R, A > | |
char_type typedef | pcl::GenericString< T, R, A > | |
Clear() | pcl::GenericString< T, R, A > | inline |
Compare(const GenericString< T, R1, A1 > &s, bool caseSensitive=true, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
Compare(const_c_string t, bool caseSensitive=true, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
Compare(char_type c, bool caseSensitive=true, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareCodePoints(const GenericString< T, R1, A1 > &s, bool caseSensitive=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareCodePoints(const_c_string t, bool caseSensitive=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareCodePoints(char_type c, bool caseSensitive=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareIC(const GenericString< T, R1, A1 > &s, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareIC(const_c_string t, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
CompareIC(char_type c, bool localeAware=true) const noexcept | pcl::GenericString< T, R, A > | inline |
const_c_string typedef | pcl::GenericString< T, R, A > | |
const_iterator typedef | pcl::GenericString< T, R, A > | |
const_reverse_iterator typedef | pcl::GenericString< T, R, A > | |
Contains(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
Contains(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
Contains(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
ContainsIC(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
ContainsIC(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
ContainsIC(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
Delete(size_type i, size_type n=1) | pcl::GenericString< T, R, A > | inline |
DeleteChar(char_type c, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DeleteCharIC(char_type c, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DeleteFreeList() | pcl::GenericString< T, R, A > | inlinestatic |
DeleteLeft(size_type i) | pcl::GenericString< T, R, A > | inline |
DeleteRight(size_type i) | pcl::GenericString< T, R, A > | inline |
DeleteString(const GenericString< T, R1, A1 > &s, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DeleteString(const_c_string t, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DeleteStringIC(const GenericString< T, R1, A1 > &s, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DeleteStringIC(const_c_string t, size_type i=0) | pcl::GenericString< T, R, A > | inline |
DoubleQuoted() const | pcl::GenericString< T, R, A > | inline |
Enclosed(char_type c) const | pcl::GenericString< T, R, A > | inline |
end() | pcl::GenericString< T, R, A > | inline |
end() const noexcept | pcl::GenericString< T, R, A > | inline |
End() | pcl::GenericString< T, R, A > | inline |
End() const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWith(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWith(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWith(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWithIC(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWithIC(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
EndsWithIC(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
EnsureDoubleQuoted() | pcl::GenericString< T, R, A > | inline |
EnsureEnclosed(char_type c) | pcl::GenericString< T, R, A > | inline |
EnsureSingleQuoted() | pcl::GenericString< T, R, A > | inline |
EnsureUnique() | pcl::GenericString< T, R, A > | inline |
Fill(char_type c) | pcl::GenericString< T, R, A > | inline |
Fill(char_type c, size_type i, size_type n=maxPos) | pcl::GenericString< T, R, A > | inline |
Find(const GenericString< T, R1, A1 > &s, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
Find(const_c_string t, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
Find(char_type c, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirst(const GenericString< T, R1, A1 > &s, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirst(const_c_string t, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirst(char_type c, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirstIC(const GenericString< T, R1, A1 > &s, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirstIC(const_c_string t, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindFirstIC(char_type c, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindIC(const GenericString< T, R1, A1 > &s, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindIC(const_c_string t, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindIC(char_type c, size_type i=0) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLast(const GenericString< T, R1, A1 > &s, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLast(const_c_string t, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLast(char_type c, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLastIC(const GenericString< T, R1, A1 > &s, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLastIC(const_c_string t, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FindLastIC(char_type c, size_type r=maxPos) const noexcept | pcl::GenericString< T, R, A > | inline |
FirstChar() const noexcept | pcl::GenericString< T, R, A > | inline |
GenericString() | pcl::GenericString< T, R, A > | inline |
GenericString(const GenericString &s) | pcl::GenericString< T, R, A > | inline |
GenericString(GenericString &&s) | pcl::GenericString< T, R, A > | inline |
GenericString(const_c_string t) | pcl::GenericString< T, R, A > | inline |
GenericString(const_iterator i, const_iterator j) | pcl::GenericString< T, R, A > | inline |
GenericString(std::initializer_list< char_type > l) | pcl::GenericString< T, R, A > | inline |
GenericString(const_c_string t, size_type i, size_type n) | pcl::GenericString< T, R, A > | inline |
GenericString(char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
Hash(uint64 seed=0) const noexcept | pcl::GenericString< T, R, A > | inline |
Hash32(uint32 seed=0) const noexcept | pcl::GenericString< T, R, A > | inline |
Hash64(uint64 seed=0) const noexcept | pcl::GenericString< T, R, A > | inline |
HasWildcards() const noexcept | pcl::GenericString< T, R, A > | inline |
IndexAt(const_iterator i) const noexcept | pcl::GenericString< T, R, A > | inline |
Insert(size_type i, const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
Insert(size_type i, const_iterator p, const_iterator q) | pcl::GenericString< T, R, A > | inline |
Insert(size_type i, const_c_string t) | pcl::GenericString< T, R, A > | inline |
Insert(size_type i, const_c_string t, size_type n) | pcl::GenericString< T, R, A > | inline |
Insert(size_type i, char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
IsAliasOf(const GenericString &s) const noexcept | pcl::GenericString< T, R, A > | inline |
IsEmpty() const noexcept | pcl::GenericString< T, R, A > | inline |
IsNumeral() const noexcept | pcl::GenericString< T, R, A > | inline |
IsSymbol() const noexcept | pcl::GenericString< T, R, A > | inline |
IsUnique() const noexcept | pcl::GenericString< T, R, A > | inline |
IsValid() const noexcept | pcl::GenericString< T, R, A > | inline |
IsValidIdentifier(distance_type &pos) const noexcept | pcl::GenericString< T, R, A > | inline |
IsValidIdentifier() const noexcept | pcl::GenericString< T, R, A > | inline |
iterator typedef | pcl::GenericString< T, R, A > | |
JustifyCenter(size_type width, char_type fill=R::Blank()) | pcl::GenericString< T, R, A > | inline |
JustifyLeft(size_type width, char_type fill=R::Blank()) | pcl::GenericString< T, R, A > | inline |
JustifyRight(size_type width, char_type fill=R::Blank()) | pcl::GenericString< T, R, A > | inline |
LastChar() const noexcept | pcl::GenericString< T, R, A > | inline |
Left(size_type n) const | pcl::GenericString< T, R, A > | inline |
LeftJustified(size_type width, char_type fill=R::Blank()) const | pcl::GenericString< T, R, A > | inline |
Length() const noexcept | pcl::GenericString< T, R, A > | inline |
LowerBound() const noexcept | pcl::GenericString< T, R, A > | inline |
Lowercase() const | pcl::GenericString< T, R, A > | inline |
maxPos | pcl::GenericString< T, R, A > | static |
notFound | pcl::GenericString< T, R, A > | static |
operator*() | pcl::GenericString< T, R, A > | inline |
operator*() const noexcept | pcl::GenericString< T, R, A > | inline |
operator+=(const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
operator+=(const_c_string t) | pcl::GenericString< T, R, A > | inline |
operator+=(char_type c) | pcl::GenericString< T, R, A > | inline |
operator-=(const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
operator-=(const_c_string t) | pcl::GenericString< T, R, A > | inline |
operator-=(char_type c) | pcl::GenericString< T, R, A > | inline |
operator=(const GenericString &s) | pcl::GenericString< T, R, A > | inline |
operator=(GenericString &&s) | pcl::GenericString< T, R, A > | inline |
operator=(const_c_string t) | pcl::GenericString< T, R, A > | inline |
operator=(char_type c) | pcl::GenericString< T, R, A > | inline |
operator[](size_type i) | pcl::GenericString< T, R, A > | inline |
operator[](size_type i) const noexcept | pcl::GenericString< T, R, A > | inline |
Prefix(size_type i) const | pcl::GenericString< T, R, A > | inline |
Prepend(const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
Prepend(const_iterator i, const_iterator j) | pcl::GenericString< T, R, A > | inline |
Prepend(const_c_string t, size_type n) | pcl::GenericString< T, R, A > | inline |
Prepend(const_c_string t) | pcl::GenericString< T, R, A > | inline |
Prepend(char_type c, size_type n=1) | pcl::GenericString< T, R, A > | inline |
Release() | pcl::GenericString< T, R, A > | inline |
Replace(size_type i, size_type n, const GenericString< T, R1, A1 > &s) | pcl::GenericString< T, R, A > | inline |
Replace(size_type i, size_type n, const_c_string t) | pcl::GenericString< T, R, A > | inline |
Replace(size_type i, size_type n, char_type c, size_type nc=1) | pcl::GenericString< T, R, A > | inline |
ReplaceChar(char_type c1, char_type c2, size_type i=0, size_type n=maxPos) | pcl::GenericString< T, R, A > | inline |
ReplaceCharIC(char_type c1, char_type c2, size_type i=0, size_type n=maxPos) | pcl::GenericString< T, R, A > | inline |
ReplaceString(const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2, size_type i=0) | pcl::GenericString< T, R, A > | inline |
ReplaceString(const_c_string t1, const_c_string t2, size_type i=0) | pcl::GenericString< T, R, A > | inline |
ReplaceStringIC(const GenericString< T, R1, A1 > &s1, const GenericString< T, R2, A2 > &s2, size_type i=0) | pcl::GenericString< T, R, A > | inline |
ReplaceStringIC(const_c_string t1, const_c_string t2, size_type i=0) | pcl::GenericString< T, R, A > | inline |
Reserve(size_type n) | pcl::GenericString< T, R, A > | inline |
ResizedToNullTerminated() const | pcl::GenericString< T, R, A > | inline |
ResizeToNullTerminated() | pcl::GenericString< T, R, A > | inline |
Reverse() | pcl::GenericString< T, R, A > | inline |
reverse_iterator typedef | pcl::GenericString< T, R, A > | |
ReverseBegin() | pcl::GenericString< T, R, A > | inline |
ReverseBegin() const noexcept | pcl::GenericString< T, R, A > | inline |
Reversed() const | pcl::GenericString< T, R, A > | inline |
ReverseEnd() | pcl::GenericString< T, R, A > | inline |
ReverseEnd() const noexcept | pcl::GenericString< T, R, A > | inline |
Right(size_type n) const | pcl::GenericString< T, R, A > | inline |
RightJustified(size_type width, char_type fill=R::Blank()) const | pcl::GenericString< T, R, A > | inline |
SecureFill(char c='\0') noexcept | pcl::GenericString< T, R, A > | inline |
SetAllocator(const allocator &a) | pcl::GenericString< T, R, A > | inline |
SetLength(size_type n) | pcl::GenericString< T, R, A > | inline |
SetToLength(size_type n) const | pcl::GenericString< T, R, A > | inline |
SingleQuoted() const | pcl::GenericString< T, R, A > | inline |
Size() const noexcept | pcl::GenericString< T, R, A > | inline |
Sort() | pcl::GenericString< T, R, A > | inline |
Sort(BP p) | pcl::GenericString< T, R, A > | inline |
Sorted() const | pcl::GenericString< T, R, A > | inline |
Sorted(BP p) const | pcl::GenericString< T, R, A > | inline |
Squeeze() | pcl::GenericString< T, R, A > | inline |
Squeezed() const | pcl::GenericString< T, R, A > | inline |
StartsWith(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
StartsWith(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
StartsWith(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
StartsWithIC(const GenericString< T, R1, A1 > &s) const noexcept | pcl::GenericString< T, R, A > | inline |
StartsWithIC(const_c_string t) const noexcept | pcl::GenericString< T, R, A > | inline |
StartsWithIC(char_type c) const noexcept | pcl::GenericString< T, R, A > | inline |
Substring(size_type i, size_type n=maxPos) const | pcl::GenericString< T, R, A > | inline |
Suffix(size_type i) const | pcl::GenericString< T, R, A > | inline |
Swap(GenericString &s) noexcept | pcl::GenericString< T, R, A > | inline |
ToCaseFolded() | pcl::GenericString< T, R, A > | inline |
ToLowercase() | pcl::GenericString< T, R, A > | inline |
ToUppercase() | pcl::GenericString< T, R, A > | inline |
Transfer(GenericString &s) | pcl::GenericString< T, R, A > | inline |
Transfer(GenericString &&s) | pcl::GenericString< T, R, A > | inline |
Trim() | pcl::GenericString< T, R, A > | inline |
TrimLeft() | pcl::GenericString< T, R, A > | inline |
Trimmed() const | pcl::GenericString< T, R, A > | inline |
TrimmedLeft() const | pcl::GenericString< T, R, A > | inline |
TrimmedRight() const | pcl::GenericString< T, R, A > | inline |
TrimRight() | pcl::GenericString< T, R, A > | inline |
Unquote() | pcl::GenericString< T, R, A > | inline |
Unquoted() const | pcl::GenericString< T, R, A > | inline |
UpperBound() const noexcept | pcl::GenericString< T, R, A > | inline |
Uppercase() const | pcl::GenericString< T, R, A > | inline |
WildMatch(const GenericString< T, R1, A1 > &pattern, bool caseSensitive=true) const noexcept | pcl::GenericString< T, R, A > | inline |
WildMatch(const_c_string pattern, bool caseSensitive=true) const noexcept | pcl::GenericString< T, R, A > | inline |
WildMatchIC(const GenericString< T, R1, A1 > &pattern) const noexcept | pcl::GenericString< T, R, A > | inline |
WildMatchIC(const_c_string pattern) const noexcept | pcl::GenericString< T, R, A > | inline |
~GenericString() | pcl::GenericString< T, R, A > | inline |