#include "RConfigure.h"
#include "RConfig.h"
#include "Api.h"
#include "RStl.h"
#include "TClassEdit.h"
#include <stdio.h>
#include "Varargs.h"
Go to the source code of this file.
Functions | |
void | WriteClassInit (G__ClassInfo &cl) |
void | WriteAuxFunctions (G__ClassInfo &cl) |
int | ElementStreamer (G__TypeInfo &ti, const char *R__t, int rwmode, const char *tcl=0) |
void | Error (const char *location, const char *va_(fmt),...) |
void | Warning (const char *location, const char *va_(fmt),...) |
int ElementStreamer | ( | G__TypeInfo & | ti, | |
const char * | R__t, | |||
int | rwmode, | |||
const char * | tcl = 0 | |||
) |
void Error | ( | const char * | location, | |
const char * | va_(fmt), | |||
... | ||||
) |
Definition at line 268 of file TError.cxx.
void Warning | ( | const char * | location, | |
const char * | va_(fmt), | |||
... | ||||
) |
Definition at line 312 of file TError.cxx.
void WriteAuxFunctions | ( | G__ClassInfo & | cl | ) |
Referenced by ROOT::RStl::WriteClassInit().
void WriteClassInit | ( | G__ClassInfo & | cl | ) |