Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Namespaces | Functions
pipeline.h File Reference
#include "atomic.h"
#include "task.h"
#include <cstddef>
Include dependency graph for Include/tbb/pipeline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tbb::filter
class  tbb::interface5::filter_t< T, U >
 Class representing a chain of type-safe pipeline filters.
class  tbb::interface5::flow_control
class  tbb::pipeline
 A processing pipeling that applies filters to items.
class  tbb::thread_bound_filter
 A stage in a pipeline served by a user thread.

Namespaces

namespace  tbb
 

The namespace tbb contains all components of the library.


namespace  tbb::interface5
namespace  tbb::interface5::internal

Functions

filter_t< T, U > tbb::interface5::make_filter (tbb::filter::mode mode, const Body &body)
filter_t< T, U > tbb::interface5::operator& (const filter_t< T, V > &left, const filter_t< V, U > &right)
void tbb::interface5::parallel_pipeline (size_t max_number_of_live_tokens, const filter_t< void, void > &filter_chain)

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net