Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::Wrapper< T[N]>::_unwind_class Struct Reference
Collaboration diagram for tbb::flow::interface10::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::interface10::internal::Wrapper< T[N]>::_unwind_class

Definition at line 477 of file flow_graph.h.

Constructor & Destructor Documentation

◆ _unwind_class()

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

Definition at line 480 of file flow_graph.h.

482 { return false; }

◆ ~_unwind_class()

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

Definition at line 481 of file flow_graph.h.

482  { return false; }
483 
485  virtual bool try_reserve( T & ) { return false; }
486 

Member Data Documentation

◆ already_built

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

Definition at line 479 of file flow_graph.h.

◆ space

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

Definition at line 478 of file flow_graph.h.


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.