Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::Wrapper< T > Struct Template Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface10::internal::Wrapper< T >:
Collaboration diagram for tbb::flow::interface10::internal::Wrapper< T >:

Classes

struct  _unwind_space
 

Public Types

typedef T value_type
 
typedef T * pointer_type
 

Public Member Functions

const value_typevalue () const
 
 Wrapper (const T &other)
 
 Wrapper (const Wrapper &other)
 
void CopyTo (void *newSpace) const __TBB_override
 
 ~Wrapper ()
 
- Public Member Functions inherited from tbb::flow::interface10::internal::WrapperBase
virtual ~WrapperBase ()
 

Private Member Functions

 Wrapper ()
 

Private Attributes

value_space
 

Detailed Description

template<typename T>
struct tbb::flow::interface10::internal::Wrapper< T >

Definition at line 432 of file flow_graph.h.

Member Typedef Documentation

◆ pointer_type

template<typename T >
typedef T* tbb::flow::interface10::internal::Wrapper< T >::pointer_type

Definition at line 434 of file flow_graph.h.

◆ value_type

template<typename T >
typedef T tbb::flow::interface10::internal::Wrapper< T >::value_type

Definition at line 433 of file flow_graph.h.

Constructor & Destructor Documentation

◆ Wrapper() [1/3]

template<typename T >
tbb::flow::interface10::internal::Wrapper< T >::Wrapper ( )
private

◆ Wrapper() [2/3]

template<typename T >
tbb::flow::interface10::internal::Wrapper< T >::Wrapper ( const T &  other)
inlineexplicit

Definition at line 452 of file flow_graph.h.

453 :
454  virtual task* try_put_task_wrapper( const void *p, bool is_async ) __TBB_override {
#define __TBB_override
Definition: tbb_stddef.h:244
void const char const char int ITT_FORMAT __itt_group_sync p
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task

◆ Wrapper() [3/3]

template<typename T >
tbb::flow::interface10::internal::Wrapper< T >::Wrapper ( const Wrapper< T > &  other)
inlineexplicit

Definition at line 453 of file flow_graph.h.

453 :
454  virtual task* try_put_task_wrapper( const void *p, bool is_async ) __TBB_override {
#define __TBB_override
Definition: tbb_stddef.h:244
void const char const char int ITT_FORMAT __itt_group_sync p
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task

◆ ~Wrapper()

template<typename T >
tbb::flow::interface10::internal::Wrapper< T >::~Wrapper ( )
inline

Definition at line 460 of file flow_graph.h.

467 {

Member Function Documentation

◆ CopyTo()

template<typename T >
void tbb::flow::interface10::internal::Wrapper< T >::CopyTo ( void newSpace) const
inlinevirtual

Reimplemented from tbb::flow::interface10::internal::WrapperBase.

Definition at line 455 of file flow_graph.h.

467  {

◆ value()

template<typename T >
const value_type& tbb::flow::interface10::internal::Wrapper< T >::value ( ) const
inline

Definition at line 438 of file flow_graph.h.

438 :

Member Data Documentation

◆ value_space

template<typename T >
T tbb::flow::interface10::internal::Wrapper< T >::value_space
private

Definition at line 436 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.