/home/ntakagi/work/STLport-5.1.5/stlport/stl/_rope.c File Reference#include <stl/_rope.h> #include <stl/_cstdio.h> #include <iostream> #include <stl/_range_errors.h> Go to the source code of this file.
Define Documentation
Value: = { \ /* 0 */1, /* 1 */2, /* 2 */3, /* 3 */5, /* 4 */8, /* 5 */13, /* 6 */21, \ /* 7 */34, /* 8 */55, /* 9 */89, /* 10 */144, /* 11 */233, /* 12 */377, \ /* 13 */610, /* 14 */987, /* 15 */1597, /* 16 */2584, /* 17 */4181, \ /* 18 */6765ul, /* 19 */10946ul, /* 20 */17711ul, /* 21 */28657ul, /* 22 */46368ul, \ /* 23 */75025ul, /* 24 */121393ul, /* 25 */196418ul, /* 26 */317811ul, \ /* 27 */514229ul, /* 28 */832040ul, /* 29 */1346269ul, /* 30 */2178309ul, \ /* 31 */3524578ul, /* 32 */5702887ul, /* 33 */9227465ul, /* 34 */14930352ul, \ /* 35 */24157817ul, /* 36 */39088169ul, /* 37 */63245986ul, /* 38 */102334155ul, \ /* 39 */165580141ul, /* 40 */267914296ul, /* 41 */433494437ul, \ /* 42 */701408733ul, /* 43 */1134903170ul, /* 44 */1836311903ul, \ /* 45 */2971215073ul }
Function Documentation
template<class _CharT, class _Traits>
Definition at line 850 of file _rope.c. References basic_ios< _CharT, _Traits >::fill(), and basic_ostream< _CharT, _Traits >::put(). Referenced by _S_io_get().
template<class _CharT, class _Alloc>
Definition at line 1384 of file _rope.c. References __last, _STLP_ASSERT, _Rope_iterator< _CharT, _Alloc >::container(), and _Rope_iterator_base< _CharT, _Alloc >::index(). Referenced by rotate().
template<class _CharT, class _Alloc, class _CharConsumer>
Definition at line 790 of file _rope.c. References __STATIC_CAST, _Rope_RopeRep< _CharT, _Alloc >::_M_size, _Rope_RopeRep< _CharT, _Alloc >::_M_tag, _S_apply_to_pieces(), _STLP_ASSERT, _STLP_TRY, _STLP_UNWIND, _Rope_RopeRep< _CharT, _Alloc >::get_allocator(), max(), and min(). Referenced by _S_apply_to_pieces(), rope< _CharT, _Alloc >::apply_to_pieces(), and rope< _CharT, _Alloc >::find().
template<class _CharT, class _Traits, class _Alloc>
Definition at line 878 of file _rope.c. References _STLP_TRY, _STLP_UNWIND, rope< _CharT, _Alloc >::apply_to_pieces(), rope< _CharT, _Alloc >::size(), and ios_base::width().
template<class _CharT, class _Traits, class _Alloc>
Definition at line 856 of file _rope.c. References __STATIC_CAST, _Rope_fill(), rope< _CharT, _Alloc >::apply_to_pieces(), ios_base::flags(), left(), rope< _CharT, _Alloc >::size(), and ios_base::width(). Referenced by operator<<().
template<class _CharT, class _Alloc>
Definition at line 398 of file _rope.c. References _Rope_RopeRep< _CharT, _Alloc >::_M_c_string, _Rope_RopeLeaf< _CharT, _Alloc >::_M_data, and _Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string().
template<class _CharT, class _Alloc>
Definition at line 391 of file _rope.c. References _Rope_RopeRep< _CharT, _Alloc >::_M_c_string, _Rope_RopeLeaf< _CharT, _Alloc >::_M_data, _S_construct_null(), and _STLP_ASSERT. Referenced by rope< _CharT, _Alloc >::_S_destr_leaf_concat_char_iter().
template<class _CharT, class _Traits, class _Alloc>
Generated on Mon Mar 10 15:32:49 2008 by ![]() |