#include <ilviews/macros.h>
#include <stdlib.h>
#include <iostream.h>
#include <ilviews/dataccess/macros.h>
[library dataccess ilviews/dataccess/string.h] Declarations about strings.
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
0
if the strings are equal, and 1
otherwise.
int operator!= |
( |
const IliString & |
a, |
|
|
const char * |
b |
|
) |
| |
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
0
if the strings are equal, and 1
otherwise.
int operator!= |
( |
const char * |
a, |
|
|
const IliString & |
b |
|
) |
| |
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
0
if the strings are equal, and 1
otherwise.
ostream & operator<< |
( |
ostream & |
out, |
|
|
const IliString & |
s |
|
) |
| |
Writes a string into a stream.
- Parameters
-
out | The output stream. |
s | The string. |
- Returns
- The output stream with the string.
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
1
if the strings are equal, and 0
otherwise.
int operator== |
( |
const IliString & |
a, |
|
|
const char * |
b |
|
) |
| |
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
1
if the strings are equal, and 0
otherwise.
int operator== |
( |
const char * |
a, |
|
|
const IliString & |
b |
|
) |
| |
Compares two strings.
- Parameters
-
a | The first string. |
b | The second string. |
- Returns
1
if the strings are equal, and 0
otherwise.
istream & operator>> |
( |
istream & |
input, |
|
|
IliString & |
s |
|
) |
| |
Writes a string into a stream.
- Parameters
-
input | The input stream. |
s | The string. |
- Returns
- The input stream without the string.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.