/usr/include/xsd/cxx/tree/containers.hxx is in xsdcxx 4.0.0-1.
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 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 | // file : xsd/cxx/tree/containers.hxx
// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifndef XSD_CXX_TREE_CONTAINERS_HXX
#define XSD_CXX_TREE_CONTAINERS_HXX
#include <vector>
#include <memory> // std::auto_ptr/unique_ptr
#include <algorithm> // std::equal, std::lexicographical_compare
#include <iosfwd>
#include <xsd/cxx/config.hxx> // XSD_AUTO_PTR
#include <xsd/cxx/tree/elements.hxx>
#include <xsd/cxx/tree/iterator-adapter.hxx>
namespace xsd
{
namespace cxx
{
namespace tree
{
// Test whether T is a fundamental C++ type.
//
template <typename T>
struct fundamental_p
{
static const bool r = false;
};
// byte
//
template <>
struct fundamental_p<signed char>
{
static const bool r = true;
};
template <>
struct fundamental_p<unsigned char>
{
static const bool r = true;
};
// short
//
template <>
struct fundamental_p<short>
{
static const bool r = true;
};
template <>
struct fundamental_p<unsigned short>
{
static const bool r = true;
};
// int
//
template <>
struct fundamental_p<int>
{
static const bool r = true;
};
template <>
struct fundamental_p<unsigned int>
{
static const bool r = true;
};
// long
//
template <>
struct fundamental_p<long>
{
static const bool r = true;
};
template <>
struct fundamental_p<unsigned long>
{
static const bool r = true;
};
template <>
struct fundamental_p<long long>
{
static const bool r = true;
};
template <>
struct fundamental_p<unsigned long long>
{
static const bool r = true;
};
// bool
//
template <>
struct fundamental_p<bool>
{
static const bool r = true;
};
// float
//
template <>
struct fundamental_p<float>
{
static const bool r = true;
};
template <>
struct fundamental_p<double>
{
static const bool r = true;
};
// one (for internal use only)
//
template <typename T, bool fund = fundamental_p<T>::r>
class one;
template <typename T>
class one<T, false>
{
public:
~one ();
one (container*);
one (const T&, container*);
one (XSD_AUTO_PTR<T>, container*);
one (const one&, flags, container*);
one&
operator= (const one&);
public:
const T&
get () const
{
return *x_;
}
T&
get ()
{
return *x_;
}
void
set (const T& x)
{
set (x, 0);
}
void
set (XSD_AUTO_PTR<T>);
bool
present () const
{
return x_ != 0;
}
XSD_AUTO_PTR<T>
detach ()
{
T* x (x_);
x->_container (0);
x_ = 0;
return XSD_AUTO_PTR<T> (x);
}
protected:
void
set (const T&, flags);
protected:
T* x_;
container* container_;
};
template <typename T>
class one<T, true>
{
public:
one (container*)
: present_ (false)
{
}
one (const T& x, container*)
: x_ (x), present_ (true)
{
}
one (const one& x, flags, container*)
: x_ (x.x_), present_ (x.present_)
{
}
one&
operator= (const one& x)
{
if (this == &x)
return *this;
x_ = x.x_;
present_ = x.present_;
return *this;
}
public:
const T&
get () const
{
return x_;
}
T&
get ()
{
return x_;
}
void
set (const T& x)
{
x_ = x;
present_ = true;
}
bool
present () const
{
return present_;
}
protected:
T x_;
bool present_;
};
template <typename T, bool fund = fundamental_p<T>::r>
class optional;
template <typename T>
class optional<T, false>
{
public:
~optional ();
explicit
optional (container* = 0);
explicit
optional (const T&, container* = 0);
explicit
optional (XSD_AUTO_PTR<T>, container* = 0);
optional (const optional&, flags = 0, container* = 0);
optional&
operator= (const T&);
optional&
operator= (const optional&);
// Pointer-like interface.
//
public:
const T*
operator-> () const
{
return x_;
}
T*
operator-> ()
{
return x_;
}
const T&
operator* () const
{
return *x_;
}
T&
operator* ()
{
return *x_;
}
typedef optional self_; // Simplifier for Sun C++ 5.7.
typedef void (self_::*bool_convertible) ();
operator bool_convertible () const
{
return x_ != 0 ? &self_::true_ : 0;
}
// Get/set interface.
//
public:
bool
present () const
{
return x_ != 0;
}
const T&
get () const
{
return *x_;
}
T&
get ()
{
return *x_;
}
void
set (const T& x)
{
set (x, 0);
}
void
set (XSD_AUTO_PTR<T>);
void
reset ();
XSD_AUTO_PTR<T>
detach ()
{
T* x (x_);
x->_container (0);
x_ = 0;
return XSD_AUTO_PTR<T> (x);
}
protected:
void
set (const T&, flags);
void
true_ ();
protected:
T* x_;
container* container_;
};
//
//
template <typename T>
class optional<T, true>
{
public:
explicit
optional (container* = 0)
: present_ (false)
{
}
explicit
optional (const T&, container* = 0);
optional (const optional&, flags = 0, container* = 0);
optional&
operator= (const T&);
optional&
operator= (const optional&);
// Pointer-like interface.
//
public:
const T*
operator-> () const
{
return &x_;
}
T*
operator-> ()
{
return &x_;
}
const T&
operator* () const
{
return get ();
}
T&
operator* ()
{
return get ();
}
typedef optional self_; // Simplifier for Sun C++ 5.7.
typedef void (self_::*bool_convertible) ();
operator bool_convertible () const
{
return present () ? &self_::true_ : 0;
}
// Get/set interface.
//
public:
bool
present () const
{
return present_;
}
const T&
get () const
{
return x_;
}
T&
get ()
{
return x_;
}
void
set (const T& y)
{
x_ = y;
present_ = true;
}
void
reset ()
{
present_ = false;
}
private:
void
true_ ();
private:
bool present_;
T x_;
};
// Comparison operators.
//
template <typename T, bool fund>
inline bool
operator== (const optional<T, fund>& a, const optional<T, fund>& b)
{
return !a || !b ? a.present () == b.present () : *a == *b;
}
template <typename T, bool fund>
inline bool
operator!= (const optional<T, fund>& a, const optional<T, fund>& b)
{
return !(a == b);
}
template <typename T, bool fund>
inline bool
operator< (const optional<T, fund>& a, const optional<T, fund>& b)
{
return a && (!b || *a < *b);
}
template <typename T, bool fund>
inline bool
operator> (const optional<T, fund>& a, const optional<T, fund>& b)
{
return b < a;
}
template <typename T, bool fund>
inline bool
operator<= (const optional<T, fund>& a, const optional<T, fund>& b)
{
return !(a > b);
}
template <typename T, bool fund>
inline bool
operator>= (const optional<T, fund>& a, const optional<T, fund>& b)
{
return !(a < b);
}
// Provide an ostream insertion operator to prevent confusion from
// the implicit bool conversion.
//
template <typename C, typename T, bool fund>
std::basic_ostream<C>&
operator<< (std::basic_ostream<C>&, const optional<T, fund>&);
// Sequence.
//
template <typename T, bool fund = fundamental_p<T>::r>
class sequence;
//
//
class sequence_common
{
protected:
// This is a dangerously destructive automatic pointer. We are going
// to use it in a controlled environment to save us a lot of coding.
//
struct ptr
{
~ptr ()
{
delete x_;
}
explicit
ptr (type* x = 0)
: x_ (x)
{
}
ptr (const ptr& y)
: x_ (y.x_)
{
// Yes, hostile takeover.
//
y.x_ = 0;
}
ptr&
operator= (const ptr& y)
{
if (this != &y)
{
// Yes, hostile takeover.
//
delete x_;
x_ = y.x_;
y.x_ = 0;
}
return *this;
}
public:
type&
operator* () const
{
return *x_;
}
type*
operator-> () const
{
return x_;
}
type*
get () const
{
return x_;
}
type*
release ()
{
type* x (x_);
x_ = 0;
return x;
}
private:
mutable type* x_;
};
protected:
typedef std::vector<ptr> base_sequence;
typedef base_sequence::iterator base_iterator;
typedef base_sequence::const_iterator base_const_iterator;
typedef base_sequence::size_type size_type;
typedef base_sequence::difference_type difference_type;
typedef base_sequence::allocator_type allocator_type;
protected:
sequence_common (container* c)
: container_ (c)
{
}
sequence_common (size_type n, const type& x, container* c)
: container_ (c)
{
assign (n, x);
}
template <typename I>
sequence_common (const I& begin, const I& end, container* c)
: container_ (c)
{
assign (begin, end);
}
sequence_common (const sequence_common& v, flags f, container* c)
: container_ (c)
{
v_.reserve (v.v_.size ());
for (base_const_iterator i (v.v_.begin ()), e (v.v_.end ());
i != e; ++i)
{
ptr p ((**i)._clone (f, container_));
v_.push_back (p);
}
}
public:
sequence_common&
operator= (const sequence_common& v)
{
if (this == &v)
return *this;
v_.assign (v.v_.size (), ptr ());
base_iterator di (v_.begin ()), de (v_.end ());
base_const_iterator si (v.v_.begin ()), se (v.v_.end ());
for (; si != se && di != de; ++si, ++di)
{
// We have no ptr_ref.
//
ptr p ((**si)._clone (0, container_));
*di = p;
}
return *this;
}
public:
size_type
size () const
{
return v_.size ();
}
size_type
max_size () const
{
return v_.max_size ();
}
size_type
capacity () const
{
return v_.capacity ();
}
bool
empty () const
{
return v_.empty ();
}
void
reserve (size_type n)
{
v_.reserve (n);
}
void
clear ()
{
v_.clear ();
}
protected:
void
assign (size_type n, const type& x)
{
v_.assign (n, ptr ());
for (base_iterator i (v_.begin ()), e (v_.end ()); i != e; ++i)
{
ptr p (x._clone (0, container_));
*i = p;
}
}
template <typename I>
void
assign (const I& begin, const I& end)
{
// This is not the fastest way to do it. Also I's type may not
// have _clone.
//
v_.clear ();
for (I i (begin); i != end; ++i)
{
ptr p (i->_clone (0, container_));
v_.push_back (p);
}
}
void
resize (size_type n, const type& x)
{
size_type old (v_.size ());
v_.resize (n, ptr ());
if (old < n)
{
for (base_iterator i (v_.begin () + old), e (v_.end ());
i != e; ++i)
{
ptr p (x._clone (0, container_));
*i = p;
}
}
}
void
insert (base_iterator p, size_type n, const type& x)
{
difference_type d (v_.end () - p);
v_.insert (p, n, ptr ());
for (base_iterator i (v_.end () - d); n != 0; --n)
{
ptr r (x._clone (0, container_));
*(--i) = r;
}
}
template <typename I>
void
insert (base_iterator p, const I& begin, const I& end)
{
// This is not the fastest way to do it. Also I's type may not
// have _clone.
//
if (begin != end)
{
for (I i (end);;)
{
--i;
ptr r (i->_clone (0, container_));
p = v_.insert (p, r);
if (i == begin)
break;
}
}
}
protected:
container* container_;
base_sequence v_;
};
//
//
template <typename T>
class sequence<T, false>: public sequence_common
{
protected:
// For IBM XL C++ 8.0.
//
typedef sequence_common::ptr ptr;
public:
typedef T value_type;
typedef T* pointer;
typedef const T* const_pointer;
typedef T& reference;
typedef const T& const_reference;
typedef
iterator_adapter<base_sequence::iterator, T>
iterator;
typedef
iterator_adapter<base_sequence::const_iterator, const T>
const_iterator;
typedef
iterator_adapter<base_sequence::reverse_iterator, T>
reverse_iterator;
typedef
iterator_adapter<base_sequence::const_reverse_iterator, const T>
const_reverse_iterator;
typedef sequence_common::size_type size_type;
typedef sequence_common::difference_type difference_type;
typedef sequence_common::allocator_type allocator_type;
public:
explicit
sequence (container* c = 0)
: sequence_common (c)
{
}
// The first version causes trouble on IBM XL C++ 7.0 when
// a type does not have the default c-tor. While the second
// breaks VC++ 8.0 when using dllexport (it appears to
// instantiate everything instead of only what's used).
//
#ifdef _MSC_VER
explicit
sequence (size_type n, const T& x = T (), container* c = 0)
: sequence_common (n, x, c)
{
}
#else
explicit
sequence (size_type n, container* c = 0)
: sequence_common (n, T (), c)
{
}
sequence (size_type n, const T& x, container* c = 0)
: sequence_common (n, x, c)
{
}
#endif
template <typename I>
sequence (const I& begin, const I& end, container* c = 0)
: sequence_common (begin, end, c)
{
}
sequence (const sequence& v, flags f = 0, container* c = 0)
: sequence_common (v, f, c)
{
}
public:
void
assign (size_type n, const T& x)
{
sequence_common::assign (n, x);
}
template <typename I>
void
assign (const I& begin, const I& end)
{
sequence_common::assign (begin, end);
}
public:
// The first version causes trouble on IBM XL C++ 7.0 when
// a type does not have the default c-tor. While the second
// breaks VC++ 8.0 when using dllexport (it appears to
// instantiate everything instead of only what's used).
//
#ifdef _MSC_VER
void
resize (size_type n, const T& x = T ())
{
sequence_common::resize (n, x);
}
#else
void
resize (size_type n)
{
sequence_common::resize (n, T ());
}
void
resize (size_type n, const T& x)
{
sequence_common::resize (n, x);
}
#endif
public:
const_iterator
begin () const
{
return const_iterator (v_.begin ());
}
const_iterator
end () const
{
return const_iterator (v_.end ());
}
iterator
begin ()
{
return iterator (v_.begin ());
}
iterator
end ()
{
return iterator (v_.end ());
}
// reverse
//
const_reverse_iterator
rbegin () const
{
return const_reverse_iterator (v_.rbegin ());
}
const_reverse_iterator
rend () const
{
return const_reverse_iterator (v_.rend ());
}
reverse_iterator
rbegin ()
{
return reverse_iterator (v_.rbegin ());
}
reverse_iterator
rend ()
{
return reverse_iterator (v_.rend ());
}
public:
T&
operator[] (size_type n)
{
return static_cast<T&> (*(v_[n]));
}
const T&
operator[] (size_type n) const
{
return static_cast<const T&> (*(v_[n]));
}
T&
at (size_type n)
{
return static_cast<T&> (*(v_.at (n)));
}
const T&
at (size_type n) const
{
return static_cast<const T&> (*(v_.at (n)));
}
T&
front ()
{
return static_cast<T&> (*(v_.front ()));
}
const T&
front () const
{
return static_cast<const T&> (*(v_.front ()));
}
T&
back ()
{
return static_cast<T&> (*(v_.back ()));
}
const T&
back () const
{
return static_cast<const T&> (*(v_.back ()));
}
public:
void
push_back (const T& x)
{
v_.push_back (ptr (x._clone (0, container_)));
}
void
push_back (XSD_AUTO_PTR<T> x)
{
if (x->_container () != container_)
x->_container (container_);
v_.push_back (ptr (x.release ()));
}
void
pop_back ()
{
v_.pop_back ();
}
XSD_AUTO_PTR<T>
detach_back (bool pop = true)
{
ptr& p (v_.back ());
p->_container (0);
T* x (static_cast<T*> (p.release ()));
if (pop)
v_.pop_back ();
return XSD_AUTO_PTR<T> (x);
}
iterator
insert (iterator position, const T& x)
{
return iterator (
v_.insert (
position.base (), ptr (x._clone (0, container_))));
}
iterator
insert (iterator position, XSD_AUTO_PTR<T> x)
{
if (x->_container () != container_)
x->_container (container_);
return iterator (v_.insert (position.base (), ptr (x.release ())));
}
void
insert (iterator position, size_type n, const T& x)
{
sequence_common::insert (position.base (), n, x);
}
template <typename I>
void
insert (iterator position, const I& begin, const I& end)
{
sequence_common::insert (position.base (), begin, end);
}
iterator
erase (iterator position)
{
return iterator (v_.erase (position.base ()));
}
iterator
erase (iterator begin, iterator end)
{
return iterator (v_.erase (begin.base (), end.base ()));
}
iterator
detach (iterator position, XSD_AUTO_PTR<T>& r, bool erase = true)
{
ptr& p (*position.base ());
p->_container (0);
r.reset (static_cast<T*> (p.release ()));
if (erase)
return iterator (v_.erase (position.base ()));
else
return ++position;
}
// Note that the container object of the two sequences being
// swapped should be the same.
//
void
swap (sequence& x)
{
assert (container_ == x.container_);
v_.swap (x.v_);
}
};
// Specialization for fundamental types.
//
template <typename T>
class sequence<T, true>: public std::vector<T>
{
typedef std::vector<T> base_sequence;
public:
explicit
sequence (container* = 0)
{
}
explicit
sequence (typename base_sequence::size_type n,
const T& x = T (),
container* = 0)
: base_sequence (n, x)
{
}
template <typename I>
sequence (const I& begin, const I& end, container* = 0)
: base_sequence (begin, end)
{
}
sequence (const sequence& s, flags = 0, container* = 0)
: base_sequence (s)
{
}
};
// Comparison operators.
//
template <typename T, bool fund>
inline bool
operator== (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return (a.size () == b.size ()
&& std::equal (a.begin (), a.end (), b.begin ()));
}
template <typename T, bool fund>
inline bool
operator!= (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return !(a == b);
}
template <typename T, bool fund>
inline bool
operator< (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return std::lexicographical_compare (a.begin (), a.end (),
b.begin (), b.end ());
}
template <typename T, bool fund>
inline bool
operator> (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return b < a;
}
template <typename T, bool fund>
inline bool
operator<= (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return !(a > b);
}
template <typename T, bool fund>
inline bool
operator>= (const sequence<T, fund>& a, const sequence<T, fund>& b)
{
return !(a < b);
}
// Note that the container object of the two sequences being
// swapped should be the same.
//
template <typename T, bool fund>
inline void
swap (sequence<T, fund>& x, sequence<T, fund>& y)
{
x.swap (y);
}
}
}
}
#include <xsd/cxx/tree/containers.txx>
#endif // XSD_CXX_TREE_CONTAINERS_HXX
|