![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
#include <ilog/macros.h>#include <ilog/iostream.h>#include <stddef.h>Classes | |
| class | IlString |
| Class that manages strings in single or multibytes. More... | |
Functions | |
| IlString | operator+ (const IlString &string1, const IlString &string2) |
| Concatenation operator. | |
| ostream & | operator<< (ostream &ostr, const IlString &string) |
| Output operator. | |
| IlString & | operator<< (IlString &string, const char *cstring) |
| Append operator. | |
| IlString & | operator<< (IlString &string1, const IlString &string2) |
| Append operator. | |
| istream & | operator>> (istream &istr, IlString &string) |
| Input operator. | |
[library ilog ilog/string.h] Declaration of the IlString class and some utilities.
| ostream & operator<< | ( | ostream & | ostr, | |
| const IlString & | string | |||
| ) |
Output operator.
This operator writes to the output stream ostr a representation of the string string.
| ostr | A reference to an ostream. | |
| string | A constant reference to an IlString. |
Append operator.
This operator concatenates the C-style string cstring to string and returns this latter one.
| string | A reference to an IlString&. | |
| cstring | A constant pointer to a C-style string. |
IlString& parameter. Append operator.
This operator concatenates the two strings string1 and string2 into the first one that is returned.
IlString& parameter. | istream & operator>> | ( | istream & | istr, | |
| IlString & | string | |||
| ) |
Input operator.
This operator reads from the output stream istr a representation of the string string.
| istr | A reference to an istream. | |
| string | A reference to an IlString. |
© 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.