EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include "TClass.h"
#include "TObject.h"
#include "TSystem.h"
#include "FairDbBinaryFile.h"
#include "FairDbTableRow.h"
#include "ValRange.h"
#include "ValTimeStamp.h"
Go to the source code of this file.
Macros | |
#define | READ_BUILTIN(t) |
#define | WRITE_BUILTIN(t) |
#define | READ_SIMPLE(t) |
#define | WRITE_SIMPLE(t) |
Enumerations | |
enum | Markers { StartMarker = 0xaabbccdd, EndMarker = 0xddbbccaa } |
Functions | |
void * | GetVTptr (const void *obj) |
void | SetVTptr (void *obj, const void *vt) |
#define READ_BUILTIN | ( | t | ) |
Definition at line 86 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 86 of file FairDbBinaryFile.cxx
#define READ_SIMPLE | ( | t | ) |
Definition at line 114 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 114 of file FairDbBinaryFile.cxx
#define WRITE_BUILTIN | ( | t | ) |
Definition at line 94 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 94 of file FairDbBinaryFile.cxx
#define WRITE_SIMPLE | ( | t | ) |
Definition at line 124 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 124 of file FairDbBinaryFile.cxx
enum Markers |
Definition at line 14 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 14 of file FairDbBinaryFile.cxx
void* GetVTptr | ( | const void * | obj | ) |
Definition at line 18 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 18 of file FairDbBinaryFile.cxx
Referenced by FairDbBinaryFile::operator>>().
void SetVTptr | ( | void * | obj, |
const void * | vt | ||
) |
Definition at line 25 of file FairDbBinaryFile.cxx.
View newest version in sPHENIX GitHub at line 25 of file FairDbBinaryFile.cxx
Referenced by FairDbBinaryFile::operator>>().