#include "TMacOSXSystem.h"
#include <Cocoa/Cocoa.h>
#include "CocoaUtils.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TROOT.h"
#include <stdexcept>
#include <vector>
#include <map>
#include <set>
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::MacOSX |
namespace | ROOT::MacOSX::Details |
Macros | |
#define | HOWMANY(x, y) (((x)+((y)-1))/(y)) |
Functions | |
void | ROOT::MacOSX::Details::TMacOSXSystem_ReadCallback (CFFileDescriptorRef fdref, CFOptionFlags, void *) |
void | ROOT::MacOSX::Details::TMacOSXSystem_WriteCallback (CFFileDescriptorRef fdref, CFOptionFlags, void *) |
Variables | |
const NSEventType | ROOT::MacOSX::Details::kApplicationDefined = NSApplicationDefined |
const NSUInteger | ROOT::MacOSX::Details::kEventMaskAny = NSAnyEventMask |
const Int_t | kFDSETSIZE = 256 |
const Int_t | kNFDBITS = (sizeof(Long_t) * 8) |
const Int_t kFDSETSIZE = 256 |
Definition at line 86 of file TMacOSXSystem.mm.
Definition at line 82 of file TMacOSXSystem.mm.