Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
Classes | |
class | IlString |
Manages strings in single or multi-bytes. More... | |
Functions | |
IlString | operator+ (const IlString &string1, const IlString &string2) |
Concatenation operator. More... | |
IlString & | operator<< (IlString &string1, const IlString &string2) |
Append operator. More... | |
IlString & | operator<< (IlString &string, const char *cstring) |
Append operator. More... | |
std::ostream & | operator<< (std::ostream &ostr, const IlString &string) |
Writes an IlString to an output stream. More... | |
std::istream & | operator>> (std::istream &istr, IlString &string) |
Reads an IlString from an input stream. More... | |
Library: ilog
Declaration of the IlString
class and some utilities.
Append operator.
This operator appends an IlString
to another IlString
.
Example:
string1 | The source IlString where string2 is appended. |
string2 | The string that is appended to string1. |
std::ostream& operator<< | ( | std::ostream & | ostr, |
const IlString & | string | ||
) |
Writes an IlString
to an output stream.
ostr | The output stream to write to. |
string | The string that is written. |
© Copyright 2018, 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.