rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

Classes | Functions
string.h File Reference
#include <ilviews/macros.h>
#include <stdlib.h>
#include <iostream.h>
#include <ilviews/dataccess/macros.h>

Classes

class  IliString
 User interface class. More...
 

Functions

int operator!= (const IliString &a, const IliString &b)
 
int operator!= (const IliString &a, const char *b)
 
int operator!= (const char *a, const IliString &b)
 
ostream & operator<< (ostream &out, const IliString &s)
 
int operator== (const IliString &a, const IliString &b)
 
int operator== (const IliString &a, const char *b)
 
int operator== (const char *a, const IliString &b)
 
istream & operator>> (istream &input, IliString &s)
 

Detailed Description

[library dataccess ilviews/dataccess/string.h] Declarations about strings.

Function Documentation

int operator!= ( const IliString a,
const IliString b 
)

Compares two strings.

Parameters
aThe first string.
bThe second string.
Returns
0 if the strings are equal, and 1 otherwise.
int operator!= ( const IliString a,
const char *  b 
)

Compares two strings.

Parameters
aThe first string.
bThe second string.
Returns
0 if the strings are equal, and 1 otherwise.
int operator!= ( const char *  a,
const IliString b 
)

Compares two strings.

Parameters
aThe first string.
bThe 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
outThe output stream.
sThe string.
Returns
The output stream with the string.
int operator== ( const IliString a,
const IliString b 
)

Compares two strings.

Parameters
aThe first string.
bThe second string.
Returns
1 if the strings are equal, and 0 otherwise.
int operator== ( const IliString a,
const char *  b 
)

Compares two strings.

Parameters
aThe first string.
bThe second string.
Returns
1 if the strings are equal, and 0 otherwise.
int operator== ( const char *  a,
const IliString b 
)

Compares two strings.

Parameters
aThe first string.
bThe 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
inputThe input stream.
sThe string.
Returns
The input stream without the string.

© Copyright 2014, 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.