From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_ucstring.html | 513 +++++++++++++++++++++++++++++++++++ 1 file changed, 513 insertions(+) create mode 100644 docs/doxygen/nel/class_ucstring.html (limited to 'docs/doxygen/nel/class_ucstring.html') diff --git a/docs/doxygen/nel/class_ucstring.html b/docs/doxygen/nel/class_ucstring.html new file mode 100644 index 00000000..c1e0da40 --- /dev/null +++ b/docs/doxygen/nel/class_ucstring.html @@ -0,0 +1,513 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

ucstring Class Reference

#include <ucstring.h> +

+Inheritance diagram for ucstring

Inheritance graph
+ + + +
[legend]
Collaboration diagram for ucstring:

Collaboration graph
+ + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 ucstring ()
 ucstring (const ucstringbase &str)
 ucstring (const std::string &str)
ucstring& operator= (ucchar c)
ucstring& operator= (const char *str)
ucstring& operator= (const std::string &str)
ucstring& operator= (const ucstringbase &str)
ucstring& operator+= (ucchar c)
ucstring& operator+= (const char *str)
ucstring& operator+= (const std::string &str)
ucstring& operator+= (const ucstringbase &str)
void toString (std::string &str) const
 Converts the controlled ucstring to a string str. More...

std::string toString () const
 Converts the controlled ucstring and returns the resulting string. More...

+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+ucstring::ucstring ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring::ucstring ( + +const ucstringbase & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring::ucstring ( + +const std::string & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file ucstring.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator+= ( + +const ucstringbase & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 116 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator+= ( + +const std::string & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator+= ( + +const char * str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 94 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator+= ( + +ucchar c ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator= ( + +const ucstringbase & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator= ( + +const std::string & str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator= ( + +const char * str ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+ucstring & ucstring::operator= ( + +ucchar c ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+std::string ucstring::toString ( + +) const [inline] +
+
+ + + + + +
+   + + +

+Converts the controlled ucstring and returns the resulting string. +

+ +

+Definition at line 134 of file ucstring.h.

+

+ + + + +
+ + + + + + +
+void ucstring::toString ( + +std::string & str ) const [inline] +
+
+ + + + + +
+   + + +

+Converts the controlled ucstring to a string str. +

+ +

+Definition at line 124 of file ucstring.h.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1