boost Namespace Reference

The namespace threadpool contains a thread pool and related utility classes. More...

Namespaces

 spirit
 
 threadpool
 

Classes

struct  AlgoNodeStruct
 

Typedefs

typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, AlgoNodeStructExecPlan
 
typedef graph_traits< ExecPlan >::vertex_descriptor AlgoVertex
 

Detailed Description

The namespace threadpool contains a thread pool and related utility classes.

Typedef Documentation

typedef graph_traits<ExecPlan>::vertex_descriptor boost::AlgoVertex

Definition at line 38 of file ExecutionFlowGraph.h.

typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, AlgoNodeStruct> boost::ExecPlan

Definition at line 37 of file ExecutionFlowGraph.h.