ISO 10646-conformant unicode syntaxes (artf381650) V3
[deliverable/titan.core.git] / compiler2 / ustring.hh
index a6fea848ee6a1ba144d5e5aea3759a5f426c4433..e24279210ee01630796ef97bbf5f1f60926380b7 100644 (file)
@@ -12,6 +12,7 @@
  *   Kovacs, Ferenc
  *   Raduly, Csaba
  *   Szabados, Kristof
+ *   Szabo, Bence Janos
  *   Szabo, Janos Zoltan – initial implementation
  *   Zalanyi, Balazs Andor
  *
@@ -68,6 +69,9 @@ public:
 
   /** Constructs a universal string from \a s. */
   ustring(const string& s);
+  
+  /** Constructs a universal string from \a uid which contains \a n chars. */
+  ustring(const char** uid, const int n);
 
   /** Copy constructor */
   ustring(const ustring& s) : val_ptr(s.val_ptr) { val_ptr->ref_count++;}
This page took 0.024977 seconds and 5 git commands to generate.