class strng

An STL string wrapped up as an object

Inheritance:


Public Fields

[more]std::string value
The value of the string object

Public Methods

[more] strng()
Create a strng with a value of ""
[more] strng(const strng& src)
Copy constructor
[more] strng(const std::string& src)
Creates a strng with the indicated initial value
[more]const strng& operator=(const strng& src)
Assignment operator
[more]const strng& operator=(const std::string& src)
[more]bool operator==(const std::string& y) const
Equality compares the string values
[more]bool operator==(const strng& y) const
[more]object* clone() const
[more] ~strng()


Inherited from object:


Documentation

An STL string wrapped up as an object
ostd::string value
The value of the string object

o strng()
Create a strng with a value of ""

o strng(const strng& src)
Copy constructor

o strng(const std::string& src)
Creates a strng with the indicated initial value

oconst strng& operator=(const strng& src)
Assignment operator

oconst strng& operator=(const std::string& src)

obool operator==(const std::string& y) const
Equality compares the string values

obool operator==(const strng& y) const

oobject* clone() const

o ~strng()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.