PCL
|
|
inline |
Returns a string with the concatenation of two strings s1 and s2.
Returns a UTF-16 string with the concatenation of two UTF-16 strings s1 and s2.
Definition at line 7786 of file String.h.
References pcl::GenericString< T, R, A >::Append().
|
inline |
|
inline |
Returns a string with the concatenation of a string s1 and a single character c2.
Returns a UTF-16 string with the concatenation of a UTF-16 string s1 and a single UTF-16 character c2.
Definition at line 7958 of file String.h.
References pcl::GenericString< T, R, A >::Append().
|
inline |
Returns a string with the concatenation of a string s1 and a null-terminated string t2.
Definition at line 7888 of file String.h.
References pcl::GenericString< T, R, A >::Append().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns a string with the concatenation of a single character c1 and a string s2.
Returns a UTF-16 string with the concatenation of a single UTF-16 character c1 and a UTF-16 string s2.
Definition at line 7992 of file String.h.
References pcl::GenericString< T, R, A >::Prepend().
|
inline |
|
inline |
|
inline |
Returns a string with the concatenation of a null-terminated string t1 and a string s2.
Definition at line 7922 of file String.h.
References pcl::GenericString< T, R, A >::Prepend().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Appends a string s2 to a string s1. Returns a reference to the left-hand operand string s1
Definition at line 8028 of file String.h.
References pcl::GenericString< T, R, A >::Append().
|
inline |
Appends a single character c2 to a string s1. Returns a reference to the left-hand operand string s1
Definition at line 8072 of file String.h.
References pcl::GenericString< T, R, A >::Append().
|
inline |
Appends a null-terminated string t2 to a string s1. Returns a reference to the left-hand operand string s1
Definition at line 8050 of file String.h.
References pcl::GenericString< T, R, A >::Append().