Simple string handling
![]() | Comparison operators Comparing strings
| ||||||||||||
![]() | Concatenation operators Concatenating strings and char*s
| ||||||||||||
![]() | Constructors. Making new strings
| ||||||||||||
![]() | Copy operators Copying strings and char*s
| ||||||||||||
![]() | Overload operators Changing strings to other types
| ||||||||||||
![]() | Stream operators Getting and putting strings
|
![]() | PrintToStream ( ostream & iStream ) Implementation that formats the output of the string that is printed to a stream |
![]() | String Datatype for storing the actual string. |
StringC implements simple string handling, like copying and concatenating. It has some extra features, such as casting to other types and input from and output to streams.
StringC( char const * const iChar )
StringC& operator=
( StringC const & iString )
bool const operator==
( char const * const iChar )
friend bool const operator==
( char const * const iChar, StringC const & iString )
bool const operator!=
( char const * const iChar )
bool const operator!=
( StringC const & iString )
friend bool const operator!=
( char const * const iChar, StringC const & iString )
StringC operator+
( StringC const iString )
StringC& operator+=
( char const * const iChar )
StringC& operator+=
( StringC const iString )
friend istream& operator>>
( istream & iStream, StringC & iString )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de