Classes | Typedefs

gr_top_block_impl.h File Reference

#include <gr_scheduler.h>
#include <boost/thread.hpp>
Include dependency graph for gr_top_block_impl.h:

Go to the source code of this file.

Classes

class  gr_top_block_impl
 Abstract implementation details of gr_top_blockThe actual implementation of gr_top_block. Separate class allows decoupling of changes from dependent classes. More...

Typedefs

typedef boost::mutex gr_mutex
typedef boost::lock_guard
< boost::mutex > 
gr_lock_guard

Typedef Documentation

typedef boost::lock_guard<boost::mutex> gr_lock_guard
typedef boost::mutex gr_mutex