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/ucstring_8h.html | 384 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 docs/doxygen/nel/ucstring_8h.html (limited to 'docs/doxygen/nel/ucstring_8h.html') diff --git a/docs/doxygen/nel/ucstring_8h.html b/docs/doxygen/nel/ucstring_8h.html new file mode 100644 index 00000000..94e0bf75 --- /dev/null +++ b/docs/doxygen/nel/ucstring_8h.html @@ -0,0 +1,384 @@ + + + + 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.h File Reference

Unicode stringclass using 16bits per character. +More... +

+#include "nel/misc/types_nl.h"
+#include <string>
+ +

+Go to the source code of this file. + + + + + + + + + + + +

Compounds

class  ucstring

Typedefs

typedef std::basic_string<
+ ucchar
ucstringbase

Functions

ucstring operator+ (const ucstringbase &ucstr, ucchar c)
ucstring operator+ (const ucstringbase &ucstr, const char *c)
ucstring operator+ (const ucstringbase &ucstr, const std::string &c)
ucstring operator+ (ucchar c, const ucstringbase &ucstr)
ucstring operator+ (const char *c, const ucstringbase &ucstr)
ucstring operator+ (const std::string &c, const ucstringbase &ucstr)
+


Detailed Description

+Unicode stringclass using 16bits per character. +

+

+Id:
+ ucstring.h,v 1.3 2002/01/30 10:07:36 lecroart Exp
+

+ +

+Definition in file ucstring.h.


Typedef Documentation

+

+ + + + +
+ + +
typedef std::basic_string<ucchar> ucstringbase +
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file ucstring.h. +

+Referenced by operator+, ucstring::operator+=, ucstring::operator=, and ucstring::ucstring.

+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ const std::string &   c,
const ucstringbase  ucstr
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 183 of file ucstring.h. +

+References ucstringbase.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ const char *   c,
const ucstringbase  ucstr
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 175 of file ucstring.h. +

+References ucstringbase.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ ucchar   c,
const ucstringbase  ucstr
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 167 of file ucstring.h. +

+References ucchar, and ucstringbase.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ const ucstringbase  ucstr,
const std::string &   c
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 159 of file ucstring.h. +

+References ucstringbase.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ const ucstringbase  ucstr,
const char *   c
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 151 of file ucstring.h. +

+References ucstringbase.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
ucstring operator+ const ucstringbase  ucstr,
ucchar   c
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 143 of file ucstring.h. +

+References ucchar, and ucstringbase.

+ + + +
                                                                                                                                                                    +

+ + -- cgit v1.2.1