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

_construct.h File Reference
#include <stl/_cstring.h>
#include <stl/_new.h>
#include <stl/_iterator_base.h>
#include <stl/type_traits.h>
#include <stl/_move_construct_fwk.h>

Go to the source code of this file.

Defines

#define _STLP_DEFAULT_CONSTRUCTED(_TTp)   _TTp()

Functions

template<class _Tp >
_STLP_BEGIN_NAMESPACE void __destroy_aux (_Tp *__pointer, const __false_type &)
template<class _Tp >
void __destroy_aux (_Tp *, const __true_type &)
template<class _Tp >
void _Destroy (_Tp *__pointer)
template<class _Tp >
void _Destroy_Moved (_Tp *__pointer)
template<class _T1 >
void _Construct_aux (_T1 *__p, const __false_type &)
template<class _T1 >
void _Construct_aux (_T1 *__p, const __true_type &)
template<class _T1 >
void _Construct (_T1 *__p)
template<class _Tp >
void _Copy_Construct_aux (_Tp *__p, const _Tp &__val, const __false_type &)
template<class _Tp >
void _Copy_Construct_aux (_Tp *__p, const _Tp &__val, const __true_type &)
template<class _Tp >
void _Copy_Construct (_Tp *__p, const _Tp &__val)
template<class _T1 , class _T2 >
void _Param_Construct_aux (_T1 *__p, const _T2 &__val, const __false_type &)
template<class _T1 , class _T2 >
void _Param_Construct_aux (_T1 *__p, const _T2 &__val, const __true_type &)
template<class _T1 , class _T2 >
void _Param_Construct (_T1 *__p, const _T2 &__val)
template<class _T1 , class _T2 >
void _Move_Construct_Aux (_T1 *__p, _T2 &__val, const __false_type &)
template<class _T1 , class _T2 >
void _Move_Construct_Aux (_T1 *__p, _T2 &__val, const __true_type &)
template<class _T1 , class _T2 >
void _Move_Construct (_T1 *__p, _T2 &__val)
template<class _ForwardIterator , class _Tp >
_STLP_INLINE_LOOP void __destroy_range_aux (_ForwardIterator __first, _ForwardIterator __last, _Tp *, const __false_type &)
template<class _ForwardIterator , class _Tp >
void __destroy_range_aux (_ForwardIterator, _ForwardIterator, _Tp *, const __true_type &)
template<class _ForwardIterator , class _Tp >
void __destroy_range (_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr)
template<class _ForwardIterator >
void _Destroy_Range (_ForwardIterator __first, _ForwardIterator __last)
void _Destroy_Range (char *, char *)
template<class _ForwardIterator , class _Tp >
void __destroy_mv_srcs (_ForwardIterator __first, _ForwardIterator __last, _Tp *__ptr)
template<class _ForwardIterator >
void _Destroy_Moved_Range (_ForwardIterator __first, _ForwardIterator __last)
template<class _T1 , class _T2 >
void construct (_T1 *__p, const _T2 &__val)
template<class _T1 >
void construct (_T1 *__p)
template<class _Tp >
void destroy (_Tp *__pointer)
template<class _ForwardIterator >
void destroy (_ForwardIterator __first, _ForwardIterator __last)

Generated on Sun May 27 2012 05:28:12 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.