ROOT
6.06/09
Reference Guide
|
#include <stdexcept>
#include <vector>
#include <map>
#include <set>
#include <Cocoa/Cocoa.h>
#include "TSeqCollection.h"
#include "TMacOSXSystem.h"
#include "CocoaUtils.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TROOT.h"
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::MacOSX | |
ROOT::MacOSX::Detail | |
Macros | |
#define | HOWMANY(x, y) (((x)+((y)-1))/(y)) |
Functions | |
void | ROOT::MacOSX::Detail::TMacOSXSystem_ReadCallback (CFFileDescriptorRef fdref, CFOptionFlags, void *) |
void | ROOT::MacOSX::Detail::TMacOSXSystem_WriteCallback (CFFileDescriptorRef fdref, CFOptionFlags, void *) |
ClassImp (TMacOSXSystem) TMacOSXSystem | |
Variables | |
const Int_t | kNFDBITS = (sizeof(Long_t) * 8) |
const Int_t | kFDSETSIZE = 256 |
ClassImp | ( | TMacOSXSystem | ) |
Definition at line 312 of file TMacOSXSystem.mm.
const Int_t kFDSETSIZE = 256 |
Definition at line 69 of file TMacOSXSystem.mm.
Definition at line 65 of file TMacOSXSystem.mm.