PCL
|
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string) More...
#include <String.h>
Public Member Functions | |
IsoString ()=default | |
IsoString (bool x) | |
IsoString (char_type c, size_type n=1) | |
IsoString (Complex< double > &x) | |
IsoString (Complex< float > &x) | |
IsoString (Complex< long double > &x) | |
IsoString (const ByteArray &B) | |
IsoString (const IsoString &)=default | |
IsoString (const string_base &s) | |
IsoString (const ustring_base &s) | |
IsoString (const_c_string t) | |
IsoString (const_c_string t, size_type i, size_type n) | |
IsoString (const_c_ustring t) | |
IsoString (const_c_ustring t, size_type i, size_type n) | |
IsoString (const_iterator i, const_iterator j) | |
IsoString (double x) | |
IsoString (float x) | |
IsoString (int x) | |
IsoString (IsoString &&)=default | |
IsoString (long double x) | |
IsoString (long long x) | |
IsoString (long x) | |
IsoString (short x) | |
IsoString (std::initializer_list< char_type > l) | |
IsoString (string_base &&s) | |
IsoString (unsigned int x) | |
IsoString (unsigned long long x) | |
IsoString (unsigned long x) | |
IsoString (unsigned short x) | |
IsoString & | AppendFormat (const_c_string fmt,...) |
int | AppendVFormat (const_c_string fmt, va_list paramList) |
IsoString | DecodedHTMLSpecialChars () const |
IsoString | EncodedHTMLSpecialChars () const |
IsoString & | Format (const_c_string fmt,...) |
ByteArray | FromBase64 () const |
ByteArray | FromBase64URL () const |
ByteArray | FromHex () const |
ByteArray | FromURLEncoded () const |
ustring_base | MBSToWCS () const |
IsoString & | operator= (char_type c) |
IsoString & | operator= (const IsoString &s) |
IsoString & | operator= (const string_base &s) |
IsoString & | operator= (const ustring_base &s) |
IsoString & | operator= (const_c_string t) |
IsoString & | operator= (const_c_ustring t) |
IsoString & | operator= (IsoString &&s) |
IsoString & | operator= (string_base &&s) |
void | ParseISO8601DateTime (int &year, int &month, int &day, double &dayf, double &tz) const |
Array< double > | ParseListOfDouble (char separator=',', size_type maxCount=~size_type(0)) const |
GenericVector< double > | ParseListOfDoubleAsVector (char separator=',', int maxCount=int_max) const |
Array< float > | ParseListOfFloat (char separator=',', size_type maxCount=~size_type(0)) const |
GenericVector< float > | ParseListOfFloatAsVector (char separator=',', int maxCount=int_max) const |
void | ParseSexagesimal (int &sign, int &s1, int &s2, double &s3, const Array< char_type > &separators) const |
void | ParseSexagesimal (int &sign, int &s1, int &s2, double &s3, const IsoString &separator=':') const |
double | SexagesimalToDouble (const Array< char_type > &separators) const |
double | SexagesimalToDouble (const IsoString &separator=':') const |
bool | ToBool () const |
ByteArray | ToByteArray () const |
template<class C > | |
IsoString & | ToColonSeparated (const C &c) |
template<class C > | |
IsoString & | ToCommaSeparated (const C &c) |
IsoString & | ToDecodedHTMLSpecialChars () |
double | ToDouble () const |
IsoString & | ToEncodedHTMLSpecialChars () |
float | ToFloat () const |
template<class C > | |
IsoString & | ToHyphenated (const C &c) |
long | ToInt () const |
long | ToInt (int base) const |
long long | ToInt64 () const |
long long | ToInt64 (int base) const |
template<class C > | |
IsoString & | ToNewLineSeparated (const C &c) |
template<class C > | |
IsoString & | ToNullSeparated (const C &c) |
template<class C > | |
IsoString & | ToSeparated (const C &c, char_type separator) |
template<class C , class AF > | |
IsoString & | ToSeparated (const C &c, char_type separator, AF append) |
template<class C > | |
IsoString & | ToSeparated (const C &c, const IsoString &separator) |
template<class C , class AF > | |
IsoString & | ToSeparated (const C &c, const IsoString &separator, AF append) |
template<class C > | |
IsoString & | ToSeparated (const C &c, const_c_string separator) |
template<class C , class AF > | |
IsoString & | ToSeparated (const C &c, const_c_string separator, AF append) |
template<class C > | |
IsoString & | ToSpaceSeparated (const C &c) |
ustring_base | ToString () const |
template<class C > | |
IsoString & | ToTabSeparated (const C &c) |
unsigned long | ToUInt () const |
unsigned long | ToUInt (int base) const |
unsigned long long | ToUInt64 () const |
unsigned long long | ToUInt64 (int base) const |
IsoString & | ToURLDecoded () |
IsoString & | ToURLEncoded () |
bool | TryParseISO8601DateTime (int &year, int &month, int &day, double &dayf, double &tz) const noexcept |
bool | TryParseSexagesimal (int &sign, int &s1, int &s2, double &s3, const Array< char_type > &separators) const noexcept |
bool | TryParseSexagesimal (int &sign, int &s1, int &s2, double &s3, const IsoString &separator=':') const noexcept |
bool | TrySexagesimalToDouble (double &value, const Array< char_type > &separators) const noexcept |
bool | TrySexagesimalToDouble (double &value, const IsoString &separator=':') const noexcept |
bool | TryToBool (bool &value) const noexcept |
bool | TryToDouble (double &value) const noexcept |
bool | TryToFloat (float &value) const noexcept |
bool | TryToInt (int &value) const noexcept |
bool | TryToInt (int &value, int base) const noexcept |
bool | TryToInt64 (long long &value) const noexcept |
bool | TryToInt64 (long long &value, int base) const noexcept |
bool | TryToUInt (unsigned &value) const noexcept |
bool | TryToUInt (unsigned &value, int base) const noexcept |
bool | TryToUInt64 (unsigned long long &value) const noexcept |
bool | TryToUInt64 (unsigned long long &value, int base) const noexcept |
IsoString | URLDecoded () const |
IsoString | URLEncoded () const |
ustring_base | UTF8ToUTF16 (size_type i=0, size_type n=maxPos) const |
int | VFormat (const_c_string fmt, va_list paramList) |
Public Member Functions inherited from pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR > | |
GenericString () | |
GenericString (char_type c, size_type n=1) | |
GenericString (const GenericString &s) | |
GenericString (const_c_string t) | |
GenericString (const_c_string t, size_type i, size_type n) | |
GenericString (const_iterator i, const_iterator j) | |
GenericString (GenericString &&s) | |
GenericString (std::initializer_list< char_type > l) | |
~GenericString () | |
void | Add (char_type c, size_type n=1) |
void | Add (const GenericString< char, R1, A1 > &s) |
void | Add (const_c_string t) |
void | Add (const_c_string t, size_type n) |
void | Add (const_iterator i, const_iterator j) |
const allocator & | Allocator () const noexcept |
void | Append (char_type c, size_type n=1) |
void | Append (const GenericString< char, R1, A1 > &s) |
void | Append (const_c_string t) |
void | Append (const_c_string t, size_type n) |
void | Append (const_iterator i, const_iterator j) |
void | Assign (char_type c, size_type n=1) |
void | Assign (const GenericString &s) |
void | Assign (const GenericString &s, size_type i, size_type n) |
void | Assign (const_c_string t) |
void | Assign (const_c_string t, size_type i, size_type n) |
void | Assign (const_iterator i, const_iterator j) |
void | Assign (std::initializer_list< char_type > l) |
iterator | At (size_type i) |
const_iterator | At (size_type i) const noexcept |
size_type | Available () const noexcept |
iterator | Begin () |
iterator | begin () |
const_iterator | Begin () const noexcept |
const_iterator | begin () const noexcept |
size_type | Break (C &list, char_type c, bool trim=false, size_type i=0) const |
size_type | Break (C &list, const Array< S > &ca, bool trim=false, size_type i=0) const |
size_type | Break (C &list, const GenericString< char, R1, A1 > &s, bool trim=false, size_type i=0) const |
size_type | Break (C &list, const_c_string s, bool trim=false, size_type i=0) const |
size_type | BreakIC (C &list, char_type c, bool trim=false, size_type i=0) const |
size_type | BreakIC (C &list, const GenericString< char, R1, A1 > &s, bool trim=false, size_type i=0) const |
size_type | BreakIC (C &list, const_c_string s, bool trim=false, size_type i=0) const |
void | c_copy (iterator dst, size_type maxCharsToCopy, size_type i=0) const noexcept |
const_c_string | c_str () const noexcept |
size_type | Capacity () const noexcept |
GenericString | CaseFolded () const |
GenericString | CenterJustified (size_type width, char_type fill=R::Blank()) const |
void | Clear () |
int | Compare (char_type c, bool caseSensitive=true, bool localeAware=true) const noexcept |
int | Compare (const GenericString< char, R1, A1 > &s, bool caseSensitive=true, bool localeAware=true) const noexcept |
int | Compare (const_c_string t, bool caseSensitive=true, bool localeAware=true) const noexcept |
int | CompareCodePoints (char_type c, bool caseSensitive=true) const noexcept |
int | CompareCodePoints (const GenericString< char, R1, A1 > &s, bool caseSensitive=true) const noexcept |
int | CompareCodePoints (const_c_string t, bool caseSensitive=true) const noexcept |
int | CompareIC (char_type c, bool localeAware=true) const noexcept |
int | CompareIC (const GenericString< char, R1, A1 > &s, bool localeAware=true) const noexcept |
int | CompareIC (const_c_string t, bool localeAware=true) const noexcept |
bool | Contains (char_type c) const noexcept |
bool | Contains (const GenericString< char, R1, A1 > &s) const noexcept |
bool | Contains (const_c_string t) const noexcept |
bool | ContainsIC (char_type c) const noexcept |
bool | ContainsIC (const GenericString< char, R1, A1 > &s) const noexcept |
bool | ContainsIC (const_c_string t) const noexcept |
void | Delete (size_type i, size_type n=1) |
void | DeleteChar (char_type c, size_type i=0) |
void | DeleteCharIC (char_type c, size_type i=0) |
void | DeleteLeft (size_type i) |
void | DeleteRight (size_type i) |
void | DeleteString (const GenericString< char, R1, A1 > &s, size_type i=0) |
void | DeleteString (const_c_string t, size_type i=0) |
void | DeleteStringIC (const GenericString< char, R1, A1 > &s, size_type i=0) |
void | DeleteStringIC (const_c_string t, size_type i=0) |
GenericString | DoubleQuoted () const |
GenericString | Enclosed (char_type c) const |
iterator | End () |
iterator | end () |
const_iterator | End () const noexcept |
const_iterator | end () const noexcept |
bool | EndsWith (char_type c) const noexcept |
bool | EndsWith (const GenericString< char, R1, A1 > &s) const noexcept |
bool | EndsWith (const_c_string t) const noexcept |
bool | EndsWithIC (char_type c) const noexcept |
bool | EndsWithIC (const GenericString< char, R1, A1 > &s) const noexcept |
bool | EndsWithIC (const_c_string t) const noexcept |
void | EnsureDoubleQuoted () |
void | EnsureEnclosed (char_type c) |
void | EnsureSingleQuoted () |
void | EnsureUnique () |
void | Fill (char_type c) |
void | Fill (char_type c, size_type i, size_type n=maxPos) |
size_type | Find (char_type c, size_type i=0) const noexcept |
size_type | Find (const GenericString< char, R1, A1 > &s, size_type i=0) const noexcept |
size_type | Find (const_c_string t, size_type i=0) const noexcept |
size_type | FindFirst (char_type c, size_type i=0) const noexcept |
size_type | FindFirst (const GenericString< char, R1, A1 > &s, size_type i=0) const noexcept |
size_type | FindFirst (const_c_string t, size_type i=0) const noexcept |
size_type | FindFirstIC (char_type c, size_type i=0) const noexcept |
size_type | FindFirstIC (const GenericString< char, R1, A1 > &s, size_type i=0) const noexcept |
size_type | FindFirstIC (const_c_string t, size_type i=0) const noexcept |
size_type | FindIC (char_type c, size_type i=0) const noexcept |
size_type | FindIC (const GenericString< char, R1, A1 > &s, size_type i=0) const noexcept |
size_type | FindIC (const_c_string t, size_type i=0) const noexcept |
size_type | FindLast (char_type c, size_type r=maxPos) const noexcept |
size_type | FindLast (const GenericString< char, R1, A1 > &s, size_type r=maxPos) const noexcept |
size_type | FindLast (const_c_string t, size_type r=maxPos) const noexcept |
size_type | FindLastIC (char_type c, size_type r=maxPos) const noexcept |
size_type | FindLastIC (const GenericString< char, R1, A1 > &s, size_type r=maxPos) const noexcept |
size_type | FindLastIC (const_c_string t, size_type r=maxPos) const noexcept |
char_type | FirstChar () const noexcept |
uint64 | Hash (uint64 seed=0) const noexcept |
uint32 | Hash32 (uint32 seed=0) const noexcept |
uint64 | Hash64 (uint64 seed=0) const noexcept |
bool | HasWildcards () const noexcept |
size_type | IndexAt (const_iterator i) const noexcept |
void | Insert (size_type i, char_type c, size_type n=1) |
void | Insert (size_type i, const GenericString< char, R1, A1 > &s) |
void | Insert (size_type i, const_c_string t) |
void | Insert (size_type i, const_c_string t, size_type n) |
void | Insert (size_type i, const_iterator p, const_iterator q) |
bool | IsAliasOf (const GenericString &s) const noexcept |
bool | IsEmpty () const noexcept |
bool | IsNumeral () const noexcept |
bool | IsSymbol () const noexcept |
bool | IsUnique () const noexcept |
bool | IsValid () const noexcept |
bool | IsValidIdentifier () const noexcept |
bool | IsValidIdentifier (distance_type &pos) const noexcept |
void | JustifyCenter (size_type width, char_type fill=R::Blank()) |
void | JustifyLeft (size_type width, char_type fill=R::Blank()) |
void | JustifyRight (size_type width, char_type fill=R::Blank()) |
char_type | LastChar () const noexcept |
GenericString | Left (size_type n) const |
GenericString | LeftJustified (size_type width, char_type fill=R::Blank()) const |
size_type | Length () const noexcept |
size_type | LowerBound () const noexcept |
GenericString | Lowercase () const |
char_type & | operator* () |
char_type | operator* () const noexcept |
GenericString & | operator+= (char_type c) |
GenericString & | operator+= (const GenericString< char, R1, A1 > &s) |
GenericString & | operator+= (const_c_string t) |
GenericString & | operator-= (char_type c) |
GenericString & | operator-= (const GenericString< char, R1, A1 > &s) |
GenericString & | operator-= (const_c_string t) |
GenericString & | operator= (char_type c) |
GenericString & | operator= (const GenericString &s) |
GenericString & | operator= (const_c_string t) |
GenericString & | operator= (GenericString &&s) |
char_type & | operator[] (size_type i) |
char_type | operator[] (size_type i) const noexcept |
GenericString | Prefix (size_type i) const |
void | Prepend (char_type c, size_type n=1) |
void | Prepend (const GenericString< char, R1, A1 > &s) |
void | Prepend (const_c_string t) |
void | Prepend (const_c_string t, size_type n) |
void | Prepend (const_iterator i, const_iterator j) |
c_string | Release () |
void | Replace (size_type i, size_type n, char_type c, size_type nc=1) |
void | Replace (size_type i, size_type n, const GenericString< char, R1, A1 > &s) |
void | Replace (size_type i, size_type n, const_c_string t) |
void | ReplaceChar (char_type c1, char_type c2, size_type i=0, size_type n=maxPos) |
void | ReplaceCharIC (char_type c1, char_type c2, size_type i=0, size_type n=maxPos) |
void | ReplaceString (const GenericString< char, R1, A1 > &s1, const GenericString< char, R2, A2 > &s2, size_type i=0) |
void | ReplaceString (const_c_string t1, const_c_string t2, size_type i=0) |
void | ReplaceStringIC (const GenericString< char, R1, A1 > &s1, const GenericString< char, R2, A2 > &s2, size_type i=0) |
void | ReplaceStringIC (const_c_string t1, const_c_string t2, size_type i=0) |
void | Reserve (size_type n) |
GenericString | ResizedToNullTerminated () const |
void | ResizeToNullTerminated () |
void | Reverse () |
reverse_iterator | ReverseBegin () |
const_reverse_iterator | ReverseBegin () const noexcept |
GenericString | Reversed () const |
reverse_iterator | ReverseEnd () |
const_reverse_iterator | ReverseEnd () const noexcept |
GenericString | Right (size_type n) const |
GenericString | RightJustified (size_type width, char_type fill=R::Blank()) const |
void | SecureFill (char c='\0') noexcept |
void | SetAllocator (const allocator &a) |
void | SetLength (size_type n) |
GenericString | SetToLength (size_type n) const |
GenericString | SingleQuoted () const |
size_type | Size () const noexcept |
void | Sort () |
void | Sort (BP p) |
GenericString | Sorted () const |
GenericString | Sorted (BP p) const |
void | Squeeze () |
GenericString | Squeezed () const |
bool | StartsWith (char_type c) const noexcept |
bool | StartsWith (const GenericString< char, R1, A1 > &s) const noexcept |
bool | StartsWith (const_c_string t) const noexcept |
bool | StartsWithIC (char_type c) const noexcept |
bool | StartsWithIC (const GenericString< char, R1, A1 > &s) const noexcept |
bool | StartsWithIC (const_c_string t) const noexcept |
GenericString | Substring (size_type i, size_type n=maxPos) const |
GenericString | Suffix (size_type i) const |
void | Swap (GenericString &s) noexcept |
void | ToCaseFolded () |
void | ToLowercase () |
void | ToUppercase () |
void | Transfer (GenericString &&s) |
void | Transfer (GenericString &s) |
void | Trim () |
void | TrimLeft () |
GenericString | Trimmed () const |
GenericString | TrimmedLeft () const |
GenericString | TrimmedRight () const |
void | TrimRight () |
void | Unquote () |
GenericString | Unquoted () const |
size_type | UpperBound () const noexcept |
GenericString | Uppercase () const |
bool | WildMatch (const GenericString< char, R1, A1 > &pattern, bool caseSensitive=true) const noexcept |
bool | WildMatch (const_c_string pattern, bool caseSensitive=true) const noexcept |
bool | WildMatchIC (const GenericString< char, R1, A1 > &pattern) const noexcept |
bool | WildMatchIC (const_c_string pattern) const noexcept |
Static Public Member Functions | |
static IsoString | CurrentLocalISO8601DateTime (const ISO8601ConversionOptions &options=ISO8601ConversionOptions()) |
static IsoString | CurrentUTCISO8601DateTime (const ISO8601ConversionOptions &options=ISO8601ConversionOptions()) |
template<class C > | |
static ByteArray | FromURLEncoded (const C &c) |
static ByteArray | FromURLEncoded (const void *data, size_type length) |
static IsoString | Random (size_type n, RandomizationOptions options=RandomizationOption::Default) |
template<class C > | |
static IsoString | ToBase64 (const C &c) |
static IsoString | ToBase64 (const void *data, size_type length) |
template<class C > | |
static IsoString | ToBase64URL (const C &c) |
static IsoString | ToBase64URL (const void *data, size_type length) |
template<class C > | |
static IsoString | ToHex (const C &c) |
static IsoString | ToHex (const void *data, size_type length) |
static IsoString | ToISO8601DateTime (int year, int month, int day, double dayf, double tz=0, const ISO8601ConversionOptions &options=ISO8601ConversionOptions()) |
static IsoString | ToSexagesimal (double d, const SexagesimalConversionOptions &options=SexagesimalConversionOptions()) |
static IsoString | ToSexagesimal (int sign, double s1, double s2, double s3, const SexagesimalConversionOptions &options=SexagesimalConversionOptions()) |
template<class C > | |
static IsoString | ToURLDecoded (const C &c) |
static IsoString | ToURLDecoded (const void *data, size_type length) |
template<class C > | |
static IsoString | ToURLEncoded (const C &c) |
static IsoString | ToURLEncoded (const void *data, size_type length) |
static IsoString | UUID () |
Static Public Member Functions inherited from pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR > | |
static size_type | BytesPerChar () noexcept |
static size_type | DeleteFreeList () |
Additional Inherited Members | |
Static Public Attributes inherited from pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR > | |
static const size_type | maxPos |
static const size_type | notFound |
IsoString derives from a template instantiation of GenericString for the char
type. On the PixInsight platform, IsoString represents a dynamic ISO/IEC-8859-1 string, an 8-bit Unicode Transformation Format (UTF-8) string, or even a sequence of ASCII (or Latin-1) characters, depending on the context and type of transformations applied.
using pcl::IsoString::string_base = GenericString<char, IsoCharTraits, PCL_STRING_ALLOCATOR> |
using pcl::IsoString::ustring_base = GenericString<char16_type, CharTraits, PCL_STRING_ALLOCATOR> |
|
default |
Constructs an empty IsoString object.
|
inline |
|
default |
Copy constructor.
|
inline |
|
default |
Move constructor.
|
inlineexplicit |
Constructs an IsoString as a copy of the specified Unicode string s, transformed to ISO/IEC-8859-1. Characters in the Unicode string that cannot be converted to ISO/IEC-8859-1 (that is, code points greater than 0x100) will have undefined values in the 8-bit string. Undefined values are represented with question mark characters (?).
|
inline |
|
inline |
|
inline |
|
inline |
Constructs an IsoString with a copy of the character sequence stored in the specified initializer list l.
This constructor is equivalent to:
|
inlineexplicit |
Constructs an IsoString as a copy of the null-terminated Unicode (UTF-16) string t, transformed to ISO/IEC-8859-1.
If the specified Unicode string t contains characters that cannot be converted to ISO/IEC-8859-1 characters, the corresponding characters in this string will have undefined values. For conversions from UTF-16 to UTF-8, see String::ToUTF8() and String::UTF16ToUTF8().
|
inline |
Constructs an IsoString with the n first characters of the null-terminated Unicode (UTF-16) string t, starting from its i-th character, transformed to ISO/IEC-8859-1.
If the specified Unicode string t contains characters that cannot be converted to ISO/IEC-8859-1 characters, the corresponding characters in this string will have undefined values. For conversions from UTF-16 to UTF-8, see String::ToUTF8() and String::UTF16ToUTF8().
Definition at line 12295 of file String.h.
References pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR >::end(), pcl::CharTraits::Length(), and pcl::Min().
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
|
inlineexplicit |
Constructs an IsoString as a literal representation of an fcomplex
value.
Definition at line 5785 of file String.h.
References pcl::Complex< T >::Imag(), and pcl::Complex< T >::Real().
|
inlineexplicit |
Constructs an IsoString as a literal representation of a dcomplex
value.
Definition at line 5795 of file String.h.
References pcl::Complex< T >::Imag(), and pcl::Complex< T >::Real().
|
inlineexplicit |
Constructs an IsoString as a literal representation of an lcomplex
value.
Definition at line 5805 of file String.h.
References pcl::Complex< T >::Imag(), and pcl::Complex< T >::Real().
|
inline |
Appends a formatted representation of a variable-length set of values to the current contents of this string. Returns a reference to this string.
The fmt null-terminated string is a standard printf format string. It follows the same rules as its counterpart parameter in the standard printf( const char* fmt, ... ) C runtime function.
The required space to store the resulting formatted output is calculated and allocated transparently.
int pcl::IsoString::AppendVFormat | ( | const_c_string | fmt, |
va_list | paramList | ||
) |
Appends a formatted representation of a variable-length set of values, specified as a va_list
standard parameter list, to the current contents of this string. Returns the number of characters appended.
The fmt null-terminated string is a standard printf format string. It follows the same rules as its counterpart parameter in the standard printf( const char* fmt, ... ) C runtime function.
The required space to store the resulting formatted output is calculated and allocated transparently.
|
static |
Returns an ASCII representation of the current local date and time in ISO 8601 extended format.
options | Optional settings to control the representation of date and time in ISO 8601 format. |
|
static |
Returns an ASCII representation of the current UTC date and time in ISO 8601 extended format.
options | Optional settings to control the representation of date and time in ISO 8601 format. |
|
inline |
Returns a duplicate of this string with all occurrences of special HTML entities replaced with their corresponding plain text character equivalents.
|
inline |
Returns a duplicate of this string with all occurrences of HTML special characters replaced with valid HTML entities.
|
inline |
Replaces the contents of this string with a formatted representation of a variable-length set of values. Returns a reference to this string.
The fmt null-terminated string is a standard printf format string. It follows the same rules as its counterpart parameter in the standard printf( const char* fmt, ... ) C runtime function.
The required space to store the resulting formatted output is calculated and allocated transparently.
Definition at line 6570 of file String.h.
Referenced by pcl::RGBAColorToHexString(), and pcl::RGBColorToHexString().
ByteArray pcl::IsoString::FromBase64 | ( | ) | const |
Decodes a Base64-encoded string, and returns the decoded binary raw data stored in a ByteArray object.
This function expects this string to be Base64-encoded; if it isn't, or if it contains an invalid Base64 representation, a ParseError exception will be thrown.
If this string is empty, this function returns an empty ByteArray.
Referenced by FromBase64URL().
|
inline |
Decodes a Base64URL-encoded string, and returns the decoded binary raw data stored in a ByteArray object.
See ToBase64URL( const void*, size_type ) for information on Base64URL encoding and its differences with respect to standard Base64.
Definition at line 7743 of file String.h.
References FromBase64().
ByteArray pcl::IsoString::FromHex | ( | ) | const |
Decodes an hex-encoded string, and returns the decoded binary raw data stored in a ByteArray object.
This function expects this string to be hex-encoded; if it isn't, or if it contains invalid hexadecimal digits, a ParseError exception will be thrown.
If this string is empty, this function returns an empty ByteArray.
|
inline |
Decodes this URL-encoded string, and returns the decoded binary raw data as a ByteArray object.
This function replaces all percent-encoded character representations in this string with their actual characters in the output array.
If this string is empty, this function returns an empty ByteArray.
|
inlinestatic |
Decodes a URL-encoded generic string represented as a container c. Returns the decoded binary raw data as a ByteArray object.
Decodes a URL-encoded string stored as a raw data vector of the specified length in bytes. Returns the decoded binary raw data as a ByteArray object.
This function replaces all percent-encoded character representations in the specified data vector with their actual characters in the output array.
ustring_base pcl::IsoString::MBSToWCS | ( | ) | const |
Returns a copy of this multibyte string converted to a UTF-16 string. This conversion is dependent on the current locale.
In the event of conversion error (if there are invalid multibyte characters in the source string) this routine returns an empty string.
This member function is a convenience wrapper for the mbstowcs() routine of the standard C runtime library. Note that on platforms where the size of wchar_t is four bytes (e.g. Linux) this routine performs an additional conversion from UTF-32 to UTF-16. On platforms where the size of wchar_t is two bytes (e.g. Windows), the conversion is direct.
|
inline |
|
inline |
Assigns a copy of the Unicode string s (UTF-16) to this string, after converting source UTF-16 characters to ISO/IEC-8859-1 characters. Returns a reference to this object.
If the specified UTF-16 string contains characters that cannot be converted to ISO/IEC-8859-1, the corresponding characters in this string will have undefined values. For conversions from UTF-16 to UTF-8, see String::ToUTF8() and String::UTF16ToUTF8().
Definition at line 5900 of file String.h.
References pcl::GenericString< T, R, A >::Begin().
|
inline |
|
inline |
Assigns a copy of the null-terminated Unicode string s (UTF-16) to this string, after converting source UTF-16 characters to ISO/IEC-8859-1 characters. Returns a reference to this object.
If the specified UTF-16 string contains characters that cannot be converted to ISO/IEC-8859-1, the corresponding characters in this string will have undefined values. For conversions from UTF-16 to UTF-8, see String::ToUTF8() and String::UTF16ToUTF8().
Definition at line 12307 of file String.h.
References pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR >::Clear(), pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR >::end(), and pcl::CharTraits::Length().
|
inline |
void pcl::IsoString::ParseISO8601DateTime | ( | int & | year, |
int & | month, | ||
int & | day, | ||
double & | dayf, | ||
double & | tz | ||
) | const |
Evaluates this string as a date and time specification in ISO 8601 extended format, and stores the resulting components in the specified variables.
year | On output, the year of the date. |
month | On output, the month of the date in the range [1,12]. |
day | On output, the day of the date in the range [1,31]. |
dayf | On output, the day fraction corresponding to the time specification, in the range [0,1). |
tz | On output, the time zone offset in hours, in the range [-12,+12]. |
In ISO 8601 extended representations, decimal fractions must be divided from integer parts exclusively by the full stop or dot character ('.', ASCII code point 46(10) = 2E(16)).
Referenced by pcl::TimePoint::TimePoint(), and pcl::TimePoint::FromString().
Array<double> pcl::IsoString::ParseListOfDouble | ( | char | separator = ',' , |
size_type | maxCount = ~size_type(0) |
||
) | const |
Evaluates this string as a sequence:
<f1><sep><f2><sep> ... <sep><fn>
as a list <f1><f2>...<fn> of 64-bit floating point values separated by <sep> separator characters.
separator | The separator character. Cannot be a character pertaining to a floating point numeric representation (decimal digit [09], sign character [+-], decimal separator '.' or exponent delimiter [eE]). If not specified, the default separator is a comma character ','. |
maxCount | The maximum number of values allowed. If the parsed list includes more than this number of elements, a ParseError exception will be thrown with the appropriate error message. If this parameter is not specified, there is no practical limit on the list's length by default. |
Returns a dynamic array of double
values. Returns an empty array if this string is either empty or entirely composed of trimmable characters.
For each element in the parsed list, trimmable characters (whitespace) are ignored. Empty list elements (that is, sequences of contiguous separator characters, or separators separated by trimmable characters) are not allowed. In the event of syntactic errors or invalid or unrepresentable values, this function throws a ParseError exception.
GenericVector<double> pcl::IsoString::ParseListOfDoubleAsVector | ( | char | separator = ',' , |
int | maxCount = int_max |
||
) | const |
Returns a new vector initialized with 64-bit floating point component values evaluated from this string.
This function performs the same task as ParseListOfDouble() but builds and returns a GenericVector object instead of Array.
Array<float> pcl::IsoString::ParseListOfFloat | ( | char | separator = ',' , |
size_type | maxCount = ~size_type(0) |
||
) | const |
Evaluates this string as a sequence:
<f1><sep><f2><sep> ... <sep><fn>
as a list <f1><f2>...<fn> of 32-bit floating point values separated by <sep> separator characters.
separator | The separator character. Cannot be a character pertaining to a floating point numeric representation (decimal digit [09], sign character [+-], decimal separator '.' or exponent delimiter [eE]). If not specified, the default separator is a comma character ','. |
maxCount | The maximum number of values allowed. If the parsed list includes more than this number of elements, a ParseError exception will be thrown with the appropriate error message. If this parameter is not specified, there is no practical limit on the list's length by default. |
Returns a dynamic array of float
values. Returns an empty array if this string is either empty or entirely composed of trimmable characters.
For each element in the parsed list, trimmable characters (whitespace) are ignored. Empty list elements (that is, sequences of contiguous separator characters, or separators separated by trimmable characters) are not allowed. In the event of syntactic errors or invalid or unrepresentable values, this function throws a ParseError exception.
GenericVector<float> pcl::IsoString::ParseListOfFloatAsVector | ( | char | separator = ',' , |
int | maxCount = int_max |
||
) | const |
Returns a new vector initialized with 32-bit floating point component values evaluated from this string.
This function performs the same task as ParseListOfFloat() but builds and returns a GenericVector object instead of Array.
|
static |
Generates a string of n random 8-bit code points, with character types and ranges as prescribed by the specified options.
|
inlinestatic |
Returns a Base64-encoded string for a container c, whose contents are treated as raw binary data. The objects stored in the container are considered as a sequence of bytes, irrespective of their actual data types or the classes they are instances of.
The type C represents an array of contiguous objects, and must provide PCL container semantics: the Begin() and Length() standard container functions are required.
Returns a Base64-encoded string for a binary data block of the specified length in bytes.
Base64 is a MIME content transfer encoding of binary data translated into a base 64 representation composed of printable characters. See RFC 1421 (http://tools.ietf.org/html/rfc1421).
|
inlinestatic |
Returns a Base64URL-encoded string for a container c, whose contents are treated as raw binary data.
See ToBase64( const C& ) for complete information on Base64 encoding of contained objects. See ToBase64URL( const void*, size_type ) for information on Base64URL encoding and its differences with respect to standard Base64.
Returns a Base64URL-encoded string for a binary data block of the specified length in bytes.
Base64URL is a modification of the Base64 encoding standard able to encode URL fragments. Base64URL is identical to Base64 with the following exceptions:
Definition at line 7665 of file String.h.
References pcl::GenericString< T, R, A >::DeleteChar().
bool pcl::IsoString::ToBool | ( | ) | const |
Evaluates this string as a Boolean literal, and returns the result as a bool
value.
Returns true
if this string is equal to "1", "true", "TRUE" or "T". Returns false
if this string is equal to "0", "false", "FALSE" or "F". Otherwise this function throws a ParseError exception.
|
inline |
Returns a ByteArray object that stores a copy of this string. In the returned array, source 8-bit characters have been reinterpreted as unsigned 8-bit integers.
|
inline |
Replaces the contents of this string with a sequence of colon-separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Replaces the contents of this string with a sequence of comma-separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
IsoString& pcl::IsoString::ToDecodedHTMLSpecialChars | ( | ) |
Replaces all occurrences of special HTML entities in this string with their corresponding plain text character equivalents. Returns a reference to this string.
The following replacements are performed:
"\&" (ampersand) becomes '&'
"\"" (double quote) becomes '"'
"\'" (single quote) becomes "'"
"\'" (apostrophe) becomes "'"
"\<" (less than) becomes '<'
"\>" (greater than) becomes '>'
double pcl::IsoString::ToDouble | ( | ) | const |
Evaluates this string as a floating point literal, and returns the result as a double
value.
The source string is expected to have the following format (informal format specification):
[+|-][<integer-part>][.[<decimal-part>]][<exp>[+|-]<exponent>]
where <integer-part> and <decimal-part> are optional sequences of decimal digits from 0 to 9, <exp> is an exponent specifier (the letter 'e' (or 'E')), and <exponent> is a sequence of decimal digits specifying a power of ten that multiplies the preceding numeric constant. At least a one-digit integer part, or a one-digit decimal part, is mandatory. FORTRAN exponent specifiers ('d' and 'f' (or 'D' and 'F')) are also recognized by this implementation.
If this string doesn't contain a valid floating point literal, or if the range of double
is exceeded, this member function throws a ParseError exception.
IsoString& pcl::IsoString::ToEncodedHTMLSpecialChars | ( | ) |
Replaces all occurrences of HTML special characters in this string with valid HTML entities. Returns a reference to this string.
The following replacements are performed:
'&' (ampersand) becomes "\&"
'"' (double quote) becomes "\""
"'" (single quote) becomes "\'"
'<' (less than) becomes "\<"
'>' (greater than) becomes "\>"
float pcl::IsoString::ToFloat | ( | ) | const |
Evaluates this string as a floating point numeric literal, and returns the result as a float
value.
For information about the legal syntax of a floating point literal, see the documentation for the ToDouble() member function.
If this string doesn't contain a valid floating point literal, or if the range of float
is exceeded, this member function throws a ParseError exception.
|
inlinestatic |
Returns an hex-encoded string for a container c, whose contents are treated as raw binary data. The objects stored in the container are considered as a sequence of bytes, irrespective of their actual data types or the classes they are instances of.
The type C represents an array of contiguous objects, and must provide PCL container semantics: the Begin() and Length() standard container functions are required.
Returns an hex-encoded string for a binary data block of the specified length in bytes. The hex-encoded string is composed of hexadecimal digits: 0-9 and a-f, and its length is twice that of the input length.
Referenced by pcl::AES256::AES256().
|
inline |
Replaces the contents of this string with a hyphenated sequence of tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Evaluates this string as an integer literal, and returns the result as a long
value.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string doesn't contain a valid integer literal, or if the range of long
is exceeded, this member function throws a ParseError exception.
long pcl::IsoString::ToInt | ( | int | base | ) | const |
Evaluates this string as an integer literal in the specified base, and returns the result as a long
value.
If base is 0, the source string is expected to represent either a decimal constant, an octal constant, or a hexadecimal constant, any of which optionally preceded by a sign character (+ or -). A decimal constant begins with a non-zero digit, and consists of a sequence of decimal digits from '0' to '9'. An octal begins with the prefix '0', optionally followed by a sequence of the digits 0 to 7 only. A hexadecimal constant begins with the prefix '0x' or '0X', which must be followed by a sequence of decimal digits and letters from 'a' (or 'A') to 'f' (or 'F'), whose corresponding decimal values are from 10 to 15, respectively.
Other legal values of base, from 2 to 36, specify the expected base of the integer constant represented by the source string. Decimal digits and letters from 'a' (or 'A') to 'z' (or 'Z') are used to represent all possible digits in the specified base, as necessary.
If this string doesn't contain a valid integer literal in the specified base, if an illegal base is specified, or if the range of long
is exceeded, this member function throws a ParseError exception.
|
inline |
Evaluates this string as an integer literal, and returns the result as a long
long
value.
Calling this member function for a string s
is equivalent to:
If this string doesn't contain a valid integer literal, or if the range of long
long
is exceeded, this member function throws a ParseError exception.
long long pcl::IsoString::ToInt64 | ( | int | base | ) | const |
Evaluates this string as an unsigned integer literal in the specified base, and returns the result as a long
long
value.
For information about possible values of base and how these are interpreted, see the documentation under ToInt( int ).
If this string doesn't contain a valid integer literal in the specified base, if an illegal base is specified, or if the range of long
long
is exceeded, this member function throws a ParseError exception.
|
static |
Returns an ASCII representation of a date and time in ISO 8601 extended format.
year | The year of the date. |
month | The month of the date in the range [1,12]. |
day | The day of the date in the range [1,31]. |
dayf | The day fraction corresponding to the time specification, in the range [0,1). |
tz | The time zone offset in hours, in the range [-12,+12]. The default value is zero, to be interpreted as UTC. |
options | Optional settings to control the representation of date and time in ISO 8601 format. |
|
inline |
Replaces the contents of this string with a sequence of new line separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Replaces the contents of this string with a sequence of null-separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator character. Returns a reference to this string.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator character, and built using an append binary function. Returns a reference to this string.
The binary function must be of the form:
where c is being appended to s.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator string. Returns a reference to this string.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator string, and built using an append binary function. Returns a reference to this string.
The binary function must be of the form:
where s2 is being appended to s1.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator null-terminated string. Returns a reference to this string.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of tokens extracted from a container c, separated with the specified separator null-terminated string, and built using an append binary function. Returns a reference to this string.
The binary function must be of the form:
where s2 is being appended to s1.
The container type C must have separated list generation semantics. All iterable PCL containers such as Array, Vector, etc. provide the necessary ToSeparated member functions.
|
inline |
Replaces the contents of this string with a sequence of space-separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Returns a UTF-16 string with a converted copy of this IsoString object.
This function assumes that this IsoString object contains only valid ISO/IEC-8859-1 characters. To perform UTF-8 to UTF-16 conversions, see UTF8ToUTF16() and MBSToWCS().
Definition at line 6642 of file String.h.
References pcl::GenericString< T, R, A >::Begin(), and pcl::GenericString< T, R, A >::SetLength().
|
inline |
Replaces the contents of this string with a sequence of tabulator-separated tokens extracted from a container c. Returns a reference to this string.
This member function is equivalent to:
|
inline |
Evaluates this string as an unsigned integer literal, and returns the result as an unsigned
long
value.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string doesn't contain a valid unsigned integer literal, or if the range of unsigned
long
is exceeded, this member function throws a ParseError exception.
unsigned long pcl::IsoString::ToUInt | ( | int | base | ) | const |
Evaluates this string as an unsigned integer literal in the specified base, and returns the result as an unsigned
long
value.
For information about possible values of base and how these are interpreted, see the documentation under ToInt( int ). The only exception is that for this member function, only a + sign is legal preceding the numeric constant represented by the source string.
If this string doesn't contain a valid integer literal in the specified base, if an illegal base is specified, or if the range of unsigned
long
is exceeded, this member function throws a ParseError exception.
|
inline |
Evaluates this string as an unsigned integer literal in the specified base, and returns the result as an unsigned
long
long
value.
Calling this member function for a string s
is equivalent to:
If this string doesn't contain a valid unsigned integer literal, or if the range of unsigned
long
long
is exceeded, this member function throws a ParseError exception.
unsigned long long pcl::IsoString::ToUInt64 | ( | int | base | ) | const |
Evaluates this string as an unsigned integer literal in the specified base, and returns the result as an unsigned
long
long
value.
For information about possible values of base and how these are interpreted, see the documentation under ToInt( int ).
If this string doesn't contain a valid unsigned integer literal in the specified base, if an illegal base is specified, or if the range of unsigned
long
long
is exceeded, this member function throws a ParseError exception.
IsoString& pcl::IsoString::ToURLDecoded | ( | ) |
Replaces all percent-encoded representations of characters with their actual characters. Returns a reference to this string.
This is the reverse transformation to URL encoding. See ToURLEncoded() for more information.
|
inlinestatic |
Decodes a URL-encoded generic string represented as a container c. Returns the decoded data stored as an 8-bit string.
Decodes a URL-encoded string stored as a raw data vector of the specified length in bytes. Returns the decoded data stored as an 8-bit string.
This function replaces all percent-encoded character representations in the specified data vector with their actual characters in the output string.
IsoString& pcl::IsoString::ToURLEncoded | ( | ) |
Replaces all characters that are not a-z, A-Z, 0-9, '-', '.', '_' or '~' with their percent-encoded representation NN, where NN is a zero-padded, two-digit uppercase hexadecimal number. Returns a reference to this string. See RFC 3986 / URI Generic Syntax, for more information on URL encodings.
|
inlinestatic |
Returns a URL-encoded string for a container c, whose contents are treated as raw binary data. The objects stored in the container are considered as a sequence of bytes, irrespective of their actual data types or the classes they are instances of.
The type C represents an array of contiguous objects, and must provide PCL container semantics: the Begin() and Length() standard container functions are required.
Returns a URL-encoded string that represents a binary data block of the specified length in bytes.
In a URL-encoded string, all characters that are not a-z, A-Z, 0-9, '-', '.', '_' or '~' are replaced with their percent-encoded representation NN, where NN is a zero-padded, two-digit uppercase hexadecimal number. See RFC 3986 (http://tools.ietf.org/html/rfc3986).
|
noexcept |
Attempts to evaluate this string as a date and time specification in ISO 8601 extended format. If successful, stores the resulting components in the specified year, month, day and dayf and tz variables, and returns true
. For more information on syntax and output values and ranges, see the ParseISO8601DateTime().
If this string cannot be evaluated as a valid date and time in ISO 8601 format, this function returns false
and does not change any of the passed variables. This function does not throw any exception.
Referenced by pcl::TimePoint::TryFromString().
|
noexcept |
Attempts to evaluate this string as a Boolean literal.
If this string can legally be converted to a Boolean value, this function returns true
and stores the evaluation result in the value variable. A string can only be converted to Boolean type if it is equal to either "1", "true", "TRUE", "T", "0", "false", "FALSE" or "F".
If this string cannot be converted to a Boolean value, this function returns false
and does not change the value variable. This function does not throw any exception.
|
noexcept |
Attempts to evaluate this string as a floating point numeric literal.
If this string can legally be converted to a floating point number, this function returns true
and stores the evaluation result in the value variable. For information about the legal syntax of a floating point literal, see the documentation for the ToDouble() member function.
If this string cannot be converted to a floating point number, this function returns false
and does not change the value variable. This function does not throw any exception.
Referenced by pcl::FITSHeaderKeyword::FixValueDelimiters(), and pcl::FITSHeaderKeyword::GetNumericValue().
|
noexcept |
Attempts to evaluate this string as a floating point numeric literal.
If this string can legally be converted to a floating point number, this function returns true
and stores the evaluation result in the value variable. For information about the legal syntax of a floating point literal, see the documentation for the ToDouble() member function.
If this string cannot be converted to a floating point number, this function returns false
and does not change the value variable. This function does not throw any exception.
|
inlinenoexcept |
Attempts to evaluate this string as an integer numeric literal.
If this string can legally be converted to an integer number, this function returns true
and stores the evaluation result in the value variable.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to an integer number, this function returns false
and does not change the value variable. This function does not throw any exception.
|
noexcept |
Attempts to evaluate this string as an integer numeric literal in the specified base.
If this string can legally be converted to an integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to an integer number in the specified base, this function returns false
and does not change the value variable. This function does not throw any exception.
|
inlinenoexcept |
Attempts to evaluate this string as a 64-bit integer numeric literal in the specified base.
If this string can legally be converted to a 64-bit integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to a 64-bit integer number, this function returns false
and does not change the value variable. This function does not throw any exception.
|
noexcept |
Attempts to evaluate this string as a 64-bit integer numeric literal in the specified base.
If this string can legally be converted to a 64-bit integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
For information about possible values of base and how these are interpreted, see the documentation under ToInt( int ).
If this string cannot be converted to a 64-bit integer number in the specified base, this function returns false
and does not change the value variable. This function does not throw any exception.
|
inlinenoexcept |
Attempts to evaluate this string as an unsigned integer literal.
If this string can legally be converted to an unsigned integer number, this function returns true
and stores the evaluation result in the value variable.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to an integer number, this function returns false
and does not change the value variable. This function does not throw any exception.
|
noexcept |
Attempts to evaluate this string as an unsigned integer literal in the specified base.
If this string can legally be converted to an unsigned integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
See the documentation under ToUInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to an unsigned integer number in the specified base, this function returns false
and does not change the value variable. This function does not throw any exception.
|
inlinenoexcept |
Attempts to evaluate this string as a 64-bit unsigned integer numeric literal in the specified base.
If this string can legally be converted to a 64-bit unsigned integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
Calling this member function for a string s
is equivalent to:
See the documentation under ToInt( int ) for information about automatic base conversions when base=0 is specified.
If this string cannot be converted to a 64-bit unsigned integer number, this function returns false
and does not change the value variable. This function does not throw any exception.
|
noexcept |
Attempts to evaluate this string as an unsigned 64-bit integer numeric literal in the specified base.
If this string can legally be converted to an unsigned 64-bit integer number in the specified base, this function returns true
and stores the evaluation result in the value variable.
For information about possible values of base and how these are interpreted, see the documentation under ToInt( int ).
If this string cannot be converted to an unsigned 64-bit integer number in the specified base, this function returns false
and does not change the value variable. This function does not throw any exception.
|
inline |
Returns a URL-decoded duplicate of this string. See ToURLDecoded() for detailed information.
|
inline |
Returns a URL-encoded duplicate of this string. See ToURLEncoded() for detailed information.
|
inline |
Returns a UTF-16 string with a representation of a subset of n contiguous UTF-8 characters from this IsoString object, starting at the i-th character.
Definition at line 12322 of file String.h.
References pcl::GenericString< char, IsoCharTraits, PCL_STRING_ALLOCATOR >::Begin(), and pcl::String::UTF8ToUTF16().
|
static |
Generates a universally unique identifier (UUID) in canonical form.
The canonical UUID has 36 characters with the following format:
xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
where 'x' represents a lowercase hexadecimal digit, '4' is the UUID version indicator (version 4 = truly random UUID), and 'y' is one of '8', '9', 'a', or 'b'.
int pcl::IsoString::VFormat | ( | const_c_string | fmt, |
va_list | paramList | ||
) |
Replaces the contents of this string with a formatted representation of a variable-length set of values, specified as a va_list
standard parameter list. Returns the number of characters generated.
The fmt null-terminated string is a standard printf format string. It follows the same rules as its counterpart parameter in the standard printf( const char* fmt, ... ) C runtime function.
The required space to store the resulting formatted output is calculated and allocated transparently.
Referenced by pcl::String::AppendVFormat(), and pcl::String::VFormat().