Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::internal::circular_doubly_linked_list_with_sentinel::node_t Struct Reference

#include <concurrent_monitor.h>

Inheritance diagram for tbb::internal::circular_doubly_linked_list_with_sentinel::node_t:
Collaboration diagram for tbb::internal::circular_doubly_linked_list_with_sentinel::node_t:

Public Member Functions

 node_t ()
 

Public Attributes

node_tnext
 
node_tprev
 

Detailed Description

Definition at line 35 of file concurrent_monitor.h.

Constructor & Destructor Documentation

◆ node_t()

tbb::internal::circular_doubly_linked_list_with_sentinel::node_t::node_t ( )
inlineexplicit

Definition at line 38 of file concurrent_monitor.h.

38 : next((node_t*)(uintptr_t)0xcdcdcdcd), prev((node_t*)(uintptr_t)0xcdcdcdcd) {}

Member Data Documentation

◆ next

◆ prev


The documentation for this struct was generated from the following file:
tbb::internal::circular_doubly_linked_list_with_sentinel::node_t::prev
node_t * prev
Definition: concurrent_monitor.h:37
tbb::internal::circular_doubly_linked_list_with_sentinel::node_t::next
node_t * next
Definition: concurrent_monitor.h:36
tbb::internal::circular_doubly_linked_list_with_sentinel::node_t::node_t
node_t()
Definition: concurrent_monitor.h:38

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.