rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

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 char *a, const IliString &b)
int operator!= (const IliString &a, const char *b)
int operator!= (const IliString &a, const IliString &b)
ostream & operator<< (ostream &out, const IliString &s)
int operator== (const char *a, const IliString &b)
int operator== (const IliString &a, const char *b)
int operator== (const IliString &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 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.
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 IliString 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.
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.
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 IliString 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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© 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.