Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class Struct Reference
Collaboration diagram for tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class:

Public Member Functions

 _unwind_class (pointer_type p)
 
 ~_unwind_class ()
 

Public Attributes

pointer_type space
 
int already_built
 

Detailed Description

template<typename T, size_t N>
struct tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class

Definition at line 491 of file flow_graph.h.

Constructor & Destructor Documentation

◆ _unwind_class()

template<typename T , size_t N>
tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class::_unwind_class ( pointer_type  p)
inline

Definition at line 494 of file flow_graph.h.

494 {

◆ ~_unwind_class()

template<typename T , size_t N>
tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class::~_unwind_class ( )
inline

Definition at line 495 of file flow_graph.h.

495  :
497  __TBB_DEPRECATED typedef T output_type;
498 
500  __TBB_DEPRECATED typedef receiver<T> successor_type;
#define __TBB_DEPRECATED
Definition: tbb_config.h:636

Member Data Documentation

◆ already_built

template<typename T , size_t N>
int tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class::already_built

Definition at line 493 of file flow_graph.h.

◆ space

template<typename T , size_t N>
pointer_type tbb::flow::interface11::internal::Wrapper< T[N]>::_unwind_class::space

Definition at line 492 of file flow_graph.h.


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

Copyright © 2005-2020 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.