ROOT
6.06/09
Reference Guide
|
header file for BidirMMapPipe, a class which forks off a child process and serves as communications channel between parent and child More...
#include <list>
#include <vector>
#include <cassert>
#include <cstring>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | BidirMMapPipe_impl::PageChunk |
class representing a chunk of pages More... | |
class | BidirMMapPipe_impl::Pages |
handle class for a number of Pages More... | |
struct | BidirMMapPipe_impl::Pages::impl |
implementation More... | |
class | BidirMMapPipe |
BidirMMapPipe creates a bidirectional channel between the current process and a child it forks. More... | |
class | BidirMMapPipe::PollEntry |
for poll() interface More... | |
Namespaces | |
BidirMMapPipe_impl | |
namespace for implementation details of BidirMMapPipe | |
Macros | |
#define | BEGIN_NAMESPACE_ROOFIT namespace RooFit { |
#define | END_NAMESPACE_ROOFIT } |
#define | STREAMOP(TYPE) |
header file for BidirMMapPipe, a class which forks off a child process and serves as communications channel between parent and child
Definition in file BidirMMapPipe.h.
#define BEGIN_NAMESPACE_ROOFIT namespace RooFit { |
Definition at line 19 of file BidirMMapPipe.h.
#define END_NAMESPACE_ROOFIT } |
Definition at line 20 of file BidirMMapPipe.h.
#define STREAMOP | ( | TYPE | ) |
Definition at line 752 of file BidirMMapPipe.h.