File
File: dstring.h
Namespace: dtSearch
Syntax
Group
Members
Operators
Show:
No members matching the current filter
Operator |
Description |
---|---|
Returns false if this string equals the other string, using strcmp (Inherited from DString) | |
Returns false if this string equals the other string, using strcmp (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append a single character (Inherited from DString) | |
Append a string (Inherited from DString) | |
Append a string (Inherited from DString) | |
Append a double to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append a single unsigned character (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Copy another string | |
Copy another string (Inherited from DString) | |
Copy another string | |
Copy another string (Inherited from DString) | |
Copy another string (Inherited from DString) | |
Returns true if this string equals the other string, using strcmp (Inherited from DString) | |
Returns true if this string equals the other string, using strcmp (Inherited from DString) | |
Returns a pointer to the internal buffer holding the string (Inherited from DString) |
Methods
Show:
No members matching the current filter
Method |
Description |
---|---|
Make a DString from a buffer (Inherited from DString) | |
Make a DString from a buffer keeping the text (Inherited from DString) | |
Constructor, specifying the initial size of the string buffer (Inherited from DString) | |
Convert encoding from Ansi to Utf8 (Inherited from DString) | |
Append text to a string (Inherited from DString) | |
Append a single character (Inherited from DString) | |
Append without null-termination for faster building of strings (Inherited from DString) | |
Append text, HTML-encoding it. If bAllowTags, then newline will be stored using a BR tag. (Inherited from DString) | |
Append a string without null-termination for faster building of strings (Inherited from DString) | |
Store Unicode text, converting it to UTF-8, appending to an existing string (Inherited from DString) | |
Convert only A-Z to lower case (Inherited from DString) | |
Convert only a-z to upper case (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Returns true if char occurs in the string (Inherited from DString) | |
Copy another string (Inherited from DString) | |
Find a character, starting at the front of the string (Inherited from DString) | |
Find a substring, with an optional starting offset (Inherited from DString) | |
First character in the string, or null if the string is empty (Inherited from DString) | |
Get character at a specified position in the string (Inherited from DString) | |
Read the contents of a file into a text buffer, automatically converting UCS-16 to UTF-8 If maxToRead = -1, read the entire file (Inherited from DString) | |
Read the contents of a file into a text buffer, automatically converting UCS-16 to UTF-8 (UTF-8 filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Get the contents of a string returned from the dtSearch Engine as a dtsStringHandle (Inherited from DString) | |
Read the contents of a file into a text buffer (UTF8 filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Read the contents of a file into a text buffer (TCHAR filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Returns the length of the string (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number with zero-padding (Inherited from DString) | |
HTML-encode the contents of the string (Inherited from DString) | |
Find a string, with case-insensitive matching (Inherited from DString) | |
Insert a character at an offset (Inherited from DString) | |
Insert a string at an offset (Inherited from DString) | |
Replace one string with another, with case-insensitive matching (Inherited from DString) | |
Returns true if the string does not contain any non-whitespace characters (Inherited from DString) | |
Last character in the string, or null if the string is empty (Inherited from DString) | |
Null-terminate the string (Inherited from DString) | |
Fill string with a character, inserting the character in the front of the string (Inherited from DString) | |
Fill string with a character (Inherited from DString) | |
Remove a range of characters from a string (Inherited from DString) | |
Remove all instances of a character (Inherited from DString) | |
Replace one character with another (Inherited from DString) | |
Replace one string with another (Inherited from DString) | |
Reverse characters in place (Inherited from DString) | |
Find a character, starting at the end of the string (Inherited from DString) | |
Find a string, starting at the end of the string (Inherited from DString) | |
Remove leading white space (Inherited from DString) | |
Remove leading white space, checking for UTF-8 encoded hard spaces (Inherited from DString) | |
Remove trailing white space (Inherited from DString) | |
Remove trailing white space, checking for UTF-8 encoded hard spaces (Inherited from DString) | |
Get an environment variable and return its value (Inherited from DString) | |
Store a .NET System::String (Inherited from DString) | |
Get character at a specified position in the string. (Inherited from DString) | |
Set text contents (Inherited from DString) | |
Extend will throw std::bad_alloc if memory is insufficient (Inherited from DString) | |
Store Unicode text, converting it to Ansi (Inherited from DString) | |
Store Unicode text, converting it to Ansi (Inherited from DString) | |
Store Unicode text, converting it to UTF-8 (Inherited from DString) | |
Store Unicode text, converting it to UTF-8 (Inherited from DString) | |
Returns a pointer to the internal buffer holding the string (Inherited from DString) | |
Extract a substring from a string (Inherited from DString) | |
Convert to lower case (Inherited from DString) | |
Convert to upper case (Inherited from DString) | |
Remove all leading and trailing whitespace (Inherited from DString) | |
Truncate a string to a specified length (Inherited from DString) | |
Truncate string at offset of character (not including the character) (Inherited from DString) | |
Truncate string at offset of substring (not including the substring) (Inherited from DString) | |
Remove beginning and ending quotation marks if either is present (Inherited from DString) | |
Remove beginning and ending quotation marks if either is present (Inherited from DString) | |
Remove beginning and ending quotation marks only if both are present (Inherited from DString) | |
Remove beginning and ending quotation marks only if both are present (Inherited from DString) | |
Returns an unsigned character pointer to the internal buffer holding the string (Inherited from DString) | |
Write contents of the string to a file, using a TCHAR filename (Inherited from DString) | |
Write contents of the string to a file, using a UTF-8 filename, and throw a DFileException on error (Inherited from DString) | |
Write contents of the string to a file, using a UTF-8 filename (Inherited from DString) |
Methods
Show:
No members matching the current filter
Method |
Description |
---|---|
Make a DString from a buffer (Inherited from DString) | |
Make a DString from a buffer keeping the text (Inherited from DString) | |
Constructor, specifying the initial size of the string buffer (Inherited from DString) | |
Convert encoding from Ansi to Utf8 (Inherited from DString) | |
Append text to a string (Inherited from DString) | |
Append a single character (Inherited from DString) | |
Append without null-termination for faster building of strings (Inherited from DString) | |
Append text, HTML-encoding it. If bAllowTags, then newline will be stored using a BR tag. (Inherited from DString) | |
Append a string without null-termination for faster building of strings (Inherited from DString) | |
Store Unicode text, converting it to UTF-8, appending to an existing string (Inherited from DString) | |
Convert only A-Z to lower case (Inherited from DString) | |
Convert only a-z to upper case (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Append an integer, using commas to format the number (so 12345 would be appended as 12,345) (Inherited from DString) | |
Returns true if char occurs in the string (Inherited from DString) | |
Copy another string (Inherited from DString) | |
Find a character, starting at the front of the string (Inherited from DString) | |
Find a substring, with an optional starting offset (Inherited from DString) | |
First character in the string, or null if the string is empty (Inherited from DString) | |
Get character at a specified position in the string (Inherited from DString) | |
Read the contents of a file into a text buffer, automatically converting UCS-16 to UTF-8 If maxToRead = -1, read the entire file (Inherited from DString) | |
Read the contents of a file into a text buffer, automatically converting UCS-16 to UTF-8 (UTF-8 filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Get the contents of a string returned from the dtSearch Engine as a dtsStringHandle (Inherited from DString) | |
Read the contents of a file into a text buffer (UTF8 filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Read the contents of a file into a text buffer (TCHAR filename) If maxToRead = -1, read the entire file (Inherited from DString) | |
Returns the length of the string (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number without zero-padding (Inherited from DString) | |
Append an integer formatted as a hexadecimal number with zero-padding (Inherited from DString) | |
HTML-encode the contents of the string (Inherited from DString) | |
Find a string, with case-insensitive matching (Inherited from DString) | |
Insert a character at an offset (Inherited from DString) | |
Insert a string at an offset (Inherited from DString) | |
Replace one string with another, with case-insensitive matching (Inherited from DString) | |
Returns true if the string does not contain any non-whitespace characters (Inherited from DString) | |
Last character in the string, or null if the string is empty (Inherited from DString) | |
Null-terminate the string (Inherited from DString) | |
Fill string with a character, inserting the character in the front of the string (Inherited from DString) | |
Fill string with a character (Inherited from DString) | |
Remove a range of characters from a string (Inherited from DString) | |
Remove all instances of a character (Inherited from DString) | |
Replace one character with another (Inherited from DString) | |
Replace one string with another (Inherited from DString) | |
Reverse characters in place (Inherited from DString) | |
Find a character, starting at the end of the string (Inherited from DString) | |
Find a string, starting at the end of the string (Inherited from DString) | |
Remove leading white space (Inherited from DString) | |
Remove leading white space, checking for UTF-8 encoded hard spaces (Inherited from DString) | |
Remove trailing white space (Inherited from DString) | |
Remove trailing white space, checking for UTF-8 encoded hard spaces (Inherited from DString) | |
Get an environment variable and return its value (Inherited from DString) | |
Store a .NET System::String (Inherited from DString) | |
Get character at a specified position in the string. (Inherited from DString) | |
Set text contents (Inherited from DString) | |
Extend will throw std::bad_alloc if memory is insufficient (Inherited from DString) | |
Store Unicode text, converting it to Ansi (Inherited from DString) | |
Store Unicode text, converting it to Ansi (Inherited from DString) | |
Store Unicode text, converting it to UTF-8 (Inherited from DString) | |
Store Unicode text, converting it to UTF-8 (Inherited from DString) | |
Returns a pointer to the internal buffer holding the string (Inherited from DString) | |
Extract a substring from a string (Inherited from DString) | |
Convert to lower case (Inherited from DString) | |
Convert to upper case (Inherited from DString) | |
Remove all leading and trailing whitespace (Inherited from DString) | |
Truncate a string to a specified length (Inherited from DString) | |
Truncate string at offset of character (not including the character) (Inherited from DString) | |
Truncate string at offset of substring (not including the substring) (Inherited from DString) | |
Remove beginning and ending quotation marks if either is present (Inherited from DString) | |
Remove beginning and ending quotation marks if either is present (Inherited from DString) | |
Remove beginning and ending quotation marks only if both are present (Inherited from DString) | |
Remove beginning and ending quotation marks only if both are present (Inherited from DString) | |
Returns an unsigned character pointer to the internal buffer holding the string (Inherited from DString) | |
Write contents of the string to a file, using a TCHAR filename (Inherited from DString) | |
Write contents of the string to a file, using a UTF-8 filename, and throw a DFileException on error (Inherited from DString) | |
Write contents of the string to a file, using a UTF-8 filename (Inherited from DString) |
Operators
Show:
No members matching the current filter
Operator |
Description |
---|---|
Returns false if this string equals the other string, using strcmp (Inherited from DString) | |
Returns false if this string equals the other string, using strcmp (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append a single character (Inherited from DString) | |
Append a string (Inherited from DString) | |
Append a string (Inherited from DString) | |
Append a double to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append a single unsigned character (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Append an integer to a string (Inherited from DString) | |
Copy another string | |
Copy another string (Inherited from DString) | |
Copy another string | |
Copy another string (Inherited from DString) | |
Copy another string (Inherited from DString) | |
Returns true if this string equals the other string, using strcmp (Inherited from DString) | |
Returns true if this string equals the other string, using strcmp (Inherited from DString) | |
Returns a pointer to the internal buffer holding the string (Inherited from DString) |
Description
! String initialized with an 80-character fixed-size buffer, to allocate short strings on the stack
Class Hierarchy
dtSearch::DString
|
dtSearch::DString80