#include <cstring>
#include <list>
#include <pthread.h>
#include <string>
#include <unistd.h>
#include <vector>
header file for BidirMMapPipe, a class which forks off a child process and serves as communications channel between parent and child 
- Author
 - Manuel Schiller manue.nosp@m.l.sc.nosp@m.hille.nosp@m.r@ni.nosp@m.khef..nosp@m.nl 
 
- Date
 - 2013-07-07 
 
Definition in file BidirMMapPipe.h.
 
◆ BEGIN_NAMESPACE_ROOFIT
      
        
          | #define BEGIN_NAMESPACE_ROOFIT   namespace RooFit { | 
        
      
 
 
◆ END_NAMESPACE_ROOFIT
      
        
          | #define END_NAMESPACE_ROOFIT   } | 
        
      
 
 
◆ STREAMOP
Value:
        { write(&val, sizeof(TYPE)); return *this; } \
        { read(&val, sizeof(TYPE)); return *this; }
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
 
TBuffer & operator>>(TBuffer &buf, Tmpl *&obj)
 
 
Definition at line 756 of file BidirMMapPipe.h.