This file is indexed.

/usr/include/shevek/iostring.hh is in libshevek-dev 1.4-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
/* iostring.hh - Read and write strings in parts.
 * Copyright 2007-2008 Bas Wijnen <wijnen@debian.org>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef SHEVEK_IOSTRING_HH
#define SHEVEK_IOSTRING_HH

#include <string>
#include <stack>
#include <sstream>
#include <glibmm.h>

namespace shevek
{
	/// shevek::istring is a C++ version of scanf.
	/** It uses templates to allow expanding it to user-defined types,
	 *  but it still uses a format string to make it better translatable.
	 */
	class istring
	{
		// The data to parse.
		Glib::ustring data;
		// Pointer to data still to be parsed.
		std::stack <Glib::ustring::size_type> pos;

		// Read a variable.
		template <typename T>
		bool read_var (Glib::ustring const &format, T &ret, Glib::ustring::size_type &inpos);

		// Read away whitespace.
		void del_whitespace ();

		// Check for a constant.
		bool read_const (Glib::ustring const &format, Glib::ustring::size_type &inpos);
	public:
		// Constructors: fill data and make one stack level.
		/// Create a new istring with no data.
		istring () { pos.push (0); }
		/// Create a new istring with data.
		istring (Glib::ustring const &str) { init (str); }
		/// Set new data to an existing istring.
		void init (Glib::ustring const &str)
		{ data = str; while (!pos.empty ()) pos.pop (); pos.push (0); }

		// Stack functions.
		/// Push the current position to the stack so it can be restored later.
		void push () { pos.push (pos.top ()); }
		/// Pop the last pushed position from the stack.
		/** If keep is true or not given, the current position is restored to the last position.
		 *  If it is false, the current position is not changed.
		 */
		int pop (bool keep = false);
		/// Set the current position to 0, but don't change the stack.
		void reset () { pos.top () = 0; }

		/// Get remaining string.
		Glib::ustring rest () const { return data.substr (pos.top ()); }

		/// Skip some characters.
		void skip (Glib::ustring::size_type p) { pos.top () += p; }

		/// Read a constant string from the input.
		bool operator() (Glib::ustring const &format)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing one argument from the input.
		template <typename T1>
		bool operator() (Glib::ustring const &format, T1 &arg1)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing two arguments from the input.
		template <typename T1, typename T2>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing three arguments from the input.
		template <typename T1, typename T2, typename T3>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing four arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing five arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing six arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing seven arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6, T7 &arg7)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg7, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing eight arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7, typename T8>
		bool operator() (Glib::ustring const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6, T7 &arg7, T8 &arg8)
		{
			push ();
			Glib::ustring::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg7, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg8, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a variable from given data and return it.
		/** This allows using a shevek::istring in an expression without the need to create a new variable for it.
		 *  If the input doesn't match the format, def is returned.
		 */
		template <typename T>
		static T direct (Glib::ustring const &data,
				Glib::ustring const &format,
				T def = T ())
		{
			T ret;
			istring tmp (data);
			if (!tmp (format, ret))
				ret = def;
			return ret;
		}
	};

	/// Template function for reading any type.
	/** The default implementation uses a std::istringstream extractor.
	 *  This function can be specialized by a program to allow reading custom types with a shevek::istring.
	 */
	template <typename T>
	bool istring::read_var (Glib::ustring const &format, T &ret,
			Glib::ustring::size_type &inpos)
	{
		++inpos;
		std::istringstream s (data.substr (pos.top ()));
		s >> ret;
		std::streampos p = s.tellg ();
		if (!s || p < 0)
			return false;
		pos.top () += p;
		return true;
	}

	/// Specialization of read_var for double.
	template <> bool istring::read_var <double> (Glib::ustring const &format, double &ret, Glib::ustring::size_type &inpos);

	/// Specialization of read_var for float.
	template <> bool istring::read_var <float> (Glib::ustring const &format, float &ret, Glib::ustring::size_type &inpos);

	/// Specialization of read_var for Glib::ustring.
	template <> bool istring::read_var <Glib::ustring> (Glib::ustring const &format, Glib::ustring &ret, Glib::ustring::size_type &inpos);

	/// Specialization of read_var for int.
	template <> bool istring::read_var <int> (Glib::ustring const &format, int &ret, Glib::ustring::size_type &inpos);

	/// Specialization of read_var for unsigned.
	template <> bool istring::read_var <unsigned> (Glib::ustring const &format, unsigned &ret, Glib::ustring::size_type &inpos);

	/// shevek::ostring is a C++ version of printf.
	/** It uses templates to allow expanding it to user-defined types, but it still uses a format string to make it better translatable.
	 *  ostring works on utf-8 strings (Glib::ustring).  For std::string, use rostring.
	 */
	class ostring
	{
		Glib::ustring data;
		Glib::ustring format;
		Glib::ustring::size_type pos;
		void write_const ();
		template <typename T> void write_var (T const &a,
				Glib::ustring const &flags,
				unsigned width, unsigned precision);
		template <typename T> void write_var_raw (T const &a);
		ostring &init (Glib::ustring const &f);
		// If you get a linker error to this line, you have tried to insert a std::string into a shevek::ostring.
		// Fix the program by turning it into a Glib::ustring first, or by using a shevek::rostring instead.
		template <typename T> ostring &operator ()(T const &a) { write_const (); write_var_raw (a); return *this; }
		ostring &operator ()();
	public:
		/// Use the result as a string.
		operator Glib::ustring () const { return data; }
		/// Use the result as a string.
		Glib::ustring operator+ (Glib::ustring const &that) const { return data + that; }
		/// Send the result to an ostream.
		friend std::ostream &operator<< (std::ostream &s, ostring const &o) { return s << o.data; }
		/// Create a string with a constant format.
		ostring (Glib::ustring const &fmt) { init (fmt)(); }
		/// Create a string with one argument.
		template <typename T1>
		ostring (Glib::ustring const &fmt, T1 const &a1)
		{ init (fmt)(a1)(); }
		/// Create a string with two arguments.
		template <typename T1, typename T2>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2)
		{ init (fmt)(a1)(a2)(); }
		/// Create a string with three arguments.
		template <typename T1, typename T2, typename T3>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3)
		{ init (fmt)(a1)(a2)(a3)(); }
		/// Create a string with four arguments.
		template <typename T1, typename T2, typename T3, typename T4>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4)
		{ init (fmt)(a1)(a2)(a3)(a4)(); }
		/// Create a string with five arguments.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4, T5 const &a5)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(); }
		/// Create a string with six arguments.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4, T5 const &a5,
				T6 const &a6)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(); }
		/// Create a string with seven arguments.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4, T5 const &a5,
				T6 const &a6, T7 const &a7)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(); }
		/// Create a string with eight arguments.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7 ,typename T8>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4, T5 const &a5,
				T6 const &a6, T7 const &a7, T8 const &a8)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(a8)(); }
		/// Create a string with nine arguments.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7 ,typename T8,
			 typename T9>
		ostring (Glib::ustring const &fmt, T1 const &a1, T2 const &a2,
				T3 const &a3, T4 const &a4, T5 const &a5,
				T6 const &a6, T7 const &a7, T8 const &a8,
				T9 const &a9)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(a8)(a9)(); }
	};

	/// Write a variable to a string.
	/** This first read the flags, width and precision, and passes that to write_var (which can be specialized by types).
	 */
	template <typename T> void ostring::write_var_raw (T const &a)
	{
		unsigned width = 0, precision = 0;
		Glib::ustring flags;
		while (pos < format.size ()
				&& (format[pos] < 'a' || format[pos] > 'z')
				&& (format[pos] < 'A' || format[pos] > 'Z')
				&& (format[pos] < '1' || format[pos] > '9'))
			flags += format[pos++];
		while (pos < format.size () && format[pos] >= '0'
				&& format[pos] <= '9')
		{
			width *= 10;
			width += format[pos++] - '0';
		}
		if (pos < format.size () && format[pos] == '.')
		{
			++pos;
			while (pos < format.size () && format[pos] >= '0'
					&& format[pos] <= '9')
			{
				precision *= 10;
				precision += format[pos++] - '0';
			}
		}
		return write_var (a, flags, width, precision);
	}

	/// Write a variable to the string.
	/** This function can be specialized to allow writing custom types using shevek::ostring.
	 */
	template <typename T> void ostring::write_var (T const &a,
			Glib::ustring const &flags,
			unsigned width, unsigned precision)
	{
		(void)flags;
		(void)width;
		(void)precision;
		if (pos < format.size ())
			++pos;
		std::ostringstream s;
		s << a;
		data += s.str ();
	}

	/// Specialization for unsigned short.
	template <> void ostring::write_var <unsigned short> (unsigned short const &a, Glib::ustring const &flags, unsigned width, unsigned precision);
	/// Specialization for short.
	template <> void ostring::write_var <short> (short const &a, Glib::ustring const &flags, unsigned width, unsigned precision);
	/// Specialization for unsigned.
	template <> void ostring::write_var <unsigned> (unsigned const &a, Glib::ustring const &flags, unsigned width, unsigned precision);
	/// Specialization for int.
	template <> void ostring::write_var <int> (int const &a, Glib::ustring const &flags, unsigned width, unsigned precision);
	/// Specialization for Glib::ustring.
	template <> void ostring::write_var <Glib::ustring> (Glib::ustring const &a, Glib::ustring const &flags, unsigned width, unsigned precision);

	/// Not implemented.
	/** For std::string, you should use ri/ostring instead.  So this is declared and not defined.
	 *  It will trigger a compiler error if it is used.
	 */
	template <> void ostring::write_var_raw <std::string> (std::string const &a);
	template <> bool istring::read_var <std::string> (Glib::ustring const &format, std::string &ret, Glib::ustring::size_type &inpos);

	/// shevek::ristring is identical to shevek::istring, but it uses std::string instead of Glib::ustring.
	class ristring
	{
		// The data to parse.
		std::string data;
		// Pointer to data still to be parsed.
		std::stack <std::string::size_type> pos;

		// Read a variable.
		template <typename T>
		bool read_var (std::string const &format, T &ret, std::string::size_type &inpos);

		// Read away whitespace.
		void del_whitespace ();

		// Check for a constant.
		bool read_const (std::string const &format, std::string::size_type &inpos);
	public:
		// Constructors: fill data and make one stack level.
		/// Create a new istring with no data.
		ristring () { pos.push (0); }
		/// Create a new istring with data.
		ristring (std::string const &str) { init (str); }
		/// Set new data to an existing istring.
		void init (std::string const &str) { data = str; while (!pos.empty ()) pos.pop (); pos.push (0); }

		// Stack functions.
		/// Push the current position to the stack so it can be restored later.
		void push () { pos.push (pos.top ()); }
		/// Pop the last pushed position from the stack.
		/** If keep is true or not given, the current position is restored to the last position.
		 *  If it is false, the current position is not changed.
		 */
		int pop (bool keep = false);
		/// Set the current position to 0, but don't change the stack.
		void reset () { pos.top () = 0; }

		/// Get remaining string.
		std::string rest () const { return data.substr (pos.top ()); }

		/// Skip some characters.
		void skip (std::string::size_type p) { pos.top () += p; }

		/// Read a constant string from the input.
		bool operator() (std::string const &format)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing one argument from the input.
		template <typename T1>
		bool operator() (std::string const &format, T1 &arg1)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing two arguments from the input.
		template <typename T1, typename T2>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing three arguments from the input.
		template <typename T1, typename T2, typename T3>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing four arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing five arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing six arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing seven arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6, T7 &arg7)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg7, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a string containing eight arguments from the input.
		template <typename T1, typename T2, typename T3, typename T4,
			 typename T5, typename T6, typename T7, typename T8>
		bool operator() (std::string const &format, T1 &arg1,
				T2 &arg2, T3 &arg3, T4 &arg4, T5 &arg5,
				T6 &arg6, T7 &arg7, T8 &arg8)
		{
			push ();
			std::string::size_type inpos = 0;
			bool ret = read_const (format, inpos)
				&& read_var (format, arg1, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg2, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg3, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg4, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg5, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg6, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg7, inpos)
				&& read_const (format, inpos)
				&& read_var (format, arg8, inpos)
				&& read_const (format, inpos)
				&& inpos == format.size ();
			pop (ret);
			return ret;
		}

		/// Read a variable from given data and return it.
		/** This allows using a shevek::istring in an expression without the need to create a new variable for it.
		 *  If the input doesn't match the format, def is returned.
		 */
		template <typename T>
		static T direct (std::string const &data,
				std::string const &format,
				T def = T ())
		{
			T ret;
			istring tmp (data);
			if (!tmp (format, ret))
				ret = def;
			return ret;
		}
	};

	/// Template function for reading any type.
	/** The default implementation uses a std::istringstream extractor.
	 *  This function can be specialized by a program to allow reading custom types with a shevek::ristring.
	 */
	template <typename T>
	bool ristring::read_var (std::string const &format, T &ret, std::string::size_type &inpos)
	{
		(void *)&format;
		++inpos;
		std::istringstream s (data.substr (pos.top ()));
		s >> ret;
		std::streampos p = s.tellg ();
		if (!s || p < 0)
			return false;
		pos.top () += p;
		return true;
	}

	/// Specialization of read_var for double.
	template <>
	bool ristring::read_var <double> (std::string const &format,
			double &ret, std::string::size_type &inpos);

	/// Specialization of read_var for float.
	template <>
	bool ristring::read_var <float> (std::string const &format,
			float &ret, std::string::size_type &inpos);

	/// Specialization of read_var for std::string.
	template <>
	bool ristring::read_var <std::string> (std::string const &format,
			std::string &ret, std::string::size_type &inpos);

	/// Specialization of read_var for int.
	template <>
	bool ristring::read_var <int> (std::string const &format,
			int &ret, std::string::size_type &inpos);

	/// Specialization of read_var for unsigned.
	template <>
	bool ristring::read_var <unsigned> (std::string const &format,
			unsigned &ret, std::string::size_type &inpos);

	/// shevek::rostring is identical to shevek::ostring, but it uses std::string instead of Glib::ustring.
	class rostring
	{
		std::string data;
		std::string format;
		std::string::size_type pos;
		void write_const ();
		template <typename T> void write_var (T const &a,
				std::string const &flags,
				unsigned width, unsigned precision);
		template <typename T> void write_var_raw (T const &a);
		rostring &init (std::string const &f);
		template <typename T> rostring &operator ()(T const &a)
		{ write_const (); write_var_raw (a); return *this; }
		rostring &operator ()();
	public:
		/// Use the result as a string.
		operator std::string () const { return data; }
		/// Use the result as a string.
		std::string operator+ (std::string const &that) const { return data + that; }
		/// Send the result to an ostream.
		friend std::ostream &operator<< (std::ostream &s, rostring const &o) { return s << o.data; }
		/// Create a string with a constant format.
		rostring (std::string const &fmt)
		{ init (fmt)(); }
		/// Create a string with one argument.
		template <typename T1>
		rostring (std::string const &fmt, T1 const &a1)
		{ init (fmt)(a1)(); }
		/// Create a string with two arguments.
		template <typename T1, typename T2>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2)
		{ init (fmt)(a1)(a2)(); }
		/// Create a string with three arguments.
		template <typename T1, typename T2, typename T3>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3)
		{ init (fmt)(a1)(a2)(a3)(); }
		/// Create a string with four arguments.
		template <typename T1, typename T2, typename T3, typename T4>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4)
		{ init (fmt)(a1)(a2)(a3)(a4)(); }
		/// Create a string with five arguments.
		template <typename T1, typename T2, typename T3, typename T4, typename T5>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(); }
		/// Create a string with six arguments.
		template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(); }
		/// Create a string with seven arguments.
		template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(); }
		/// Create a string with eight arguments.
		template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7 ,typename T8>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7, T8 const &a8)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(a8)(); }
		/// Create a string with nine arguments.
		template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7 ,typename T8, typename T9>
		rostring (std::string const &fmt, T1 const &a1, T2 const &a2, T3 const &a3, T4 const &a4, T5 const &a5, T6 const &a6, T7 const &a7, T8 const &a8, T9 const &a9)
		{ init (fmt)(a1)(a2)(a3)(a4)(a5)(a6)(a7)(a8)(a9)(); }
	};

	/// Function to write a variable to the string.
	/** Normally, you should specialize write_var, not this function.
	 */
	template <typename T> void rostring::write_var_raw (T const &a)
	{
		unsigned width = 0, precision = 0;
		std::string flags;
		while (pos < format.size ()
				&& (format[pos] < 'a' || format[pos] > 'z')
				&& (format[pos] < 'A' || format[pos] > 'Z')
				&& (format[pos] < '1' || format[pos] > '9'))
			flags += format[pos++];
		while (pos < format.size () && format[pos] >= '0'
				&& format[pos] <= '9')
		{
			width *= 10;
			width += format[pos++] - '0';
		}
		if (pos < format.size () && format[pos] == '.')
		{
			++pos;
			while (pos < format.size () && format[pos] >= '0'
					&& format[pos] <= '9')
			{
				precision *= 10;
				precision += format[pos++] - '0';
			}
		}
		return write_var (a, flags, width, precision);
	}

	/// Function to write a variable to the string.
	/** This function can be specialized to allow writing custom types using shevek::rostring.
	 */
	template <typename T> void rostring::write_var (T const &a, std::string const &flags, unsigned width, unsigned precision)
	{
		(void)flags;
		(void)width;
		(void)precision;
		if (pos < format.size ())
			++pos;
		std::ostringstream s;
		s << a;
		data += s.str ();
	}

	/// Specialization for unsigned.
	/** This allows printing in hexadecimal and inserting 0's on the left.
	 */
	template <> void rostring::write_var <unsigned> (unsigned const &a, std::string const &flags, unsigned width, unsigned precision);
	/// Specialization for int.
	/** This allows printing in hexadecimal and inserting 0's on the left.
	 */
	template <> void rostring::write_var <int> (int const &a, std::string const &flags, unsigned width, unsigned precision);

	/// Not implemented.
	/** For Glib::ustring, you should use i/ostring instead.  So this is declared and not defined.
	 *  It will trigger a compiler error if it is used.
	 */
	template <> void rostring::write_var_raw <Glib::ustring> (Glib::ustring const &a);
	template <> bool ristring::read_var <Glib::ustring> (std::string const &format, Glib::ustring &ret, std::string::size_type &inpos);
}

#endif