ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

_uninitialized.h File Reference
#include <stl/_cstring.h>
#include <stl/_algobase.h>
#include <stl/_construct.h>

Go to the source code of this file.

Functions

template<class _InputIter , class _OutputIter , class _Distance >
_STLP_BEGIN_NAMESPACE
_STLP_MOVE_TO_PRIV_NAMESPACE
_OutputIter 
__ucopy (_InputIter __first, _InputIter __last, _OutputIter __result, _Distance *)
template<class _InputIter , class _OutputIter , class _Distance >
_OutputIter __ucopy (_InputIter __first, _InputIter __last, _OutputIter __result, const input_iterator_tag &, _Distance *__d)
template<class _RandomAccessIter , class _OutputIter , class _Distance >
_OutputIter __ucopy (_RandomAccessIter __first, _RandomAccessIter __last, _OutputIter __result, const random_access_iterator_tag &, _Distance *)
template<class _RandomAccessIter , class _OutputIter >
_OutputIter __ucopy (_RandomAccessIter __first, _RandomAccessIter __last, _OutputIter __result)
void__ucopy_trivial (const void *__first, const void *__last, void *__result)
template<class _InputIter , class _OutputIter >
_OutputIter __ucopy_ptrs (_InputIter __first, _InputIter __last, _OutputIter __result, const __false_type &)
template<class _InputIter , class _OutputIter >
_OutputIter __ucopy_ptrs (_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type &)
template<class _InputIter , class _OutputIter >
_OutputIter __ucopy_aux (_InputIter __first, _InputIter __last, _OutputIter __result, const __true_type &)
template<class _InputIter , class _OutputIter >
_OutputIter __ucopy_aux (_InputIter __first, _InputIter __last, _OutputIter __result, const __false_type &)
template<class _InputIter , class _ForwardIter >
_STLP_MOVE_TO_STD_NAMESPACE
_ForwardIter 
uninitialized_copy (_InputIter __first, _InputIter __last, _ForwardIter __result)
charuninitialized_copy (const char *__first, const char *__last, char *__result)
template<class _InputIter , class _Size , class _ForwardIter >
_STLP_MOVE_TO_PRIV_NAMESPACE
_STLP_INLINE_LOOP pair
< _InputIter, _ForwardIter > 
__ucopy_n (_InputIter __first, _Size __count, _ForwardIter __result, const input_iterator_tag &)
template<class _RandomAccessIter , class _Size , class _ForwardIter >
pair< _RandomAccessIter,
_ForwardIter > 
__ucopy_n (_RandomAccessIter __first, _Size __count, _ForwardIter __result, const random_access_iterator_tag &)
template<class _InputIter , class _Size , class _ForwardIter >
pair< _InputIter, _ForwardIter > __ucopy_n (_InputIter __first, _Size __count, _ForwardIter __result)
template<class _InputIter , class _Size , class _ForwardIter >
_STLP_MOVE_TO_STD_NAMESPACE
pair< _InputIter, _ForwardIter > 
uninitialized_copy_n (_InputIter __first, _Size __count, _ForwardIter __result)
template<class _ForwardIter , class _Tp , class _Distance >
_STLP_MOVE_TO_PRIV_NAMESPACE void __ufill (_ForwardIter __first, _ForwardIter __last, const _Tp &__x, _Distance *)
template<class _ForwardIter , class _Tp , class _Distance >
void __ufill (_ForwardIter __first, _ForwardIter __last, const _Tp &__x, const input_iterator_tag &, _Distance *__d)
template<class _ForwardIter , class _Tp , class _Distance >
void __ufill (_ForwardIter __first, _ForwardIter __last, const _Tp &__x, const random_access_iterator_tag &, _Distance *)
template<class _ForwardIter , class _Tp >
_STLP_MOVE_TO_STD_NAMESPACE void uninitialized_fill (_ForwardIter __first, _ForwardIter __last, const _Tp &__x)
void uninitialized_fill (unsigned char *__first, unsigned char *__last, const unsigned char &__val)
void uninitialized_fill (signed char *__first, signed char *__last, const signed char &__val)
void uninitialized_fill (char *__first, char *__last, const char &__val)
template<class _ForwardIter , class _Size , class _Tp >
_STLP_MOVE_TO_PRIV_NAMESPACE
_ForwardIter 
__ufill_n (_ForwardIter __first, _Size __n, const _Tp &__x)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __ufill_n (_ForwardIter __first, _Size __n, const _Tp &__x, const input_iterator_tag &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uninitialized_fill_n (_ForwardIter __first, _Size __n, const _Tp &__x)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __ufill_n (_ForwardIter __first, _Size __n, const _Tp &__x, const random_access_iterator_tag &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uinit_aux_aux (_ForwardIter __first, _Size __n, const _Tp &__val, const __false_type &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uinit_aux_aux (_ForwardIter __first, _Size __n, const _Tp &, const __true_type &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uinit_aux (_ForwardIter __first, _Size __n, const _Tp &, const __true_type &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uinit_aux (_ForwardIter __first, _Size __n, const _Tp &__val, const __false_type &)
template<class _ForwardIter , class _Size , class _Tp >
_ForwardIter __uninitialized_init (_ForwardIter __first, _Size __n, const _Tp &__val)
template<class _ForwardIter , class _Size , class _Tp >
_STLP_MOVE_TO_STD_NAMESPACE void uninitialized_fill_n (_ForwardIter __first, _Size __n, const _Tp &__x)
template<class _InputIter1 , class _InputIter2 , class _ForwardIter >
_STLP_MOVE_TO_PRIV_NAMESPACE
_ForwardIter 
__uninitialized_copy_copy (_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2, _InputIter2 __last2, _ForwardIter __result)
template<class _ForwardIter , class _Tp , class _InputIter >
_ForwardIter __uninitialized_fill_copy (_ForwardIter __result, _ForwardIter __mid, const _Tp &__x, _InputIter __first, _InputIter __last)
template<class _Iter , class _Tp >
void __uninitialized_copy_fill (_Iter __first1, _Iter __last1, _Iter __first2, _Iter __last2, const _Tp &__x)
template<class _InputIter , class _ForwardIter , class _TrivialUCpy >
_ForwardIter __uninitialized_move (_InputIter __first, _InputIter __last, _ForwardIter __result, _TrivialUCpy __trivial_ucpy, const __false_type &)
template<class _InputIter , class _ForwardIter , class _TrivialUCpy >
_STLP_INLINE_LOOP _ForwardIter __uninitialized_move (_InputIter __first, _InputIter __last, _ForwardIter __result, _TrivialUCpy, const __true_type &)

Generated on Sun May 27 2012 05:28:35 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.