An STL string wrapped up as an object
Inheritance:
Public Fields
-
std::string value
- The value of the string object
Public Methods
-
strng()
- Create a strng with a value of ""
-
strng(const strng& src)
- Copy constructor
-
strng(const std::string& src)
- Creates a strng with the indicated initial value
-
const strng& operator=(const strng& src)
- Assignment operator
-
const strng& operator=(const std::string& src)
-
bool operator==(const std::string& y) const
- Equality compares the string values
-
bool operator==(const strng& y) const
-
object* clone() const
-
~strng()
Inherited from object:
Documentation
An STL string wrapped up as an object
std::string value
- The value of the string object
strng()
- Create a strng with a value of ""
strng(const strng& src)
- Copy constructor
strng(const std::string& src)
- Creates a strng with the indicated initial value
const strng& operator=(const strng& src)
- Assignment operator
const strng& operator=(const std::string& src)
bool operator==(const std::string& y) const
- Equality compares the string values
bool operator==(const strng& y) const
object* clone() const
~strng()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.