ROOT 6.08/07 Reference Guide |
#include "TBufferJSON.h"
#include <typeinfo>
#include <string>
#include <string.h>
#include <locale.h>
#include "Compression.h"
#include "TArrayI.h"
#include "TObjArray.h"
#include "TROOT.h"
#include "TClass.h"
#include "TClassTable.h"
#include "TClassEdit.h"
#include "TDataType.h"
#include "TRealData.h"
#include "TDataMember.h"
#include "TExMap.h"
#include "TMethodCall.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TProcessID.h"
#include "TFile.h"
#include "TMemberStreamer.h"
#include "TStreamer.h"
#include "TStreamerInfoActions.h"
#include "RVersion.h"
#include "Riostream.h"
#include "TClonesArray.h"
#include "TVirtualMutex.h"
#include "TInterpreter.h"
Macros | |
#define | FLong64 "%lld" |
#define | FULong64 "%llu" |
#define | TBufferJSON_ReadArray(tname, vname) |
#define | TBufferJSON_ReadFastArray(vname) |
#define | TBufferJSON_ReadStaticArray(vname) |
#define | TBufferJSON_WriteArray(vname) |
#define | TBufferJSON_WriteFastArray(vname) |
#define | TJSONPushValue() if (fValue.Length() > 0) Stack()->PushValue(fValue); |
#define | TJSONWriteArrayContent(vname, arrsize) |
#define FLong64 "%lld" |
Definition at line 71 of file TBufferJSON.cxx.
#define FULong64 "%llu" |
Definition at line 72 of file TBufferJSON.cxx.
#define TBufferJSON_ReadArray | ( | tname, | |
vname | |||
) |
Definition at line 1567 of file TBufferJSON.cxx.
#define TBufferJSON_ReadFastArray | ( | vname | ) |
Definition at line 1899 of file TBufferJSON.cxx.
#define TBufferJSON_ReadStaticArray | ( | vname | ) |
Definition at line 1770 of file TBufferJSON.cxx.
#define TBufferJSON_WriteArray | ( | vname | ) |
Definition at line 2102 of file TBufferJSON.cxx.
#define TBufferJSON_WriteFastArray | ( | vname | ) |
Definition at line 2233 of file TBufferJSON.cxx.
Definition at line 1562 of file TBufferJSON.cxx.
#define TJSONWriteArrayContent | ( | vname, | |
arrsize | |||
) |
Definition at line 2091 of file TBufferJSON.cxx.