ROOT
6.07/01
Reference Guide
|
#include <stdarg.h>
Go to the source code of this file.
Macros | |
#define | va_(arg) arg |
#define | R__VA_COPY(to, from) ((to) = (from)) |
#define R__VA_COPY | ( | to, | |
from | |||
) | ((to) = (from)) |
Definition at line 58 of file Varargs.h.
Referenced by ErrorHandler(), Format(), TString::FormImp(), and SlowFormat().
#define va_ | ( | arg | ) | arg |
Definition at line 41 of file Varargs.h.
Referenced by TCollection::AddVector(), Break(), Debug(), TObject::Error(), Error(), ROOT::Error(), ROOT::TMetaUtils::Error(), ROOT::ErrorInfo(), TObject::Fatal(), Fatal(), ROOT::TMetaUtils::Fatal(), TString::Form(), Form(), TString::Format(), TObject::Info(), Info(), ROOT::TMetaUtils::Info(), ROOT::TMetaUtils::LevelPrint(), TThread::Printf(), Printf(), TObject::SysError(), SysError(), ROOT::TMetaUtils::SysError(), TVectorT< Element >::TVectorT(), TObject::Warning(), Warning(), and ROOT::TMetaUtils::Warning().