Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::WrapperBase Struct Reference

#include <flow_graph.h>

Inheritance diagram for tbb::flow::interface11::internal::WrapperBase:
Collaboration diagram for tbb::flow::interface11::internal::WrapperBase:

Public Member Functions

virtual ~WrapperBase ()
 
virtual void CopyTo (void *) const
 

Detailed Description

Definition at line 433 of file flow_graph.h.

Constructor & Destructor Documentation

◆ ~WrapperBase()

virtual tbb::flow::interface11::internal::WrapperBase::~WrapperBase ( )
inlinevirtual

Definition at line 434 of file flow_graph.h.

436 { return false; }

Member Function Documentation

◆ CopyTo()

virtual void tbb::flow::interface11::internal::WrapperBase::CopyTo ( void ) const
inlinevirtual

Reimplemented in tbb::flow::interface11::internal::Wrapper< T[N]>, and tbb::flow::interface11::internal::Wrapper< T >.

Definition at line 435 of file flow_graph.h.

436 { return false; }

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.