Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard Struct Reference

#include <concurrent_vector.h>

Inheritance diagram for tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard:
Collaboration diagram for tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard:

Public Member Functions

 element_construction_guard (pointer an_element)
 
void dismiss ()
 
 ~element_construction_guard ()
 
- Public Member Functions inherited from tbb::internal::no_copy
 no_copy ()
 Allow default construction. More...
 

Public Attributes

pointer element
 

Detailed Description

template<typename T, class A>
struct tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard

Definition at line 1128 of file concurrent_vector.h.

Constructor & Destructor Documentation

◆ element_construction_guard()

template<typename T, class A>
tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element_construction_guard ( pointer  an_element)
inline

◆ ~element_construction_guard()

template<typename T, class A>
tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::~element_construction_guard ( )
inline

Definition at line 1133 of file concurrent_vector.h.

1133  {
1134  if (element){
1136  }
1137  }
void handle_unconstructed_elements(T *array, size_t n_of_elements)
Exception helper function.

References tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::element, and tbb::internal::handle_unconstructed_elements().

Here is the call graph for this function:

Member Function Documentation

◆ dismiss()

template<typename T, class A>
void tbb::concurrent_vector< T, A >::push_back_helper::element_construction_guard::dismiss ( )
inline

Member Data Documentation

◆ element


The documentation for this struct was generated from the following file:

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.