diff --git a/Project.toml b/Project.toml index c6992ad..83cd0ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ROOT" uuid = "1706fdcc-8426-44f1-a283-5be479e9517c" -version = "0.3.1-DEV" +version = "0.3.1" authors = ["Philippe Gras CEA/IRFU"] [deps] diff --git a/deps/build.jl b/deps/build.jl index aa38079..80169e2 100644 --- a/deps/build.jl +++ b/deps/build.jl @@ -9,7 +9,7 @@ const JL_SHARE = joinpath(Sys.BINDIR, Base.DATAROOTDIR, "julia") const JULIA = joinpath(Sys.BINDIR, "julia") const libname="libjlROOT." * Libdl.dlext -const conda_root_version = "6.30.04" +const conda_root_version = "6.32.02" const supported_root_versions = [ conda_root_version ] used_root_version = "" diff --git a/deps/src/JlClasses_001.cxx b/deps/src/JlClasses_001.cxx index 1416dd0..169308a 100644 --- a/deps/src/JlClasses_001.cxx +++ b/deps/src/JlClasses_001.cxx @@ -358,44 +358,54 @@ struct JlTObject: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TObject.h:186:13 module_.method("TObject!delete[]", static_cast(&TObject::operator delete[])); + DEBUG_MSG("Adding wrapper for void TObject::operator delete(void *, size_t) (" __HERE__ ")"); + // signature to use in the veto list: void TObject::operator delete(void *, size_t) + // defined in /home/pgras/.julia/conda/3/include/TObject.h:189:13 + module_.method("TObject!delete", static_cast(&TObject::operator delete)); + + DEBUG_MSG("Adding wrapper for void TObject::operator delete[](void *, size_t) (" __HERE__ ")"); + // signature to use in the veto list: void TObject::operator delete[](void *, size_t) + // defined in /home/pgras/.julia/conda/3/include/TObject.h:190:13 + module_.method("TObject!delete[]", static_cast(&TObject::operator delete[])); + DEBUG_MSG("Adding wrapper for void TObject::operator delete(void *, void *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::operator delete(void *, void *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:193:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:192:13 module_.method("TObject!delete", static_cast(&TObject::operator delete)); DEBUG_MSG("Adding wrapper for void TObject::operator delete[](void *, void *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::operator delete[](void *, void *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:194:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:193:13 module_.method("TObject!delete[]", static_cast(&TObject::operator delete[])); DEBUG_MSG("Adding wrapper for void TObject::SetBit(UInt_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TObject::SetBit(UInt_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:198:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:196:13 t.method("SetBit", static_cast(&TObject::SetBit)); DEBUG_MSG("Adding wrapper for void TObject::SetBit(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: void TObject::SetBit(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:199:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:197:13 t.method("SetBit", static_cast(&TObject::SetBit)); DEBUG_MSG("Adding wrapper for void TObject::ResetBit(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: void TObject::ResetBit(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:200:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:198:13 t.method("ResetBit", static_cast(&TObject::ResetBit)); DEBUG_MSG("Adding wrapper for Bool_t TObject::TestBit(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TObject::TestBit(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:201:28 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:199:28 t.method("TestBit", static_cast(&TObject::TestBit)); DEBUG_MSG("Adding wrapper for Int_t TObject::TestBits(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TObject::TestBits(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:202:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:200:13 t.method("TestBits", static_cast(&TObject::TestBits)); DEBUG_MSG("Adding wrapper for void TObject::InvertBit(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: void TObject::InvertBit(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:203:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:201:13 t.method("InvertBit", static_cast(&TObject::InvertBit)); @@ -405,92 +415,92 @@ struct JlTObject: public Wrapper { DEBUG_MSG("Adding wrapper for void TObject::AbstractMethod(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::AbstractMethod(const char *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:232:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:230:13 t.method("AbstractMethod", static_cast(&TObject::AbstractMethod)); DEBUG_MSG("Adding wrapper for void TObject::MayNotUse(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::MayNotUse(const char *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:233:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:231:13 t.method("MayNotUse", static_cast(&TObject::MayNotUse)); DEBUG_MSG("Adding wrapper for void TObject::Obsolete(const char *, const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::Obsolete(const char *, const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:234:13 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:232:13 t.method("Obsolete", static_cast(&TObject::Obsolete)); DEBUG_MSG("Adding wrapper for Longptr_t TObject::GetDtorOnly() (" __HERE__ ")"); // signature to use in the veto list: Longptr_t TObject::GetDtorOnly() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:237:21 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:235:21 module_.method("TObject!GetDtorOnly", static_cast(&TObject::GetDtorOnly)); DEBUG_MSG("Adding wrapper for void TObject::SetDtorOnly(void *) (" __HERE__ ")"); // signature to use in the veto list: void TObject::SetDtorOnly(void *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:238:21 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:236:21 module_.method("TObject!SetDtorOnly", static_cast(&TObject::SetDtorOnly)); DEBUG_MSG("Adding wrapper for Bool_t TObject::GetObjectStat() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TObject::GetObjectStat() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:239:21 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:237:21 module_.method("TObject!GetObjectStat", static_cast(&TObject::GetObjectStat)); DEBUG_MSG("Adding wrapper for void TObject::SetObjectStat(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TObject::SetObjectStat(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:240:21 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:238:21 module_.method("TObject!SetObjectStat", static_cast(&TObject::SetObjectStat)); DEBUG_MSG("Adding wrapper for Version_t TObject::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TObject::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!Class_Version", static_cast(&TObject::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TObject::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TObject::IsA() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 t.method("IsA", static_cast(&TObject::IsA)); DEBUG_MSG("Adding wrapper for void TObject::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TObject::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 t.method("StreamerNVirtual", static_cast(&TObject::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TObject::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TObject::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!DeclFileName", []() { return (std::string)TObject::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TObject::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TObject::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!ImplFileLine", static_cast(&TObject::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TObject::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TObject::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!ImplFileName", []() { return (std::string)TObject::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TObject::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TObject::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!Class_Name", []() { return (std::string)TObject::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TObject::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TObject::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!Dictionary", static_cast(&TObject::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TObject::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TObject::Class() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!Class", static_cast(&TObject::Class)); DEBUG_MSG("Adding wrapper for void TObject::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TObject::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 t.method("Streamer", static_cast(&TObject::Streamer)); DEBUG_MSG("Adding wrapper for int TObject::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TObject::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TObject.h:245:4 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:243:4 module_.method("TObject!DeclFileLine", static_cast(&TObject::DeclFileLine)); } diff --git a/deps/src/JlClasses_005.cxx b/deps/src/JlClasses_005.cxx index 82b2fb2..b37b22b 100644 --- a/deps/src/JlClasses_005.cxx +++ b/deps/src/JlClasses_005.cxx @@ -30,7 +30,7 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for void TFile::TFile(const char *, Option_t *, const char *, Int_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFile.h:198:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:205:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); @@ -38,19 +38,19 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for void TFile::Close(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Close(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:201:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:208:24 t.method("Close", static_cast(&TFile::Close)); t.method("Close", [](TFile& a)->void { a.Close(); }); t.method("Close", [](TFile* a)->void { a->Close(); }); DEBUG_MSG("Adding wrapper for void TFile::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:202:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:209:24 t.method("Copy", static_cast(&TFile::Copy)); DEBUG_MSG("Adding wrapper for Bool_t TFile::Cp(const char *, Bool_t, UInt_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::Cp(const char *, Bool_t, UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:203:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:210:24 t.method("Cp", static_cast(&TFile::Cp)); t.method("Cp", [](TFile& a, const char * arg0)->Bool_t { return a.Cp(arg0); }); t.method("Cp", [](TFile& a, const char * arg0, Bool_t arg1)->Bool_t { return a.Cp(arg0, arg1); }); @@ -59,36 +59,36 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for TKey * TFile::CreateKey(TDirectory *, const TObject *, const char *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: TKey * TFile::CreateKey(TDirectory *, const TObject *, const char *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:204:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:211:24 t.method("CreateKey", static_cast(&TFile::CreateKey)); DEBUG_MSG("Adding wrapper for TKey * TFile::CreateKey(TDirectory *, const void *, const TClass *, const char *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: TKey * TFile::CreateKey(TDirectory *, const void *, const TClass *, const char *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:205:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:212:24 t.method("CreateKey", static_cast(&TFile::CreateKey)); DEBUG_MSG("Adding wrapper for TFile *& TFile::CurrentFile() (" __HERE__ ")"); // signature to use in the veto list: TFile *& TFile::CurrentFile() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:207:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:214:24 module_.method("TFile!CurrentFile", static_cast(&TFile::CurrentFile)); DEBUG_MSG("Adding wrapper for void TFile::Delete(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Delete(const char *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:208:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:215:24 t.method("Delete", static_cast(&TFile::Delete)); t.method("Delete", [](TFile& a)->void { a.Delete(); }); t.method("Delete", [](TFile* a)->void { a->Delete(); }); DEBUG_MSG("Adding wrapper for void TFile::Draw(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Draw(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:209:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:216:24 t.method("Draw", static_cast(&TFile::Draw)); t.method("Draw", [](TFile& a)->void { a.Draw(); }); t.method("Draw", [](TFile* a)->void { a->Draw(); }); DEBUG_MSG("Adding wrapper for void TFile::DrawMap(const char *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::DrawMap(const char *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:210:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:217:24 t.method("DrawMap", static_cast(&TFile::DrawMap)); t.method("DrawMap", [](TFile& a)->void { a.DrawMap(); }); t.method("DrawMap", [](TFile& a, const char * arg0)->void { a.DrawMap(arg0); }); @@ -97,219 +97,219 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for void TFile::FillBuffer(char *&) (" __HERE__ ")"); // signature to use in the veto list: void TFile::FillBuffer(char *&) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:211:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:218:24 t.method("FillBuffer", static_cast(&TFile::FillBuffer)); DEBUG_MSG("Adding wrapper for void TFile::Flush() (" __HERE__ ")"); // signature to use in the veto list: void TFile::Flush() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:212:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:219:24 t.method("Flush", static_cast(&TFile::Flush)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetArchiveOffset() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetArchiveOffset() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:214:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:221:24 t.method("GetArchiveOffset", static_cast(&TFile::GetArchiveOffset)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetBestBuffer() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetBestBuffer() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:215:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:222:24 t.method("GetBestBuffer", static_cast(&TFile::GetBestBuffer)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetBytesToPrefetch() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetBytesToPrefetch() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:216:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:223:24 t.method("GetBytesToPrefetch", static_cast(&TFile::GetBytesToPrefetch)); DEBUG_MSG("Adding wrapper for TArrayC * TFile::GetClassIndex() (" __HERE__ ")"); // signature to use in the veto list: TArrayC * TFile::GetClassIndex() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:219:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:226:24 t.method("GetClassIndex", static_cast(&TFile::GetClassIndex)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetCompressionAlgorithm() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetCompressionAlgorithm() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:220:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:227:24 t.method("GetCompressionAlgorithm", static_cast(&TFile::GetCompressionAlgorithm)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetCompressionLevel() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetCompressionLevel() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:221:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:228:24 t.method("GetCompressionLevel", static_cast(&TFile::GetCompressionLevel)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetCompressionSettings() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetCompressionSettings() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:222:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:229:24 t.method("GetCompressionSettings", static_cast(&TFile::GetCompressionSettings)); DEBUG_MSG("Adding wrapper for Float_t TFile::GetCompressionFactor() (" __HERE__ ")"); // signature to use in the veto list: Float_t TFile::GetCompressionFactor() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:223:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:230:24 t.method("GetCompressionFactor", static_cast(&TFile::GetCompressionFactor)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetEND() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetEND() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:224:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:231:24 t.method("GetEND", static_cast(&TFile::GetEND)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetErrno() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetErrno() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:225:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:232:24 t.method("GetErrno", static_cast(&TFile::GetErrno)); DEBUG_MSG("Adding wrapper for void TFile::ResetErrno() (" __HERE__ ")"); // signature to use in the veto list: void TFile::ResetErrno() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:226:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:233:24 t.method("ResetErrno", static_cast(&TFile::ResetErrno)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetFd() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetFd() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:227:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:234:24 t.method("GetFd", static_cast(&TFile::GetFd)); DEBUG_MSG("Adding wrapper for const TUrl * TFile::GetEndpointUrl() (" __HERE__ ")"); // signature to use in the veto list: const TUrl * TFile::GetEndpointUrl() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:228:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:235:24 t.method("GetEndpointUrl", static_cast(&TFile::GetEndpointUrl)); DEBUG_MSG("Adding wrapper for TObjArray * TFile::GetListOfProcessIDs() (" __HERE__ ")"); // signature to use in the veto list: TObjArray * TFile::GetListOfProcessIDs() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:229:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:236:24 t.method("GetListOfProcessIDs", static_cast(&TFile::GetListOfProcessIDs)); DEBUG_MSG("Adding wrapper for TList * TFile::GetListOfFree() (" __HERE__ ")"); // signature to use in the veto list: TList * TFile::GetListOfFree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:230:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:237:24 t.method("GetListOfFree", static_cast(&TFile::GetListOfFree)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetNfree() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetNfree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:231:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:238:24 t.method("GetNfree", static_cast(&TFile::GetNfree)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetNProcessIDs() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetNProcessIDs() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:232:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:239:24 t.method("GetNProcessIDs", static_cast(&TFile::GetNProcessIDs)); DEBUG_MSG("Adding wrapper for Option_t * TFile::GetOption() (" __HERE__ ")"); // signature to use in the veto list: Option_t * TFile::GetOption() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:233:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:240:24 t.method("GetOption", static_cast(&TFile::GetOption)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetBytesRead() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetBytesRead() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:234:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:241:24 t.method("GetBytesRead", static_cast(&TFile::GetBytesRead)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetBytesReadExtra() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetBytesReadExtra() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:235:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:242:24 t.method("GetBytesReadExtra", static_cast(&TFile::GetBytesReadExtra)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetBytesWritten() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetBytesWritten() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:236:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:243:24 t.method("GetBytesWritten", static_cast(&TFile::GetBytesWritten)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetReadCalls() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetReadCalls() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:237:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:244:24 t.method("GetReadCalls", static_cast(&TFile::GetReadCalls)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetVersion() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetVersion() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:238:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:245:24 t.method("GetVersion", static_cast(&TFile::GetVersion)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetRecordHeader(char *, Long64_t, Int_t, Int_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetRecordHeader(char *, Long64_t, Int_t, Int_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:239:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:246:24 t.method("GetRecordHeader", static_cast(&TFile::GetRecordHeader)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetNbytesInfo() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetNbytesInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:241:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:248:24 t.method("GetNbytesInfo", static_cast(&TFile::GetNbytesInfo)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetNbytesFree() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetNbytesFree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:242:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:249:24 t.method("GetNbytesFree", static_cast(&TFile::GetNbytesFree)); DEBUG_MSG("Adding wrapper for TString TFile::GetNewUrl() (" __HERE__ ")"); // signature to use in the veto list: TString TFile::GetNewUrl() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:243:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:250:24 t.method("GetNewUrl", static_cast(&TFile::GetNewUrl)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetRelOffset() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetRelOffset() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:244:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:251:24 t.method("GetRelOffset", static_cast(&TFile::GetRelOffset)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetSeekFree() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetSeekFree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:245:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:252:24 t.method("GetSeekFree", static_cast(&TFile::GetSeekFree)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetSeekInfo() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetSeekInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:246:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:253:24 t.method("GetSeekInfo", static_cast(&TFile::GetSeekInfo)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetSize() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetSize() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:247:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:254:24 t.method("GetSize", static_cast(&TFile::GetSize)); DEBUG_MSG("Adding wrapper for TList * TFile::GetStreamerInfoList() (" __HERE__ ")"); // signature to use in the veto list: TList * TFile::GetStreamerInfoList() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:248:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:255:24 t.method("GetStreamerInfoList", static_cast(&TFile::GetStreamerInfoList)); DEBUG_MSG("Adding wrapper for const TList * TFile::GetStreamerInfoCache() (" __HERE__ ")"); // signature to use in the veto list: const TList * TFile::GetStreamerInfoCache() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:249:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:256:24 t.method("GetStreamerInfoCache", static_cast(&TFile::GetStreamerInfoCache)); DEBUG_MSG("Adding wrapper for void TFile::IncrementProcessIDs() (" __HERE__ ")"); // signature to use in the veto list: void TFile::IncrementProcessIDs() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:250:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:257:24 t.method("IncrementProcessIDs", static_cast(&TFile::IncrementProcessIDs)); DEBUG_MSG("Adding wrapper for Bool_t TFile::IsArchive() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::IsArchive() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:251:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:258:24 t.method("IsArchive", static_cast(&TFile::IsArchive)); DEBUG_MSG("Adding wrapper for Bool_t TFile::IsBinary() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::IsBinary() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:252:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:259:24 t.method("IsBinary", static_cast(&TFile::IsBinary)); DEBUG_MSG("Adding wrapper for Bool_t TFile::IsRaw() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::IsRaw() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:253:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:260:24 t.method("IsRaw", static_cast(&TFile::IsRaw)); DEBUG_MSG("Adding wrapper for Bool_t TFile::IsOpen() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::IsOpen() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:254:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:261:24 t.method("IsOpen", static_cast(&TFile::IsOpen)); DEBUG_MSG("Adding wrapper for void TFile::ls(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::ls(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:255:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:262:24 t.method("ls", static_cast(&TFile::ls)); t.method("ls", [](TFile const& a)->void { a.ls(); }); t.method("ls", [](TFile const* a)->void { a->ls(); }); DEBUG_MSG("Adding wrapper for void TFile::MakeFree(Long64_t, Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::MakeFree(Long64_t, Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:256:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:263:24 t.method("MakeFree", static_cast(&TFile::MakeFree)); DEBUG_MSG("Adding wrapper for void TFile::MakeProject(const char *, const char *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::MakeProject(const char *, const char *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:257:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:264:24 t.method("MakeProject", static_cast(&TFile::MakeProject)); t.method("MakeProject", [](TFile& a, const char * arg0)->void { a.MakeProject(arg0); }); t.method("MakeProject", [](TFile& a, const char * arg0, const char * arg1)->void { a.MakeProject(arg0, arg1); }); @@ -318,155 +318,155 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for void TFile::Map(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Map(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:259:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:266:24 t.method("Map", static_cast(&TFile::Map)); DEBUG_MSG("Adding wrapper for void TFile::Map() (" __HERE__ ")"); // signature to use in the veto list: void TFile::Map() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:260:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:267:24 t.method("Map", static_cast(&TFile::Map)); DEBUG_MSG("Adding wrapper for Bool_t TFile::Matches(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::Matches(const char *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:261:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:268:24 t.method("Matches", static_cast(&TFile::Matches)); DEBUG_MSG("Adding wrapper for Bool_t TFile::MustFlush() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::MustFlush() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:262:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:269:24 t.method("MustFlush", static_cast(&TFile::MustFlush)); DEBUG_MSG("Adding wrapper for void TFile::Paint(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Paint(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:263:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:270:24 t.method("Paint", static_cast(&TFile::Paint)); t.method("Paint", [](TFile& a)->void { a.Paint(); }); t.method("Paint", [](TFile* a)->void { a->Paint(); }); DEBUG_MSG("Adding wrapper for void TFile::Print(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Print(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:264:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:271:24 t.method("Print", static_cast(&TFile::Print)); t.method("Print", [](TFile const& a)->void { a.Print(); }); t.method("Print", [](TFile const* a)->void { a->Print(); }); DEBUG_MSG("Adding wrapper for Bool_t TFile::ReadBufferAsync(Long64_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::ReadBufferAsync(Long64_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:265:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:272:24 t.method("ReadBufferAsync", static_cast(&TFile::ReadBufferAsync)); DEBUG_MSG("Adding wrapper for Bool_t TFile::ReadBuffer(char *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::ReadBuffer(char *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:266:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:273:24 t.method("ReadBuffer", static_cast(&TFile::ReadBuffer)); DEBUG_MSG("Adding wrapper for Bool_t TFile::ReadBuffer(char *, Long64_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::ReadBuffer(char *, Long64_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:267:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:274:24 t.method("ReadBuffer", static_cast(&TFile::ReadBuffer)); DEBUG_MSG("Adding wrapper for Bool_t TFile::ReadBuffers(char *, Long64_t *, Int_t *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::ReadBuffers(char *, Long64_t *, Int_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:268:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:275:24 t.method("ReadBuffers", static_cast(&TFile::ReadBuffers)); DEBUG_MSG("Adding wrapper for void TFile::ReadFree() (" __HERE__ ")"); // signature to use in the veto list: void TFile::ReadFree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:269:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:276:24 t.method("ReadFree", static_cast(&TFile::ReadFree)); DEBUG_MSG("Adding wrapper for void TFile::ReadStreamerInfo() (" __HERE__ ")"); // signature to use in the veto list: void TFile::ReadStreamerInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:271:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:278:24 t.method("ReadStreamerInfo", static_cast(&TFile::ReadStreamerInfo)); DEBUG_MSG("Adding wrapper for Int_t TFile::Recover() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::Recover() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:272:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:279:24 t.method("Recover", static_cast(&TFile::Recover)); DEBUG_MSG("Adding wrapper for Int_t TFile::ReOpen(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::ReOpen(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:273:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:280:24 t.method("ReOpen", static_cast(&TFile::ReOpen)); DEBUG_MSG("Adding wrapper for void TFile::Seek(Long64_t, TFile::ERelativeTo) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Seek(Long64_t, TFile::ERelativeTo) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:274:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:281:24 t.method("Seek", static_cast(&TFile::Seek)); t.method("Seek", [](TFile& a, Long64_t arg0)->void { a.Seek(arg0); }); t.method("Seek", [](TFile* a, Long64_t arg0)->void { a->Seek(arg0); }); DEBUG_MSG("Adding wrapper for void TFile::SetCompressionAlgorithm(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetCompressionAlgorithm(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:277:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:284:24 t.method("SetCompressionAlgorithm", static_cast(&TFile::SetCompressionAlgorithm)); t.method("SetCompressionAlgorithm", [](TFile& a)->void { a.SetCompressionAlgorithm(); }); t.method("SetCompressionAlgorithm", [](TFile* a)->void { a->SetCompressionAlgorithm(); }); DEBUG_MSG("Adding wrapper for void TFile::SetCompressionLevel(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetCompressionLevel(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:278:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:285:24 t.method("SetCompressionLevel", static_cast(&TFile::SetCompressionLevel)); t.method("SetCompressionLevel", [](TFile& a)->void { a.SetCompressionLevel(); }); t.method("SetCompressionLevel", [](TFile* a)->void { a->SetCompressionLevel(); }); DEBUG_MSG("Adding wrapper for void TFile::SetCompressionSettings(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetCompressionSettings(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:279:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:286:24 t.method("SetCompressionSettings", static_cast(&TFile::SetCompressionSettings)); t.method("SetCompressionSettings", [](TFile& a)->void { a.SetCompressionSettings(); }); t.method("SetCompressionSettings", [](TFile* a)->void { a->SetCompressionSettings(); }); DEBUG_MSG("Adding wrapper for void TFile::SetEND(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetEND(Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:280:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:287:24 t.method("SetEND", static_cast(&TFile::SetEND)); DEBUG_MSG("Adding wrapper for void TFile::SetOffset(Long64_t, TFile::ERelativeTo) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetOffset(Long64_t, TFile::ERelativeTo) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:281:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:288:24 t.method("SetOffset", static_cast(&TFile::SetOffset)); t.method("SetOffset", [](TFile& a, Long64_t arg0)->void { a.SetOffset(arg0); }); t.method("SetOffset", [](TFile* a, Long64_t arg0)->void { a->SetOffset(arg0); }); DEBUG_MSG("Adding wrapper for void TFile::SetOption(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetOption(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:282:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:289:24 t.method("SetOption", static_cast(&TFile::SetOption)); t.method("SetOption", [](TFile& a)->void { a.SetOption(); }); t.method("SetOption", [](TFile* a)->void { a->SetOption(); }); DEBUG_MSG("Adding wrapper for void TFile::SetReadCalls(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetReadCalls(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:283:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:290:24 t.method("SetReadCalls", static_cast(&TFile::SetReadCalls)); t.method("SetReadCalls", [](TFile& a)->void { a.SetReadCalls(); }); t.method("SetReadCalls", [](TFile* a)->void { a->SetReadCalls(); }); DEBUG_MSG("Adding wrapper for void TFile::ShowStreamerInfo() (" __HERE__ ")"); // signature to use in the veto list: void TFile::ShowStreamerInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:284:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:291:24 t.method("ShowStreamerInfo", static_cast(&TFile::ShowStreamerInfo)); DEBUG_MSG("Adding wrapper for Int_t TFile::Sizeof() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::Sizeof() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:285:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:292:24 t.method("Sizeof", static_cast(&TFile::Sizeof)); DEBUG_MSG("Adding wrapper for void TFile::SumBuffer(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SumBuffer(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:286:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:293:24 t.method("SumBuffer", static_cast(&TFile::SumBuffer)); DEBUG_MSG("Adding wrapper for Bool_t TFile::WriteBuffer(const char *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::WriteBuffer(const char *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:287:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:294:24 t.method("WriteBuffer", static_cast(&TFile::WriteBuffer)); DEBUG_MSG("Adding wrapper for Int_t TFile::Write(const char *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::Write(const char *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:288:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:295:24 t.method("Write", static_cast(&TFile::Write)); t.method("Write", [](TFile& a)->Int_t { return a.Write(); }); t.method("Write", [](TFile& a, const char * arg0)->Int_t { return a.Write(arg0); }); @@ -477,7 +477,7 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TFile::Write(const char *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::Write(const char *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:289:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:296:24 t.method("Write", static_cast(&TFile::Write)); t.method("Write", [](TFile const& a)->Int_t { return a.Write(); }); t.method("Write", [](TFile const& a, const char * arg0)->Int_t { return a.Write(arg0); }); @@ -488,22 +488,22 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for void TFile::WriteFree() (" __HERE__ ")"); // signature to use in the veto list: void TFile::WriteFree() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:290:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:297:24 t.method("WriteFree", static_cast(&TFile::WriteFree)); DEBUG_MSG("Adding wrapper for void TFile::WriteHeader() (" __HERE__ ")"); // signature to use in the veto list: void TFile::WriteHeader() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:291:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:298:24 t.method("WriteHeader", static_cast(&TFile::WriteHeader)); DEBUG_MSG("Adding wrapper for void TFile::WriteStreamerInfo() (" __HERE__ ")"); // signature to use in the veto list: void TFile::WriteStreamerInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:293:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:300:24 t.method("WriteStreamerInfo", static_cast(&TFile::WriteStreamerInfo)); DEBUG_MSG("Adding wrapper for TFileOpenHandle * TFile::AsyncOpen(const char *, Option_t *, const char *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: TFileOpenHandle * TFile::AsyncOpen(const char *, Option_t *, const char *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:296:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:303:24 module_.method("TFile!AsyncOpen", static_cast(&TFile::AsyncOpen)); module_.method("TFile!AsyncOpen", [](const char * arg0)->TFileOpenHandle * { return TFile::AsyncOpen(arg0); }); module_.method("TFile!AsyncOpen", [](const char * arg0, Option_t * arg1)->TFileOpenHandle * { return TFile::AsyncOpen(arg0, arg1); }); @@ -512,7 +512,7 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for TFile * TFile::Open(const char *, Option_t *, const char *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: TFile * TFile::Open(const char *, Option_t *, const char *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:299:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:306:24 module_.method("TFile!Open", static_cast(&TFile::Open)); module_.method("TFile!Open", [](const char * arg0)->TFile * { return TFile::Open(arg0); }); module_.method("TFile!Open", [](const char * arg0, Option_t * arg1)->TFile * { return TFile::Open(arg0, arg1); }); @@ -521,194 +521,194 @@ struct JlTFile: public Wrapper { DEBUG_MSG("Adding wrapper for TFile * TFile::Open(TFileOpenHandle *) (" __HERE__ ")"); // signature to use in the veto list: TFile * TFile::Open(TFileOpenHandle *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:302:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:309:24 module_.method("TFile!Open", static_cast(&TFile::Open)); DEBUG_MSG("Adding wrapper for TFile::EFileType TFile::GetType(const char *, Option_t *, TString *) (" __HERE__ ")"); // signature to use in the veto list: TFile::EFileType TFile::GetType(const char *, Option_t *, TString *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:304:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:311:24 module_.method("TFile!GetType", static_cast(&TFile::GetType)); module_.method("TFile!GetType", [](const char * arg0)->TFile::EFileType { return TFile::GetType(arg0); }); module_.method("TFile!GetType", [](const char * arg0, Option_t * arg1)->TFile::EFileType { return TFile::GetType(arg0, arg1); }); DEBUG_MSG("Adding wrapper for TFile::EAsyncOpenStatus TFile::GetAsyncOpenStatus(const char *) (" __HERE__ ")"); // signature to use in the veto list: TFile::EAsyncOpenStatus TFile::GetAsyncOpenStatus(const char *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:306:28 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:313:28 module_.method("TFile!GetAsyncOpenStatus", static_cast(&TFile::GetAsyncOpenStatus)); DEBUG_MSG("Adding wrapper for TFile::EAsyncOpenStatus TFile::GetAsyncOpenStatus(TFileOpenHandle *) (" __HERE__ ")"); // signature to use in the veto list: TFile::EAsyncOpenStatus TFile::GetAsyncOpenStatus(TFileOpenHandle *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:307:28 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:314:28 module_.method("TFile!GetAsyncOpenStatus", static_cast(&TFile::GetAsyncOpenStatus)); DEBUG_MSG("Adding wrapper for const TUrl * TFile::GetEndpointUrl(const char *) (" __HERE__ ")"); // signature to use in the veto list: const TUrl * TFile::GetEndpointUrl(const char *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:308:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:315:24 module_.method("TFile!GetEndpointUrl", static_cast(&TFile::GetEndpointUrl)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetFileBytesRead() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetFileBytesRead() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:310:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:317:24 module_.method("TFile!GetFileBytesRead", static_cast(&TFile::GetFileBytesRead)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetFileBytesWritten() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetFileBytesWritten() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:311:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:318:24 module_.method("TFile!GetFileBytesWritten", static_cast(&TFile::GetFileBytesWritten)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetFileReadCalls() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetFileReadCalls() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:312:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:319:24 module_.method("TFile!GetFileReadCalls", static_cast(&TFile::GetFileReadCalls)); DEBUG_MSG("Adding wrapper for Int_t TFile::GetReadaheadSize() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFile::GetReadaheadSize() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:313:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:320:24 module_.method("TFile!GetReadaheadSize", static_cast(&TFile::GetReadaheadSize)); DEBUG_MSG("Adding wrapper for void TFile::SetFileBytesRead(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetFileBytesRead(Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:315:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:322:24 module_.method("TFile!SetFileBytesRead", static_cast(&TFile::SetFileBytesRead)); module_.method("TFile!SetFileBytesRead", []()->void { TFile::SetFileBytesRead(); }); DEBUG_MSG("Adding wrapper for void TFile::SetFileBytesWritten(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetFileBytesWritten(Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:316:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:323:24 module_.method("TFile!SetFileBytesWritten", static_cast(&TFile::SetFileBytesWritten)); module_.method("TFile!SetFileBytesWritten", []()->void { TFile::SetFileBytesWritten(); }); DEBUG_MSG("Adding wrapper for void TFile::SetFileReadCalls(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetFileReadCalls(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:317:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:324:24 module_.method("TFile!SetFileReadCalls", static_cast(&TFile::SetFileReadCalls)); module_.method("TFile!SetFileReadCalls", []()->void { TFile::SetFileReadCalls(); }); DEBUG_MSG("Adding wrapper for void TFile::SetReadaheadSize(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetReadaheadSize(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:318:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:325:24 module_.method("TFile!SetReadaheadSize", static_cast(&TFile::SetReadaheadSize)); module_.method("TFile!SetReadaheadSize", []()->void { TFile::SetReadaheadSize(); }); DEBUG_MSG("Adding wrapper for void TFile::SetReadStreamerInfo(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TFile::SetReadStreamerInfo(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:319:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:326:24 module_.method("TFile!SetReadStreamerInfo", static_cast(&TFile::SetReadStreamerInfo)); module_.method("TFile!SetReadStreamerInfo", []()->void { TFile::SetReadStreamerInfo(); }); DEBUG_MSG("Adding wrapper for Bool_t TFile::GetReadStreamerInfo() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::GetReadStreamerInfo() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:320:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:327:24 module_.method("TFile!GetReadStreamerInfo", static_cast(&TFile::GetReadStreamerInfo)); DEBUG_MSG("Adding wrapper for Long64_t TFile::GetFileCounter() (" __HERE__ ")"); // signature to use in the veto list: Long64_t TFile::GetFileCounter() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:322:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:329:24 module_.method("TFile!GetFileCounter", static_cast(&TFile::GetFileCounter)); DEBUG_MSG("Adding wrapper for void TFile::IncrementFileCounter() (" __HERE__ ")"); // signature to use in the veto list: void TFile::IncrementFileCounter() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:323:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:330:24 module_.method("TFile!IncrementFileCounter", static_cast(&TFile::IncrementFileCounter)); DEBUG_MSG("Adding wrapper for Bool_t TFile::SetCacheFileDir(std::string_view, Bool_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::SetCacheFileDir(std::string_view, Bool_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:328:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:332:24 module_.method("TFile!SetCacheFileDir", [](const char * arg0)->Bool_t { return TFile::SetCacheFileDir((std::string_view)arg0); }); module_.method("TFile!SetCacheFileDir", [](const char * arg0, Bool_t arg1)->Bool_t { return TFile::SetCacheFileDir((std::string_view)arg0, arg1); }); module_.method("TFile!SetCacheFileDir", [](const char * arg0, Bool_t arg1, Bool_t arg2)->Bool_t { return TFile::SetCacheFileDir((std::string_view)arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for const char * TFile::GetCacheFileDir() (" __HERE__ ")"); // signature to use in the veto list: const char * TFile::GetCacheFileDir() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:330:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:334:24 module_.method("TFile!GetCacheFileDir", []() { return (std::string)TFile::GetCacheFileDir(); }); DEBUG_MSG("Adding wrapper for Bool_t TFile::ShrinkCacheFileDir(Long64_t, Long_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::ShrinkCacheFileDir(Long64_t, Long_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:331:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:335:24 module_.method("TFile!ShrinkCacheFileDir", static_cast(&TFile::ShrinkCacheFileDir)); module_.method("TFile!ShrinkCacheFileDir", [](Long64_t arg0)->Bool_t { return TFile::ShrinkCacheFileDir(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TFile::Cp(const char *, const char *, Bool_t, UInt_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::Cp(const char *, const char *, Bool_t, UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:332:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:336:24 module_.method("TFile!Cp", static_cast(&TFile::Cp)); module_.method("TFile!Cp", [](const char * arg0, const char * arg1)->Bool_t { return TFile::Cp(arg0, arg1); }); module_.method("TFile!Cp", [](const char * arg0, const char * arg1, Bool_t arg2)->Bool_t { return TFile::Cp(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for UInt_t TFile::SetOpenTimeout(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: UInt_t TFile::SetOpenTimeout(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:335:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:339:24 module_.method("TFile!SetOpenTimeout", static_cast(&TFile::SetOpenTimeout)); DEBUG_MSG("Adding wrapper for UInt_t TFile::GetOpenTimeout() (" __HERE__ ")"); // signature to use in the veto list: UInt_t TFile::GetOpenTimeout() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:336:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:24 module_.method("TFile!GetOpenTimeout", static_cast(&TFile::GetOpenTimeout)); DEBUG_MSG("Adding wrapper for Bool_t TFile::SetOnlyStaged(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::SetOnlyStaged(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:337:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:341:24 module_.method("TFile!SetOnlyStaged", static_cast(&TFile::SetOnlyStaged)); DEBUG_MSG("Adding wrapper for Bool_t TFile::GetOnlyStaged() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFile::GetOnlyStaged() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:338:24 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:342:24 module_.method("TFile!GetOnlyStaged", static_cast(&TFile::GetOnlyStaged)); DEBUG_MSG("Adding wrapper for Version_t TFile::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TFile::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!Class_Version", static_cast(&TFile::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TFile::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TFile::IsA() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 t.method("IsA", static_cast(&TFile::IsA)); DEBUG_MSG("Adding wrapper for void TFile::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TFile::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 t.method("StreamerNVirtual", static_cast(&TFile::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TFile::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TFile::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!DeclFileName", []() { return (std::string)TFile::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TFile::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TFile::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!ImplFileLine", static_cast(&TFile::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TFile::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TFile::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!ImplFileName", []() { return (std::string)TFile::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TFile::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TFile::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!Class_Name", []() { return (std::string)TFile::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TFile::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TFile::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!Dictionary", static_cast(&TFile::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TFile::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TFile::Class() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!Class", static_cast(&TFile::Class)); DEBUG_MSG("Adding wrapper for void TFile::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TFile::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 t.method("Streamer", static_cast(&TFile::Streamer)); DEBUG_MSG("Adding wrapper for int TFile::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TFile::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:340:4 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:344:4 module_.method("TFile!DeclFileLine", static_cast(&TFile::DeclFileLine)); } @@ -1401,338 +1401,343 @@ struct JlTROOT: public Wrapper { t.method("Reset", [](TROOT& a)->void { a.Reset(); }); t.method("Reset", [](TROOT* a)->void { a->Reset(); }); + DEBUG_MSG("Adding wrapper for void TROOT::ResetClassSaved() (" __HERE__ ")"); + // signature to use in the veto list: void TROOT::ResetClassSaved() + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:315:22 + t.method("ResetClassSaved", static_cast(&TROOT::ResetClassSaved)); + DEBUG_MSG("Adding wrapper for void TROOT::SaveContext() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SaveContext() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:315:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:316:22 t.method("SaveContext", static_cast(&TROOT::SaveContext)); DEBUG_MSG("Adding wrapper for void TROOT::SetApplication(TApplication *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetApplication(TApplication *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:316:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:317:22 t.method("SetApplication", static_cast(&TROOT::SetApplication)); DEBUG_MSG("Adding wrapper for void TROOT::SetBatch(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetBatch(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:318:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:319:22 t.method("SetBatch", static_cast(&TROOT::SetBatch)); t.method("SetBatch", [](TROOT& a)->void { a.SetBatch(); }); t.method("SetBatch", [](TROOT* a)->void { a->SetBatch(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetWebDisplay(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetWebDisplay(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:319:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:320:22 t.method("SetWebDisplay", static_cast(&TROOT::SetWebDisplay)); t.method("SetWebDisplay", [](TROOT& a)->void { a.SetWebDisplay(); }); t.method("SetWebDisplay", [](TROOT* a)->void { a->SetWebDisplay(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetCutClassName(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetCutClassName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:320:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:321:22 t.method("SetCutClassName", static_cast(&TROOT::SetCutClassName)); t.method("SetCutClassName", [](TROOT& a)->void { a.SetCutClassName(); }); t.method("SetCutClassName", [](TROOT* a)->void { a->SetCutClassName(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetDefCanvasName(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetDefCanvasName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:321:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:322:22 t.method("SetDefCanvasName", static_cast(&TROOT::SetDefCanvasName)); t.method("SetDefCanvasName", [](TROOT& a)->void { a.SetDefCanvasName(); }); t.method("SetDefCanvasName", [](TROOT* a)->void { a->SetDefCanvasName(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetEditHistograms(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetEditHistograms(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:322:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:323:22 t.method("SetEditHistograms", static_cast(&TROOT::SetEditHistograms)); t.method("SetEditHistograms", [](TROOT& a)->void { a.SetEditHistograms(); }); t.method("SetEditHistograms", [](TROOT* a)->void { a->SetEditHistograms(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetEditorMode(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetEditorMode(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:323:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:324:22 t.method("SetEditorMode", static_cast(&TROOT::SetEditorMode)); t.method("SetEditorMode", [](TROOT& a)->void { a.SetEditorMode(); }); t.method("SetEditorMode", [](TROOT* a)->void { a->SetEditorMode(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetExecutingMacro(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetExecutingMacro(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:324:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:325:22 t.method("SetExecutingMacro", static_cast(&TROOT::SetExecutingMacro)); t.method("SetExecutingMacro", [](TROOT& a)->void { a.SetExecutingMacro(); }); t.method("SetExecutingMacro", [](TROOT* a)->void { a->SetExecutingMacro(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetFromPopUp(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetFromPopUp(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:325:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:326:22 t.method("SetFromPopUp", static_cast(&TROOT::SetFromPopUp)); t.method("SetFromPopUp", [](TROOT& a)->void { a.SetFromPopUp(); }); t.method("SetFromPopUp", [](TROOT* a)->void { a->SetFromPopUp(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetInterrupt(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetInterrupt(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:326:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:327:22 t.method("SetInterrupt", static_cast(&TROOT::SetInterrupt)); t.method("SetInterrupt", [](TROOT& a)->void { a.SetInterrupt(); }); t.method("SetInterrupt", [](TROOT* a)->void { a->SetInterrupt(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetEscape(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetEscape(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:327:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:328:22 t.method("SetEscape", static_cast(&TROOT::SetEscape)); t.method("SetEscape", [](TROOT& a)->void { a.SetEscape(); }); t.method("SetEscape", [](TROOT* a)->void { a->SetEscape(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetLineIsProcessing() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetLineIsProcessing() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:328:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:329:22 t.method("SetLineIsProcessing", static_cast(&TROOT::SetLineIsProcessing)); DEBUG_MSG("Adding wrapper for void TROOT::SetLineHasBeenProcessed() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetLineHasBeenProcessed() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:329:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:330:22 t.method("SetLineHasBeenProcessed", static_cast(&TROOT::SetLineHasBeenProcessed)); DEBUG_MSG("Adding wrapper for void TROOT::SetReadingObject(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetReadingObject(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:330:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:331:22 t.method("SetReadingObject", static_cast(&TROOT::SetReadingObject)); t.method("SetReadingObject", [](TROOT& a)->void { a.SetReadingObject(); }); t.method("SetReadingObject", [](TROOT* a)->void { a->SetReadingObject(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetMustClean(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetMustClean(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:331:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:332:22 t.method("SetMustClean", static_cast(&TROOT::SetMustClean)); t.method("SetMustClean", [](TROOT& a)->void { a.SetMustClean(); }); t.method("SetMustClean", [](TROOT* a)->void { a->SetMustClean(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetSelectedPrimitive(const TObject *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetSelectedPrimitive(const TObject *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:332:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:333:22 t.method("SetSelectedPrimitive", static_cast(&TROOT::SetSelectedPrimitive)); DEBUG_MSG("Adding wrapper for void TROOT::SetSelectedPad(TVirtualPad *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetSelectedPad(TVirtualPad *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:333:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:334:22 t.method("SetSelectedPad", static_cast(&TROOT::SetSelectedPad)); DEBUG_MSG("Adding wrapper for void TROOT::SetStyle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetStyle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:334:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:335:22 t.method("SetStyle", static_cast(&TROOT::SetStyle)); t.method("SetStyle", [](TROOT& a)->void { a.SetStyle(); }); t.method("SetStyle", [](TROOT* a)->void { a->SetStyle(); }); DEBUG_MSG("Adding wrapper for void TROOT::Time(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::Time(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:335:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:336:22 t.method("Time", static_cast(&TROOT::Time)); t.method("Time", [](TROOT& a)->void { a.Time(); }); t.method("Time", [](TROOT* a)->void { a->Time(); }); DEBUG_MSG("Adding wrapper for Int_t TROOT::Timer() (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::Timer() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:336:22 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:337:22 t.method("Timer", static_cast(&TROOT::Timer)); DEBUG_MSG("Adding wrapper for Int_t TROOT::DecreaseDirLevel() (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::DecreaseDirLevel() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:339:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:340:23 module_.method("TROOT!DecreaseDirLevel", static_cast(&TROOT::DecreaseDirLevel)); DEBUG_MSG("Adding wrapper for Int_t TROOT::GetDirLevel() (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::GetDirLevel() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:340:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:341:23 module_.method("TROOT!GetDirLevel", static_cast(&TROOT::GetDirLevel)); DEBUG_MSG("Adding wrapper for const char * TROOT::GetMacroPath() (" __HERE__ ")"); // signature to use in the veto list: const char * TROOT::GetMacroPath() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:341:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:342:23 module_.method("TROOT!GetMacroPath", []() { return (std::string)TROOT::GetMacroPath(); }); DEBUG_MSG("Adding wrapper for void TROOT::SetMacroPath(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetMacroPath(const char *) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:342:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:343:23 module_.method("TROOT!SetMacroPath", static_cast(&TROOT::SetMacroPath)); DEBUG_MSG("Adding wrapper for Int_t TROOT::IncreaseDirLevel() (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::IncreaseDirLevel() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:343:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:344:23 module_.method("TROOT!IncreaseDirLevel", static_cast(&TROOT::IncreaseDirLevel)); DEBUG_MSG("Adding wrapper for void TROOT::IndentLevel() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::IndentLevel() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:344:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:345:23 module_.method("TROOT!IndentLevel", static_cast(&TROOT::IndentLevel)); DEBUG_MSG("Adding wrapper for void TROOT::Initialize() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::Initialize() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:345:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:346:23 module_.method("TROOT!Initialize", static_cast(&TROOT::Initialize)); DEBUG_MSG("Adding wrapper for Bool_t TROOT::Initialized() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TROOT::Initialized() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:346:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:347:23 module_.method("TROOT!Initialized", static_cast(&TROOT::Initialized)); DEBUG_MSG("Adding wrapper for void TROOT::SetDirLevel(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::SetDirLevel(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:347:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:348:23 module_.method("TROOT!SetDirLevel", static_cast(&TROOT::SetDirLevel)); module_.method("TROOT!SetDirLevel", []()->void { TROOT::SetDirLevel(); }); DEBUG_MSG("Adding wrapper for Int_t TROOT::ConvertVersionCode2Int(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::ConvertVersionCode2Int(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:348:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:349:23 module_.method("TROOT!ConvertVersionCode2Int", static_cast(&TROOT::ConvertVersionCode2Int)); DEBUG_MSG("Adding wrapper for Int_t TROOT::ConvertVersionInt2Code(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::ConvertVersionInt2Code(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:349:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:350:23 module_.method("TROOT!ConvertVersionInt2Code", static_cast(&TROOT::ConvertVersionInt2Code)); DEBUG_MSG("Adding wrapper for Int_t TROOT::RootVersionCode() (" __HERE__ ")"); // signature to use in the veto list: Int_t TROOT::RootVersionCode() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:350:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:351:23 module_.method("TROOT!RootVersionCode", static_cast(&TROOT::RootVersionCode)); DEBUG_MSG("Adding wrapper for const std::vector & TROOT::AddExtraInterpreterArgs(const std::vector &) (" __HERE__ ")"); // signature to use in the veto list: const std::vector & TROOT::AddExtraInterpreterArgs(const std::vector &) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:351:43 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:352:43 module_.method("TROOT!AddExtraInterpreterArgs", static_cast & (*)(const std::vector &) >(&TROOT::AddExtraInterpreterArgs)); DEBUG_MSG("Adding wrapper for const char **& TROOT::GetExtraInterpreterArgs() (" __HERE__ ")"); // signature to use in the veto list: const char **& TROOT::GetExtraInterpreterArgs() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:352:24 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:353:24 module_.method("TROOT!GetExtraInterpreterArgs", static_cast(&TROOT::GetExtraInterpreterArgs)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetRootSys() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetRootSys() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:354:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:355:26 module_.method("TROOT!GetRootSys", static_cast(&TROOT::GetRootSys)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetBinDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetBinDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:355:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:356:26 module_.method("TROOT!GetBinDir", static_cast(&TROOT::GetBinDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetLibDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetLibDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:356:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:357:26 module_.method("TROOT!GetLibDir", static_cast(&TROOT::GetLibDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetSharedLibDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetSharedLibDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:357:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:358:26 module_.method("TROOT!GetSharedLibDir", static_cast(&TROOT::GetSharedLibDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetIncludeDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetIncludeDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:358:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:359:26 module_.method("TROOT!GetIncludeDir", static_cast(&TROOT::GetIncludeDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetEtcDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetEtcDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:359:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:360:26 module_.method("TROOT!GetEtcDir", static_cast(&TROOT::GetEtcDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetDataDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetDataDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:360:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:361:26 module_.method("TROOT!GetDataDir", static_cast(&TROOT::GetDataDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetDocDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetDocDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:361:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:362:26 module_.method("TROOT!GetDocDir", static_cast(&TROOT::GetDocDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetMacroDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetMacroDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:362:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:363:26 module_.method("TROOT!GetMacroDir", static_cast(&TROOT::GetMacroDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetTutorialDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetTutorialDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:363:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:364:26 module_.method("TROOT!GetTutorialDir", static_cast(&TROOT::GetTutorialDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetSourceDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetSourceDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:364:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:365:26 module_.method("TROOT!GetSourceDir", static_cast(&TROOT::GetSourceDir)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetIconPath() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetIconPath() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:365:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:366:26 module_.method("TROOT!GetIconPath", static_cast(&TROOT::GetIconPath)); DEBUG_MSG("Adding wrapper for const TString & TROOT::GetTTFFontDir() (" __HERE__ ")"); // signature to use in the veto list: const TString & TROOT::GetTTFFontDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:366:26 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:367:26 module_.method("TROOT!GetTTFFontDir", static_cast(&TROOT::GetTTFFontDir)); DEBUG_MSG("Adding wrapper for const char * TROOT::GetTutorialsDir() (" __HERE__ ")"); // signature to use in the veto list: const char * TROOT::GetTutorialsDir() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:369:23 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:370:23 module_.method("TROOT!GetTutorialsDir", []() { return (std::string)TROOT::GetTutorialsDir(); }); DEBUG_MSG("Adding wrapper for void TROOT::ShutDown() (" __HERE__ ")"); // signature to use in the veto list: void TROOT::ShutDown() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:370:16 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:371:16 module_.method("TROOT!ShutDown", static_cast(&TROOT::ShutDown)); DEBUG_MSG("Adding wrapper for Version_t TROOT::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TROOT::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!Class_Version", static_cast(&TROOT::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TROOT::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TROOT::IsA() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 t.method("IsA", static_cast(&TROOT::IsA)); DEBUG_MSG("Adding wrapper for void TROOT::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 t.method("StreamerNVirtual", static_cast(&TROOT::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TROOT::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TROOT::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!DeclFileName", []() { return (std::string)TROOT::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TROOT::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TROOT::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!ImplFileLine", static_cast(&TROOT::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TROOT::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TROOT::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!ImplFileName", []() { return (std::string)TROOT::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TROOT::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TROOT::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!Class_Name", []() { return (std::string)TROOT::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TROOT::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TROOT::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!Dictionary", static_cast(&TROOT::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TROOT::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TROOT::Class() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!Class", static_cast(&TROOT::Class)); DEBUG_MSG("Adding wrapper for void TROOT::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TROOT::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 t.method("Streamer", static_cast(&TROOT::Streamer)); DEBUG_MSG("Adding wrapper for int TROOT::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TROOT::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:372:4 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:373:4 module_.method("TROOT!DeclFileLine", static_cast(&TROOT::DeclFileLine)); } diff --git a/deps/src/JlClasses_007.cxx b/deps/src/JlClasses_007.cxx index 0b56e96..72cda81 100644 --- a/deps/src/JlClasses_007.cxx +++ b/deps/src/JlClasses_007.cxx @@ -846,10 +846,10 @@ struct JlROOT_Experimental_Internal_TBulkBranchRead: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:78:10 t.method("GetEntriesSerialized", static_cast(&ROOT::Experimental::Internal::TBulkBranchRead::GetEntriesSerialized)); - DEBUG_MSG("Adding wrapper for Bool_t ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() - // defined in /home/pgras/.julia/conda/3/include/TBranch.h:80:11 - t.method("SupportsBulkRead", static_cast(&ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead)); + DEBUG_MSG("Adding wrapper for bool ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() (" __HERE__ ")"); + // signature to use in the veto list: bool ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() + // defined in /home/pgras/.julia/conda/3/include/TBranch.h:80:9 + t.method("SupportsBulkRead", static_cast(&ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead)); } private: @@ -1172,10 +1172,10 @@ struct JlTBranch: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:253:22 t.method("GetRow", static_cast(&TBranch::GetRow)); - DEBUG_MSG("Adding wrapper for Bool_t TBranch::GetMakeClass() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TBranch::GetMakeClass() + DEBUG_MSG("Adding wrapper for bool TBranch::GetMakeClass() (" __HERE__ ")"); + // signature to use in the veto list: bool TBranch::GetMakeClass() // defined in /home/pgras/.julia/conda/3/include/TBranch.h:254:22 - t.method("GetMakeClass", static_cast(&TBranch::GetMakeClass)); + t.method("GetMakeClass", static_cast(&TBranch::GetMakeClass)); DEBUG_MSG("Adding wrapper for TBranch * TBranch::GetMother() (" __HERE__ ")"); // signature to use in the veto list: TBranch * TBranch::GetMother() @@ -1192,15 +1192,15 @@ struct JlTBranch: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:257:22 t.method("GetTransientBuffer", static_cast(&TBranch::GetTransientBuffer)); - DEBUG_MSG("Adding wrapper for Bool_t TBranch::IsAutoDelete() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TBranch::IsAutoDelete() + DEBUG_MSG("Adding wrapper for bool TBranch::IsAutoDelete() (" __HERE__ ")"); + // signature to use in the veto list: bool TBranch::IsAutoDelete() // defined in /home/pgras/.julia/conda/3/include/TBranch.h:258:22 - t.method("IsAutoDelete", static_cast(&TBranch::IsAutoDelete)); + t.method("IsAutoDelete", static_cast(&TBranch::IsAutoDelete)); - DEBUG_MSG("Adding wrapper for Bool_t TBranch::IsFolder() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TBranch::IsFolder() + DEBUG_MSG("Adding wrapper for bool TBranch::IsFolder() (" __HERE__ ")"); + // signature to use in the veto list: bool TBranch::IsFolder() // defined in /home/pgras/.julia/conda/3/include/TBranch.h:259:22 - t.method("IsFolder", static_cast(&TBranch::IsFolder)); + t.method("IsFolder", static_cast(&TBranch::IsFolder)); DEBUG_MSG("Adding wrapper for void TBranch::KeepCircular(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TBranch::KeepCircular(Long64_t) @@ -1261,10 +1261,10 @@ struct JlTBranch: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:271:22 t.method("SetObject", static_cast(&TBranch::SetObject)); - DEBUG_MSG("Adding wrapper for void TBranch::SetAutoDelete(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TBranch::SetAutoDelete(Bool_t) + DEBUG_MSG("Adding wrapper for void TBranch::SetAutoDelete(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TBranch::SetAutoDelete(bool) // defined in /home/pgras/.julia/conda/3/include/TBranch.h:272:22 - t.method("SetAutoDelete", static_cast(&TBranch::SetAutoDelete)); + t.method("SetAutoDelete", static_cast(&TBranch::SetAutoDelete)); t.method("SetAutoDelete", [](TBranch& a)->void { a.SetAutoDelete(); }); t.method("SetAutoDelete", [](TBranch* a)->void { a->SetAutoDelete(); }); @@ -1304,10 +1304,10 @@ struct JlTBranch: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:278:22 t.method("SetEntries", static_cast(&TBranch::SetEntries)); - DEBUG_MSG("Adding wrapper for void TBranch::SetEntryOffsetLen(Int_t, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TBranch::SetEntryOffsetLen(Int_t, Bool_t) + DEBUG_MSG("Adding wrapper for void TBranch::SetEntryOffsetLen(Int_t, bool) (" __HERE__ ")"); + // signature to use in the veto list: void TBranch::SetEntryOffsetLen(Int_t, bool) // defined in /home/pgras/.julia/conda/3/include/TBranch.h:279:22 - t.method("SetEntryOffsetLen", static_cast(&TBranch::SetEntryOffsetLen)); + t.method("SetEntryOffsetLen", static_cast(&TBranch::SetEntryOffsetLen)); t.method("SetEntryOffsetLen", [](TBranch& a, Int_t arg0)->void { a.SetEntryOffsetLen(arg0); }); t.method("SetEntryOffsetLen", [](TBranch* a, Int_t arg0)->void { a->SetEntryOffsetLen(arg0); }); @@ -1329,12 +1329,12 @@ struct JlTBranch: public Wrapper { t.method("SetFile", static_cast(&TBranch::SetFile)); - DEBUG_MSG("Adding wrapper for Bool_t TBranch::SetMakeClass(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TBranch::SetMakeClass(Bool_t) + DEBUG_MSG("Adding wrapper for bool TBranch::SetMakeClass(bool) (" __HERE__ ")"); + // signature to use in the veto list: bool TBranch::SetMakeClass(bool) // defined in /home/pgras/.julia/conda/3/include/TBranch.h:284:22 - t.method("SetMakeClass", static_cast(&TBranch::SetMakeClass)); - t.method("SetMakeClass", [](TBranch& a)->Bool_t { return a.SetMakeClass(); }); - t.method("SetMakeClass", [](TBranch* a)->Bool_t { return a->SetMakeClass(); }); + t.method("SetMakeClass", static_cast(&TBranch::SetMakeClass)); + t.method("SetMakeClass", [](TBranch& a)->bool { return a.SetMakeClass(); }); + t.method("SetMakeClass", [](TBranch* a)->bool { return a->SetMakeClass(); }); DEBUG_MSG("Adding wrapper for void TBranch::SetOffset(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TBranch::SetOffset(Int_t) @@ -1343,10 +1343,10 @@ struct JlTBranch: public Wrapper { t.method("SetOffset", [](TBranch& a)->void { a.SetOffset(); }); t.method("SetOffset", [](TBranch* a)->void { a->SetOffset(); }); - DEBUG_MSG("Adding wrapper for void TBranch::SetStatus(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TBranch::SetStatus(Bool_t) + DEBUG_MSG("Adding wrapper for void TBranch::SetStatus(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TBranch::SetStatus(bool) // defined in /home/pgras/.julia/conda/3/include/TBranch.h:286:22 - t.method("SetStatus", static_cast(&TBranch::SetStatus)); + t.method("SetStatus", static_cast(&TBranch::SetStatus)); t.method("SetStatus", [](TBranch& a)->void { a.SetStatus(); }); t.method("SetStatus", [](TBranch* a)->void { a->SetStatus(); }); @@ -1360,10 +1360,10 @@ struct JlTBranch: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TBranch.h:288:22 t.method("SetupAddresses", static_cast(&TBranch::SetupAddresses)); - DEBUG_MSG("Adding wrapper for Bool_t TBranch::SupportsBulkRead() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TBranch::SupportsBulkRead() + DEBUG_MSG("Adding wrapper for bool TBranch::SupportsBulkRead() (" __HERE__ ")"); + // signature to use in the veto list: bool TBranch::SupportsBulkRead() // defined in /home/pgras/.julia/conda/3/include/TBranch.h:289:22 - t.method("SupportsBulkRead", static_cast(&TBranch::SupportsBulkRead)); + t.method("SupportsBulkRead", static_cast(&TBranch::SupportsBulkRead)); DEBUG_MSG("Adding wrapper for void TBranch::UpdateAddress() (" __HERE__ ")"); // signature to use in the veto list: void TBranch::UpdateAddress() diff --git a/deps/src/JlClasses_008.cxx b/deps/src/JlClasses_008.cxx index a697d75..c30ce25 100644 --- a/deps/src/JlClasses_008.cxx +++ b/deps/src/JlClasses_008.cxx @@ -35,31 +35,31 @@ struct JlTTree: public Wrapper { t.constructor(/*finalize=*/false); t.constructor(/*finalize=*/false); - DEBUG_MSG("Adding wrapper for Int_t TTree::AddBranchToCache(const char *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::AddBranchToCache(const char *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::AddBranchToCache(const char *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::AddBranchToCache(const char *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:321:28 - t.method("AddBranchToCache", static_cast(&TTree::AddBranchToCache)); + t.method("AddBranchToCache", static_cast(&TTree::AddBranchToCache)); t.method("AddBranchToCache", [](TTree& a, const char * arg0)->Int_t { return a.AddBranchToCache(arg0); }); t.method("AddBranchToCache", [](TTree* a, const char * arg0)->Int_t { return a->AddBranchToCache(arg0); }); - DEBUG_MSG("Adding wrapper for Int_t TTree::AddBranchToCache(TBranch *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::AddBranchToCache(TBranch *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::AddBranchToCache(TBranch *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::AddBranchToCache(TBranch *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:322:28 - t.method("AddBranchToCache", static_cast(&TTree::AddBranchToCache)); + t.method("AddBranchToCache", static_cast(&TTree::AddBranchToCache)); t.method("AddBranchToCache", [](TTree& a, TBranch * arg0)->Int_t { return a.AddBranchToCache(arg0); }); t.method("AddBranchToCache", [](TTree* a, TBranch * arg0)->Int_t { return a->AddBranchToCache(arg0); }); - DEBUG_MSG("Adding wrapper for Int_t TTree::DropBranchFromCache(const char *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::DropBranchFromCache(const char *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::DropBranchFromCache(const char *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::DropBranchFromCache(const char *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:323:28 - t.method("DropBranchFromCache", static_cast(&TTree::DropBranchFromCache)); + t.method("DropBranchFromCache", static_cast(&TTree::DropBranchFromCache)); t.method("DropBranchFromCache", [](TTree& a, const char * arg0)->Int_t { return a.DropBranchFromCache(arg0); }); t.method("DropBranchFromCache", [](TTree* a, const char * arg0)->Int_t { return a->DropBranchFromCache(arg0); }); - DEBUG_MSG("Adding wrapper for Int_t TTree::DropBranchFromCache(TBranch *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::DropBranchFromCache(TBranch *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::DropBranchFromCache(TBranch *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::DropBranchFromCache(TBranch *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:324:28 - t.method("DropBranchFromCache", static_cast(&TTree::DropBranchFromCache)); + t.method("DropBranchFromCache", static_cast(&TTree::DropBranchFromCache)); t.method("DropBranchFromCache", [](TTree& a, TBranch * arg0)->Int_t { return a.DropBranchFromCache(arg0); }); t.method("DropBranchFromCache", [](TTree* a, TBranch * arg0)->Int_t { return a->DropBranchFromCache(arg0); }); @@ -177,10 +177,10 @@ struct JlTTree: public Wrapper { t.method("BuildIndex", [](TTree& a, const char * arg0)->Int_t { return a.BuildIndex(arg0); }); t.method("BuildIndex", [](TTree* a, const char * arg0)->Int_t { return a->BuildIndex(arg0); }); - DEBUG_MSG("Adding wrapper for TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, Bool_t) + DEBUG_MSG("Adding wrapper for TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, bool) (" __HERE__ ")"); + // signature to use in the veto list: TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:421:28 - t.method("BuildStreamerInfo", static_cast(&TTree::BuildStreamerInfo)); + t.method("BuildStreamerInfo", static_cast(&TTree::BuildStreamerInfo)); t.method("BuildStreamerInfo", [](TTree& a, TClass * arg0)->TStreamerInfo * { return a.BuildStreamerInfo(arg0); }); t.method("BuildStreamerInfo", [](TTree& a, TClass * arg0, void * arg1)->TStreamerInfo * { return a.BuildStreamerInfo(arg0, arg1); }); t.method("BuildStreamerInfo", [](TTree* a, TClass * arg0)->TStreamerInfo * { return a->BuildStreamerInfo(arg0); }); @@ -200,17 +200,17 @@ struct JlTTree: public Wrapper { t.method("CloneTree", [](TTree* a)->TTree * { return a->CloneTree(); }); t.method("CloneTree", [](TTree* a, Long64_t arg0)->TTree * { return a->CloneTree(arg0); }); - DEBUG_MSG("Adding wrapper for void TTree::CopyAddresses(TTree *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::CopyAddresses(TTree *, Bool_t) + DEBUG_MSG("Adding wrapper for void TTree::CopyAddresses(TTree *, bool) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::CopyAddresses(TTree *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:424:28 - t.method("CopyAddresses", static_cast(&TTree::CopyAddresses)); + t.method("CopyAddresses", static_cast(&TTree::CopyAddresses)); t.method("CopyAddresses", [](TTree& a, TTree * arg0)->void { a.CopyAddresses(arg0); }); t.method("CopyAddresses", [](TTree* a, TTree * arg0)->void { a->CopyAddresses(arg0); }); - DEBUG_MSG("Adding wrapper for Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, Bool_t) + DEBUG_MSG("Adding wrapper for Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:425:28 - t.method("CopyEntries", static_cast(&TTree::CopyEntries)); + t.method("CopyEntries", static_cast(&TTree::CopyEntries)); t.method("CopyEntries", [](TTree& a, TTree * arg0)->Long64_t { return a.CopyEntries(arg0); }); t.method("CopyEntries", [](TTree& a, TTree * arg0, Long64_t arg1)->Long64_t { return a.CopyEntries(arg0, arg1); }); t.method("CopyEntries", [](TTree& a, TTree * arg0, Long64_t arg1, Option_t * arg2)->Long64_t { return a.CopyEntries(arg0, arg1, arg2); }); @@ -272,10 +272,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:435:28 t.method("DropBuffers", static_cast(&TTree::DropBuffers)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::EnableCache() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::EnableCache() + DEBUG_MSG("Adding wrapper for bool TTree::EnableCache() (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::EnableCache() // defined in /home/pgras/.julia/conda/3/include/TTree.h:436:28 - t.method("EnableCache", static_cast(&TTree::EnableCache)); + t.method("EnableCache", static_cast(&TTree::EnableCache)); DEBUG_MSG("Adding wrapper for Int_t TTree::Fill() (" __HERE__ ")"); // signature to use in the veto list: Int_t TTree::Fill() @@ -307,10 +307,10 @@ struct JlTTree: public Wrapper { t.method("Fit", [](TTree* a, const char * arg0, const char * arg1, const char * arg2, Option_t * arg3, Option_t * arg4)->Int_t { return a->Fit(arg0, arg1, arg2, arg3, arg4); }); t.method("Fit", [](TTree* a, const char * arg0, const char * arg1, const char * arg2, Option_t * arg3, Option_t * arg4, Long64_t arg5)->Int_t { return a->Fit(arg0, arg1, arg2, arg3, arg4, arg5); }); - DEBUG_MSG("Adding wrapper for Int_t TTree::FlushBaskets(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::FlushBaskets(Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::FlushBaskets(bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::FlushBaskets(bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:441:28 - t.method("FlushBaskets", static_cast(&TTree::FlushBaskets)); + t.method("FlushBaskets", static_cast(&TTree::FlushBaskets)); t.method("FlushBaskets", [](TTree const& a)->Int_t { return a.FlushBaskets(); }); t.method("FlushBaskets", [](TTree const* a)->Int_t { return a->FlushBaskets(); }); @@ -340,10 +340,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:449:28 t.method("GetBranch", static_cast(&TTree::GetBranch)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::GetBranchStatus(const char *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::GetBranchStatus(const char *) + DEBUG_MSG("Adding wrapper for bool TTree::GetBranchStatus(const char *) (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::GetBranchStatus(const char *) // defined in /home/pgras/.julia/conda/3/include/TTree.h:451:28 - t.method("GetBranchStatus", static_cast(&TTree::GetBranchStatus)); + t.method("GetBranchStatus", static_cast(&TTree::GetBranchStatus)); DEBUG_MSG("Adding wrapper for Int_t TTree::GetBranchStyle() (" __HERE__ ")"); // signature to use in the veto list: Int_t TTree::GetBranchStyle() @@ -370,10 +370,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:456:28 t.method("GetChainOffset", static_cast(&TTree::GetChainOffset)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::GetClusterPrefetch() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::GetClusterPrefetch() + DEBUG_MSG("Adding wrapper for bool TTree::GetClusterPrefetch() (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::GetClusterPrefetch() // defined in /home/pgras/.julia/conda/3/include/TTree.h:457:28 - t.method("GetClusterPrefetch", static_cast(&TTree::GetClusterPrefetch)); + t.method("GetClusterPrefetch", static_cast(&TTree::GetClusterPrefetch)); DEBUG_MSG("Adding wrapper for TFile * TTree::GetCurrentFile() (" __HERE__ ")"); // signature to use in the veto list: TFile * TTree::GetCurrentFile() @@ -491,10 +491,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:479:28 t.method("GetHistogram", static_cast(&TTree::GetHistogram)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::GetImplicitMT() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::GetImplicitMT() + DEBUG_MSG("Adding wrapper for bool TTree::GetImplicitMT() (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::GetImplicitMT() // defined in /home/pgras/.julia/conda/3/include/TTree.h:480:28 - t.method("GetImplicitMT", static_cast(&TTree::GetImplicitMT)); + t.method("GetImplicitMT", static_cast(&TTree::GetImplicitMT)); DEBUG_MSG("Adding wrapper for Int_t * TTree::GetIndex() (" __HERE__ ")"); // signature to use in the veto list: Int_t * TTree::GetIndex() @@ -511,10 +511,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:483:30 t.method("GetIOFeatures", static_cast(&TTree::GetIOFeatures)); - DEBUG_MSG("Adding wrapper for TIterator * TTree::GetIteratorOnAllLeaves(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: TIterator * TTree::GetIteratorOnAllLeaves(Bool_t) + DEBUG_MSG("Adding wrapper for TIterator * TTree::GetIteratorOnAllLeaves(bool) (" __HERE__ ")"); + // signature to use in the veto list: TIterator * TTree::GetIteratorOnAllLeaves(bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:484:28 - t.method("GetIteratorOnAllLeaves", static_cast(&TTree::GetIteratorOnAllLeaves)); + t.method("GetIteratorOnAllLeaves", static_cast(&TTree::GetIteratorOnAllLeaves)); t.method("GetIteratorOnAllLeaves", [](TTree& a)->TIterator * { return a.GetIteratorOnAllLeaves(); }); t.method("GetIteratorOnAllLeaves", [](TTree* a)->TIterator * { return a->GetIteratorOnAllLeaves(); }); @@ -708,17 +708,17 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:546:28 t.method("IncrementTotalBuffers", static_cast(&TTree::IncrementTotalBuffers)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::IsFolder() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::IsFolder() + DEBUG_MSG("Adding wrapper for bool TTree::IsFolder() (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::IsFolder() // defined in /home/pgras/.julia/conda/3/include/TTree.h:547:28 - t.method("IsFolder", static_cast(&TTree::IsFolder)); + t.method("IsFolder", static_cast(&TTree::IsFolder)); - DEBUG_MSG("Adding wrapper for Bool_t TTree::InPlaceClone(TDirectory *, const char *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::InPlaceClone(TDirectory *, const char *) + DEBUG_MSG("Adding wrapper for bool TTree::InPlaceClone(TDirectory *, const char *) (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::InPlaceClone(TDirectory *, const char *) // defined in /home/pgras/.julia/conda/3/include/TTree.h:548:28 - t.method("InPlaceClone", static_cast(&TTree::InPlaceClone)); - t.method("InPlaceClone", [](TTree& a, TDirectory * arg0)->Bool_t { return a.InPlaceClone(arg0); }); - t.method("InPlaceClone", [](TTree* a, TDirectory * arg0)->Bool_t { return a->InPlaceClone(arg0); }); + t.method("InPlaceClone", static_cast(&TTree::InPlaceClone)); + t.method("InPlaceClone", [](TTree& a, TDirectory * arg0)->bool { return a.InPlaceClone(arg0); }); + t.method("InPlaceClone", [](TTree* a, TDirectory * arg0)->bool { return a->InPlaceClone(arg0); }); DEBUG_MSG("Adding wrapper for Int_t TTree::LoadBaskets(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TTree::LoadBaskets(Long64_t) @@ -775,10 +775,10 @@ struct JlTTree: public Wrapper { t.method("MakeSelector", [](TTree* a)->Int_t { return a->MakeSelector(); }); t.method("MakeSelector", [](TTree* a, const char * arg0)->Int_t { return a->MakeSelector(arg0); }); - DEBUG_MSG("Adding wrapper for Bool_t TTree::MemoryFull(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::MemoryFull(Int_t) + DEBUG_MSG("Adding wrapper for bool TTree::MemoryFull(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::MemoryFull(Int_t) // defined in /home/pgras/.julia/conda/3/include/TTree.h:556:28 - t.method("MemoryFull", static_cast(&TTree::MemoryFull)); + t.method("MemoryFull", static_cast(&TTree::MemoryFull)); DEBUG_MSG("Adding wrapper for Long64_t TTree::Merge(TCollection *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Long64_t TTree::Merge(TCollection *, Option_t *) @@ -793,10 +793,10 @@ struct JlTTree: public Wrapper { module_.method("TTree!MergeTrees", static_cast(&TTree::MergeTrees)); module_.method("TTree!MergeTrees", [](TList * arg0)->TTree * { return TTree::MergeTrees(arg0); }); - DEBUG_MSG("Adding wrapper for Bool_t TTree::Notify() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::Notify() + DEBUG_MSG("Adding wrapper for bool TTree::Notify() (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::Notify() // defined in /home/pgras/.julia/conda/3/include/TTree.h:560:28 - t.method("Notify", static_cast(&TTree::Notify)); + t.method("Notify", static_cast(&TTree::Notify)); DEBUG_MSG("Adding wrapper for void TTree::OptimizeBaskets(ULong64_t, Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TTree::OptimizeBaskets(ULong64_t, Float_t, Option_t *) @@ -903,10 +903,10 @@ struct JlTTree: public Wrapper { t.method("Scan", [](TTree* a, const char * arg0, const char * arg1, Option_t * arg2)->Long64_t { return a->Scan(arg0, arg1, arg2); }); t.method("Scan", [](TTree* a, const char * arg0, const char * arg1, Option_t * arg2, Long64_t arg3)->Long64_t { return a->Scan(arg0, arg1, arg2, arg3); }); - DEBUG_MSG("Adding wrapper for Bool_t TTree::SetAlias(const char *, const char *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTree::SetAlias(const char *, const char *) + DEBUG_MSG("Adding wrapper for bool TTree::SetAlias(const char *, const char *) (" __HERE__ ")"); + // signature to use in the veto list: bool TTree::SetAlias(const char *, const char *) // defined in /home/pgras/.julia/conda/3/include/TTree.h:581:28 - t.method("SetAlias", static_cast(&TTree::SetAlias)); + t.method("SetAlias", static_cast(&TTree::SetAlias)); DEBUG_MSG("Adding wrapper for void TTree::SetAutoSave(Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TTree::SetAutoSave(Long64_t) @@ -936,24 +936,24 @@ struct JlTTree: public Wrapper { t.method("SetBranchAddress", [](TTree& a, const char * arg0, void * arg1)->Int_t { return a.SetBranchAddress(arg0, arg1); }); t.method("SetBranchAddress", [](TTree* a, const char * arg0, void * arg1)->Int_t { return a->SetBranchAddress(arg0, arg1); }); - DEBUG_MSG("Adding wrapper for Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:586:28 - t.method("SetBranchAddress", static_cast(&TTree::SetBranchAddress)); + t.method("SetBranchAddress", static_cast(&TTree::SetBranchAddress)); - DEBUG_MSG("Adding wrapper for Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:587:28 - t.method("SetBranchAddress", static_cast(&TTree::SetBranchAddress)); + t.method("SetBranchAddress", static_cast(&TTree::SetBranchAddress)); - DEBUG_MSG("Adding wrapper for void TTree::SetBranchStatus(const char *, Bool_t, UInt_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::SetBranchStatus(const char *, Bool_t, UInt_t *) + DEBUG_MSG("Adding wrapper for void TTree::SetBranchStatus(const char *, bool, UInt_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::SetBranchStatus(const char *, bool, UInt_t *) // defined in /home/pgras/.julia/conda/3/include/TTree.h:604:28 - t.method("SetBranchStatus", static_cast(&TTree::SetBranchStatus)); + t.method("SetBranchStatus", static_cast(&TTree::SetBranchStatus)); t.method("SetBranchStatus", [](TTree& a, const char * arg0)->void { a.SetBranchStatus(arg0); }); - t.method("SetBranchStatus", [](TTree& a, const char * arg0, Bool_t arg1)->void { a.SetBranchStatus(arg0, arg1); }); + t.method("SetBranchStatus", [](TTree& a, const char * arg0, bool arg1)->void { a.SetBranchStatus(arg0, arg1); }); t.method("SetBranchStatus", [](TTree* a, const char * arg0)->void { a->SetBranchStatus(arg0); }); - t.method("SetBranchStatus", [](TTree* a, const char * arg0, Bool_t arg1)->void { a->SetBranchStatus(arg0, arg1); }); + t.method("SetBranchStatus", [](TTree* a, const char * arg0, bool arg1)->void { a->SetBranchStatus(arg0, arg1); }); DEBUG_MSG("Adding wrapper for void TTree::SetBranchStyle(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TTree::SetBranchStyle(Int_t) @@ -992,10 +992,10 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:610:28 t.method("SetCircular", static_cast(&TTree::SetCircular)); - DEBUG_MSG("Adding wrapper for void TTree::SetClusterPrefetch(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::SetClusterPrefetch(Bool_t) + DEBUG_MSG("Adding wrapper for void TTree::SetClusterPrefetch(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::SetClusterPrefetch(bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:611:28 - t.method("SetClusterPrefetch", static_cast(&TTree::SetClusterPrefetch)); + t.method("SetClusterPrefetch", static_cast(&TTree::SetClusterPrefetch)); DEBUG_MSG("Adding wrapper for void TTree::SetDebug(Int_t, Long64_t, Long64_t) (" __HERE__ ")"); // signature to use in the veto list: void TTree::SetDebug(Int_t, Long64_t, Long64_t) @@ -1008,10 +1008,10 @@ struct JlTTree: public Wrapper { t.method("SetDebug", [](TTree* a, Int_t arg0)->void { a->SetDebug(arg0); }); t.method("SetDebug", [](TTree* a, Int_t arg0, Long64_t arg1)->void { a->SetDebug(arg0, arg1); }); - DEBUG_MSG("Adding wrapper for void TTree::SetDefaultEntryOffsetLen(Int_t, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::SetDefaultEntryOffsetLen(Int_t, Bool_t) + DEBUG_MSG("Adding wrapper for void TTree::SetDefaultEntryOffsetLen(Int_t, bool) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::SetDefaultEntryOffsetLen(Int_t, bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:613:28 - t.method("SetDefaultEntryOffsetLen", static_cast(&TTree::SetDefaultEntryOffsetLen)); + t.method("SetDefaultEntryOffsetLen", static_cast(&TTree::SetDefaultEntryOffsetLen)); t.method("SetDefaultEntryOffsetLen", [](TTree& a, Int_t arg0)->void { a.SetDefaultEntryOffsetLen(arg0); }); t.method("SetDefaultEntryOffsetLen", [](TTree* a, Int_t arg0)->void { a->SetDefaultEntryOffsetLen(arg0); }); @@ -1053,10 +1053,10 @@ struct JlTTree: public Wrapper { t.method("SetEntryList", [](TTree& a, TEntryList * arg0)->void { a.SetEntryList(arg0); }); t.method("SetEntryList", [](TTree* a, TEntryList * arg0)->void { a->SetEntryList(arg0); }); - DEBUG_MSG("Adding wrapper for void TTree::SetImplicitMT(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::SetImplicitMT(Bool_t) + DEBUG_MSG("Adding wrapper for void TTree::SetImplicitMT(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::SetImplicitMT(bool) // defined in /home/pgras/.julia/conda/3/include/TTree.h:621:28 - t.method("SetImplicitMT", static_cast(&TTree::SetImplicitMT)); + t.method("SetImplicitMT", static_cast(&TTree::SetImplicitMT)); DEBUG_MSG("Adding wrapper for void TTree::SetMakeClass(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TTree::SetMakeClass(Int_t) @@ -1098,14 +1098,14 @@ struct JlTTree: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTree.h:642:28 t.method("SetObject", static_cast(&TTree::SetObject)); - DEBUG_MSG("Adding wrapper for void TTree::SetParallelUnzip(Bool_t, Float_t) (" __HERE__ ")"); - // signature to use in the veto list: void TTree::SetParallelUnzip(Bool_t, Float_t) + DEBUG_MSG("Adding wrapper for void TTree::SetParallelUnzip(bool, Float_t) (" __HERE__ ")"); + // signature to use in the veto list: void TTree::SetParallelUnzip(bool, Float_t) // defined in /home/pgras/.julia/conda/3/include/TTree.h:643:28 - t.method("SetParallelUnzip", static_cast(&TTree::SetParallelUnzip)); + t.method("SetParallelUnzip", static_cast(&TTree::SetParallelUnzip)); t.method("SetParallelUnzip", [](TTree& a)->void { a.SetParallelUnzip(); }); - t.method("SetParallelUnzip", [](TTree& a, Bool_t arg0)->void { a.SetParallelUnzip(arg0); }); + t.method("SetParallelUnzip", [](TTree& a, bool arg0)->void { a.SetParallelUnzip(arg0); }); t.method("SetParallelUnzip", [](TTree* a)->void { a->SetParallelUnzip(); }); - t.method("SetParallelUnzip", [](TTree* a, Bool_t arg0)->void { a->SetParallelUnzip(arg0); }); + t.method("SetParallelUnzip", [](TTree* a, bool arg0)->void { a->SetParallelUnzip(arg0); }); DEBUG_MSG("Adding wrapper for void TTree::SetScanField(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TTree::SetScanField(Int_t) @@ -1296,10 +1296,10 @@ struct JlTLeaf: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:111:21 t.method("Browse", static_cast(&TLeaf::Browse)); - DEBUG_MSG("Adding wrapper for Bool_t TLeaf::CanGenerateOffsetArray() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TLeaf::CanGenerateOffsetArray() + DEBUG_MSG("Adding wrapper for bool TLeaf::CanGenerateOffsetArray() (" __HERE__ ")"); + // signature to use in the veto list: bool TLeaf::CanGenerateOffsetArray() // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:112:21 - t.method("CanGenerateOffsetArray", static_cast(&TLeaf::CanGenerateOffsetArray)); + t.method("CanGenerateOffsetArray", static_cast(&TLeaf::CanGenerateOffsetArray)); DEBUG_MSG("Adding wrapper for void TLeaf::Export(TClonesArray *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TLeaf::Export(TClonesArray *, Int_t) @@ -1402,30 +1402,30 @@ struct JlTLeaf: public Wrapper { t.method("GetValueLong64", [](TLeaf const& a)->Long64_t { return a.GetValueLong64(); }); t.method("GetValueLong64", [](TLeaf const* a)->Long64_t { return a->GetValueLong64(); }); - DEBUG_MSG("Adding wrapper for Bool_t TLeaf::IncludeRange(TLeaf *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TLeaf::IncludeRange(TLeaf *) + DEBUG_MSG("Adding wrapper for bool TLeaf::IncludeRange(TLeaf *) (" __HERE__ ")"); + // signature to use in the veto list: bool TLeaf::IncludeRange(TLeaf *) // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:146:21 - t.method("IncludeRange", static_cast(&TLeaf::IncludeRange)); + t.method("IncludeRange", static_cast(&TLeaf::IncludeRange)); DEBUG_MSG("Adding wrapper for void TLeaf::Import(TClonesArray *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TLeaf::Import(TClonesArray *, Int_t) // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:147:21 t.method("Import", static_cast(&TLeaf::Import)); - DEBUG_MSG("Adding wrapper for Bool_t TLeaf::IsOnTerminalBranch() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TLeaf::IsOnTerminalBranch() + DEBUG_MSG("Adding wrapper for bool TLeaf::IsOnTerminalBranch() (" __HERE__ ")"); + // signature to use in the veto list: bool TLeaf::IsOnTerminalBranch() // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:148:21 - t.method("IsOnTerminalBranch", static_cast(&TLeaf::IsOnTerminalBranch)); + t.method("IsOnTerminalBranch", static_cast(&TLeaf::IsOnTerminalBranch)); - DEBUG_MSG("Adding wrapper for Bool_t TLeaf::IsRange() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TLeaf::IsRange() + DEBUG_MSG("Adding wrapper for bool TLeaf::IsRange() (" __HERE__ ")"); + // signature to use in the veto list: bool TLeaf::IsRange() // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:149:21 - t.method("IsRange", static_cast(&TLeaf::IsRange)); + t.method("IsRange", static_cast(&TLeaf::IsRange)); - DEBUG_MSG("Adding wrapper for Bool_t TLeaf::IsUnsigned() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TLeaf::IsUnsigned() + DEBUG_MSG("Adding wrapper for bool TLeaf::IsUnsigned() (" __HERE__ ")"); + // signature to use in the veto list: bool TLeaf::IsUnsigned() // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:150:21 - t.method("IsUnsigned", static_cast(&TLeaf::IsUnsigned)); + t.method("IsUnsigned", static_cast(&TLeaf::IsUnsigned)); DEBUG_MSG("Adding wrapper for void TLeaf::PrintValue(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TLeaf::PrintValue(Int_t) @@ -1454,10 +1454,10 @@ struct JlTLeaf: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:155:21 t.method("ReadBasketSerialized", static_cast(&TLeaf::ReadBasketSerialized)); - DEBUG_MSG("Adding wrapper for Int_t TLeaf::ResetAddress(void *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TLeaf::ResetAddress(void *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TLeaf::ResetAddress(void *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TLeaf::ResetAddress(void *, bool) // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:159:21 - t.method("ResetAddress", static_cast(&TLeaf::ResetAddress)); + t.method("ResetAddress", static_cast(&TLeaf::ResetAddress)); t.method("ResetAddress", [](TLeaf& a, void * arg0)->Int_t { return a.ResetAddress(arg0); }); t.method("ResetAddress", [](TLeaf* a, void * arg0)->Int_t { return a->ResetAddress(arg0); }); @@ -1492,10 +1492,10 @@ struct JlTLeaf: public Wrapper { t.method("SetOffset", [](TLeaf& a)->void { a.SetOffset(); }); t.method("SetOffset", [](TLeaf* a)->void { a->SetOffset(); }); - DEBUG_MSG("Adding wrapper for void TLeaf::SetRange(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TLeaf::SetRange(Bool_t) + DEBUG_MSG("Adding wrapper for void TLeaf::SetRange(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TLeaf::SetRange(bool) // defined in /home/pgras/.julia/conda/3/include/TLeaf.h:165:21 - t.method("SetRange", static_cast(&TLeaf::SetRange)); + t.method("SetRange", static_cast(&TLeaf::SetRange)); t.method("SetRange", [](TLeaf& a)->void { a.SetRange(); }); t.method("SetRange", [](TLeaf* a)->void { a->SetRange(); }); diff --git a/deps/src/JlClasses_009.cxx b/deps/src/JlClasses_009.cxx index b3443fa..cb33d3a 100644 --- a/deps/src/JlClasses_009.cxx +++ b/deps/src/JlClasses_009.cxx @@ -103,17 +103,17 @@ struct JlTEntryList: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:67:24 t.method("DirectoryAutoAdd", static_cast(&TEntryList::DirectoryAutoAdd)); - DEBUG_MSG("Adding wrapper for Bool_t TEntryList::Enter(Long64_t, TTree *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TEntryList::Enter(Long64_t, TTree *) + DEBUG_MSG("Adding wrapper for bool TEntryList::Enter(Long64_t, TTree *) (" __HERE__ ")"); + // signature to use in the veto list: bool TEntryList::Enter(Long64_t, TTree *) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:68:24 - t.method("Enter", static_cast(&TEntryList::Enter)); - t.method("Enter", [](TEntryList& a, Long64_t arg0)->Bool_t { return a.Enter(arg0); }); - t.method("Enter", [](TEntryList* a, Long64_t arg0)->Bool_t { return a->Enter(arg0); }); + t.method("Enter", static_cast(&TEntryList::Enter)); + t.method("Enter", [](TEntryList& a, Long64_t arg0)->bool { return a.Enter(arg0); }); + t.method("Enter", [](TEntryList* a, Long64_t arg0)->bool { return a->Enter(arg0); }); - DEBUG_MSG("Adding wrapper for Bool_t TEntryList::Enter(Long64_t, const char *, const char *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TEntryList::Enter(Long64_t, const char *, const char *) + DEBUG_MSG("Adding wrapper for bool TEntryList::Enter(Long64_t, const char *, const char *) (" __HERE__ ")"); + // signature to use in the veto list: bool TEntryList::Enter(Long64_t, const char *, const char *) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:69:24 - t.method("Enter", static_cast(&TEntryList::Enter)); + t.method("Enter", static_cast(&TEntryList::Enter)); DEBUG_MSG("Adding wrapper for void TEntryList::EnterRange(Long64_t, Long64_t, TTree *, UInt_t) (" __HERE__ ")"); // signature to use in the veto list: void TEntryList::EnterRange(Long64_t, Long64_t, TTree *, UInt_t) @@ -183,15 +183,15 @@ struct JlTEntryList: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:81:24 t.method("GetTreeNumber", static_cast(&TEntryList::GetTreeNumber)); - DEBUG_MSG("Adding wrapper for Bool_t TEntryList::GetReapplyCut() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TEntryList::GetReapplyCut() + DEBUG_MSG("Adding wrapper for bool TEntryList::GetReapplyCut() (" __HERE__ ")"); + // signature to use in the veto list: bool TEntryList::GetReapplyCut() // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:82:24 - t.method("GetReapplyCut", static_cast(&TEntryList::GetReapplyCut)); + t.method("GetReapplyCut", static_cast(&TEntryList::GetReapplyCut)); - DEBUG_MSG("Adding wrapper for Bool_t TEntryList::IsValid() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TEntryList::IsValid() - // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:84:11 - t.method("IsValid", static_cast(&TEntryList::IsValid)); + DEBUG_MSG("Adding wrapper for bool TEntryList::IsValid() (" __HERE__ ")"); + // signature to use in the veto list: bool TEntryList::IsValid() + // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:84:9 + t.method("IsValid", static_cast(&TEntryList::IsValid)); DEBUG_MSG("Adding wrapper for Int_t TEntryList::Merge(TCollection *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TEntryList::Merge(TCollection *) @@ -215,22 +215,22 @@ struct JlTEntryList: public Wrapper { t.method("RelocatePaths", [](TEntryList& a, const char * arg0)->Int_t { return a.RelocatePaths(arg0); }); t.method("RelocatePaths", [](TEntryList* a, const char * arg0)->Int_t { return a->RelocatePaths(arg0); }); - DEBUG_MSG("Adding wrapper for Bool_t TEntryList::Remove(Long64_t, TTree *) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TEntryList::Remove(Long64_t, TTree *) + DEBUG_MSG("Adding wrapper for bool TEntryList::Remove(Long64_t, TTree *) (" __HERE__ ")"); + // signature to use in the veto list: bool TEntryList::Remove(Long64_t, TTree *) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:95:24 - t.method("Remove", static_cast(&TEntryList::Remove)); - t.method("Remove", [](TEntryList& a, Long64_t arg0)->Bool_t { return a.Remove(arg0); }); - t.method("Remove", [](TEntryList* a, Long64_t arg0)->Bool_t { return a->Remove(arg0); }); + t.method("Remove", static_cast(&TEntryList::Remove)); + t.method("Remove", [](TEntryList& a, Long64_t arg0)->bool { return a.Remove(arg0); }); + t.method("Remove", [](TEntryList* a, Long64_t arg0)->bool { return a->Remove(arg0); }); DEBUG_MSG("Adding wrapper for void TEntryList::Reset() (" __HERE__ ")"); // signature to use in the veto list: void TEntryList::Reset() // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:96:24 t.method("Reset", static_cast(&TEntryList::Reset)); - DEBUG_MSG("Adding wrapper for Int_t TEntryList::ScanPaths(TList *, Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TEntryList::ScanPaths(TList *, Bool_t) + DEBUG_MSG("Adding wrapper for Int_t TEntryList::ScanPaths(TList *, bool) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TEntryList::ScanPaths(TList *, bool) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:97:24 - t.method("ScanPaths", static_cast(&TEntryList::ScanPaths)); + t.method("ScanPaths", static_cast(&TEntryList::ScanPaths)); t.method("ScanPaths", [](TEntryList& a, TList * arg0)->Int_t { return a.ScanPaths(arg0); }); t.method("ScanPaths", [](TEntryList* a, TList * arg0)->Int_t { return a->ScanPaths(arg0); }); @@ -251,10 +251,10 @@ struct JlTEntryList: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:101:24 t.method("SetEntriesToProcess", static_cast(&TEntryList::SetEntriesToProcess)); - DEBUG_MSG("Adding wrapper for void TEntryList::SetShift(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TEntryList::SetShift(Bool_t) + DEBUG_MSG("Adding wrapper for void TEntryList::SetShift(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TEntryList::SetShift(bool) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:102:24 - t.method("SetShift", static_cast(&TEntryList::SetShift)); + t.method("SetShift", static_cast(&TEntryList::SetShift)); DEBUG_MSG("Adding wrapper for void TEntryList::SetTree(const TTree *) (" __HERE__ ")"); // signature to use in the veto list: void TEntryList::SetTree(const TTree *) @@ -281,10 +281,10 @@ struct JlTEntryList: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:107:24 t.method("SetTreeNumber", static_cast(&TEntryList::SetTreeNumber)); - DEBUG_MSG("Adding wrapper for void TEntryList::SetReapplyCut(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: void TEntryList::SetReapplyCut(Bool_t) + DEBUG_MSG("Adding wrapper for void TEntryList::SetReapplyCut(bool) (" __HERE__ ")"); + // signature to use in the veto list: void TEntryList::SetReapplyCut(bool) // defined in /home/pgras/.julia/conda/3/include/TEntryList.h:108:24 - t.method("SetReapplyCut", static_cast(&TEntryList::SetReapplyCut)); + t.method("SetReapplyCut", static_cast(&TEntryList::SetReapplyCut)); t.method("SetReapplyCut", [](TEntryList& a)->void { a.SetReapplyCut(); }); t.method("SetReapplyCut", [](TEntryList* a)->void { a->SetReapplyCut(); }); @@ -380,7 +380,7 @@ struct JlTH1: public Wrapper { JlTH1(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:58:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:59:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -391,12 +391,12 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::FitOptionsMake(Option_t *, Foption_t &) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::FitOptionsMake(Option_t *, Foption_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:120:17 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:121:17 module_.method("TH1!FitOptionsMake", static_cast(&TH1::FitOptionsMake)); DEBUG_MSG("Adding wrapper for Bool_t TH1::Add(TF1 *, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Add(TF1 *, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:188:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:190:21 t.method("Add", static_cast(&TH1::Add)); t.method("Add", [](TH1& a, TF1 * arg0)->Bool_t { return a.Add(arg0); }); t.method("Add", [](TH1& a, TF1 * arg0, Double_t arg1)->Bool_t { return a.Add(arg0, arg1); }); @@ -405,14 +405,14 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Bool_t TH1::Add(const TH1 *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Add(const TH1 *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:189:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:191:21 t.method("Add", static_cast(&TH1::Add)); t.method("Add", [](TH1& a, const TH1 * arg0)->Bool_t { return a.Add(arg0); }); t.method("Add", [](TH1* a, const TH1 * arg0)->Bool_t { return a->Add(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::Add(const TH1 *, const TH1 *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Add(const TH1 *, const TH1 *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:190:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:192:21 t.method("Add", static_cast(&TH1::Add)); t.method("Add", [](TH1& a, const TH1 * arg0, const TH1 * arg1)->Bool_t { return a.Add(arg0, arg1); }); t.method("Add", [](TH1& a, const TH1 * arg0, const TH1 * arg1, Double_t arg2)->Bool_t { return a.Add(arg0, arg1, arg2); }); @@ -421,38 +421,38 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:191:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:193:21 t.method("AddBinContent", static_cast(&TH1::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:192:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:194:21 t.method("AddBinContent", static_cast(&TH1::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1::AddDirectory(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::AddDirectory(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:193:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:195:21 module_.method("TH1!AddDirectory", static_cast(&TH1::AddDirectory)); module_.method("TH1!AddDirectory", []()->void { TH1::AddDirectory(); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::AddDirectoryStatus() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::AddDirectoryStatus() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:194:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:196:21 module_.method("TH1!AddDirectoryStatus", static_cast(&TH1::AddDirectoryStatus)); DEBUG_MSG("Adding wrapper for void TH1::Browse(TBrowser *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Browse(TBrowser *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:195:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:197:21 t.method("Browse", static_cast(&TH1::Browse)); DEBUG_MSG("Adding wrapper for Bool_t TH1::CanExtendAllAxes() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::CanExtendAllAxes() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:196:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:198:21 t.method("CanExtendAllAxes", static_cast(&TH1::CanExtendAllAxes)); DEBUG_MSG("Adding wrapper for Double_t TH1::Chi2Test(const TH1 *, Option_t *, Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Chi2Test(const TH1 *, Option_t *, Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:197:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:199:21 t.method("Chi2Test", static_cast(&TH1::Chi2Test)); t.method("Chi2Test", [](TH1 const& a, const TH1 * arg0)->Double_t { return a.Chi2Test(arg0); }); t.method("Chi2Test", [](TH1 const& a, const TH1 * arg0, Option_t * arg1)->Double_t { return a.Chi2Test(arg0, arg1); }); @@ -461,7 +461,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TH1::Chi2TestX(const TH1 *, Double_t &, Int_t &, Int_t &, Option_t *, Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Chi2TestX(const TH1 *, Double_t &, Int_t &, Int_t &, Option_t *, Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:198:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:200:21 t.method("Chi2TestX", static_cast(&TH1::Chi2TestX)); t.method("Chi2TestX", [](TH1 const& a, const TH1 * arg0, Double_t & arg1, Int_t & arg2, Int_t & arg3)->Double_t { return a.Chi2TestX(arg0, arg1, arg2, arg3); }); t.method("Chi2TestX", [](TH1 const& a, const TH1 * arg0, Double_t & arg1, Int_t & arg2, Int_t & arg3, Option_t * arg4)->Double_t { return a.Chi2TestX(arg0, arg1, arg2, arg3, arg4); }); @@ -470,60 +470,60 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TH1::Chisquare(TF1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Chisquare(TF1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:199:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:201:21 t.method("Chisquare", static_cast(&TH1::Chisquare)); t.method("Chisquare", [](TH1 const& a, TF1 * arg0)->Double_t { return a.Chisquare(arg0); }); t.method("Chisquare", [](TH1 const* a, TF1 * arg0)->Double_t { return a->Chisquare(arg0); }); DEBUG_MSG("Adding wrapper for void TH1::ClearUnderflowAndOverflow() (" __HERE__ ")"); // signature to use in the veto list: void TH1::ClearUnderflowAndOverflow() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:200:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:202:21 t.method("ClearUnderflowAndOverflow", static_cast(&TH1::ClearUnderflowAndOverflow)); DEBUG_MSG("Adding wrapper for Double_t TH1::ComputeIntegral(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::ComputeIntegral(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:201:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:203:21 t.method("ComputeIntegral", static_cast(&TH1::ComputeIntegral)); t.method("ComputeIntegral", [](TH1& a)->Double_t { return a.ComputeIntegral(); }); t.method("ComputeIntegral", [](TH1* a)->Double_t { return a->ComputeIntegral(); }); DEBUG_MSG("Adding wrapper for TObject * TH1::Clone(const char *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TH1::Clone(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:202:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:204:21 t.method("Clone", static_cast(&TH1::Clone)); t.method("Clone", [](TH1 const& a)->TObject * { return a.Clone(); }); t.method("Clone", [](TH1 const* a)->TObject * { return a->Clone(); }); DEBUG_MSG("Adding wrapper for void TH1::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:203:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:205:21 t.method("Copy", static_cast(&TH1::Copy)); DEBUG_MSG("Adding wrapper for void TH1::DirectoryAutoAdd(TDirectory *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::DirectoryAutoAdd(TDirectory *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:204:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:206:21 t.method("DirectoryAutoAdd", static_cast(&TH1::DirectoryAutoAdd)); DEBUG_MSG("Adding wrapper for Int_t TH1::DistancetoPrimitive(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::DistancetoPrimitive(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:205:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:207:21 t.method("DistancetoPrimitive", static_cast(&TH1::DistancetoPrimitive)); DEBUG_MSG("Adding wrapper for Bool_t TH1::Divide(TF1 *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Divide(TF1 *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:206:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:208:21 t.method("Divide", static_cast(&TH1::Divide)); t.method("Divide", [](TH1& a, TF1 * arg0)->Bool_t { return a.Divide(arg0); }); t.method("Divide", [](TH1* a, TF1 * arg0)->Bool_t { return a->Divide(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::Divide(const TH1 *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Divide(const TH1 *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:207:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:209:21 t.method("Divide", static_cast(&TH1::Divide)); DEBUG_MSG("Adding wrapper for Bool_t TH1::Divide(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Divide(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:208:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:210:21 t.method("Divide", static_cast(&TH1::Divide)); t.method("Divide", [](TH1& a, const TH1 * arg0, const TH1 * arg1)->Bool_t { return a.Divide(arg0, arg1); }); t.method("Divide", [](TH1& a, const TH1 * arg0, const TH1 * arg1, Double_t arg2)->Bool_t { return a.Divide(arg0, arg1, arg2); }); @@ -534,14 +534,14 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::Draw(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Draw(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:209:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:211:21 t.method("Draw", static_cast(&TH1::Draw)); t.method("Draw", [](TH1& a)->void { a.Draw(); }); t.method("Draw", [](TH1* a)->void { a->Draw(); }); DEBUG_MSG("Adding wrapper for TH1 * TH1::DrawCopy(Option_t *, const char *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::DrawCopy(Option_t *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:210:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:212:21 t.method("DrawCopy", static_cast(&TH1::DrawCopy)); t.method("DrawCopy", [](TH1 const& a)->TH1 * { return a.DrawCopy(); }); t.method("DrawCopy", [](TH1 const& a, Option_t * arg0)->TH1 * { return a.DrawCopy(arg0); }); @@ -550,7 +550,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for TH1 * TH1::DrawNormalized(Option_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::DrawNormalized(Option_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:211:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:213:21 t.method("DrawNormalized", static_cast(&TH1::DrawNormalized)); t.method("DrawNormalized", [](TH1 const& a)->TH1 * { return a.DrawNormalized(); }); t.method("DrawNormalized", [](TH1 const& a, Option_t * arg0)->TH1 * { return a.DrawNormalized(arg0); }); @@ -559,68 +559,68 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::DrawPanel() (" __HERE__ ")"); // signature to use in the veto list: void TH1::DrawPanel() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:212:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:214:21 t.method("DrawPanel", static_cast(&TH1::DrawPanel)); DEBUG_MSG("Adding wrapper for Int_t TH1::BufferEmpty(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::BufferEmpty(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:213:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:215:21 t.method("BufferEmpty", static_cast(&TH1::BufferEmpty)); t.method("BufferEmpty", [](TH1& a)->Int_t { return a.BufferEmpty(); }); t.method("BufferEmpty", [](TH1* a)->Int_t { return a->BufferEmpty(); }); DEBUG_MSG("Adding wrapper for void TH1::Eval(TF1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Eval(TF1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:214:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:216:21 t.method("Eval", static_cast(&TH1::Eval)); t.method("Eval", [](TH1& a, TF1 * arg0)->void { a.Eval(arg0); }); t.method("Eval", [](TH1* a, TF1 * arg0)->void { a->Eval(arg0); }); DEBUG_MSG("Adding wrapper for void TH1::ExecuteEvent(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::ExecuteEvent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:215:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:217:21 t.method("ExecuteEvent", static_cast(&TH1::ExecuteEvent)); DEBUG_MSG("Adding wrapper for void TH1::ExtendAxis(Double_t, TAxis *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::ExtendAxis(Double_t, TAxis *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:216:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:218:21 t.method("ExtendAxis", static_cast(&TH1::ExtendAxis)); DEBUG_MSG("Adding wrapper for TH1 * TH1::FFT(TH1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::FFT(TH1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:217:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:219:21 t.method("FFT", static_cast(&TH1::FFT)); DEBUG_MSG("Adding wrapper for Int_t TH1::Fill(Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::Fill(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:218:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:220:21 t.method("Fill", static_cast(&TH1::Fill)); DEBUG_MSG("Adding wrapper for Int_t TH1::Fill(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::Fill(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:219:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:221:21 t.method("Fill", static_cast(&TH1::Fill)); DEBUG_MSG("Adding wrapper for Int_t TH1::Fill(const char *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::Fill(const char *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:220:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:222:21 t.method("Fill", static_cast(&TH1::Fill)); DEBUG_MSG("Adding wrapper for void TH1::FillN(Int_t, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::FillN(Int_t, const Double_t *, const Double_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:221:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:223:21 t.method("FillN", static_cast(&TH1::FillN)); t.method("FillN", [](TH1& a, Int_t arg0, const Double_t * arg1, const Double_t * arg2)->void { a.FillN(arg0, arg1, arg2); }); t.method("FillN", [](TH1* a, Int_t arg0, const Double_t * arg1, const Double_t * arg2)->void { a->FillN(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for void TH1::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:222:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:224:21 t.method("FillN", static_cast(&TH1::FillN)); DEBUG_MSG("Adding wrapper for void TH1::FillRandom(const char *, Int_t, TRandom *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::FillRandom(const char *, Int_t, TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:223:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:225:21 t.method("FillRandom", static_cast(&TH1::FillRandom)); t.method("FillRandom", [](TH1& a, const char * arg0)->void { a.FillRandom(arg0); }); t.method("FillRandom", [](TH1& a, const char * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); @@ -629,7 +629,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::FillRandom(TH1 *, Int_t, TRandom *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::FillRandom(TH1 *, Int_t, TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:224:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:226:21 t.method("FillRandom", static_cast(&TH1::FillRandom)); t.method("FillRandom", [](TH1& a, TH1 * arg0)->void { a.FillRandom(arg0); }); t.method("FillRandom", [](TH1& a, TH1 * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); @@ -638,7 +638,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::FindBin(Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::FindBin(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:225:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:227:21 t.method("FindBin", static_cast(&TH1::FindBin)); t.method("FindBin", [](TH1& a, Double_t arg0)->Int_t { return a.FindBin(arg0); }); t.method("FindBin", [](TH1& a, Double_t arg0, Double_t arg1)->Int_t { return a.FindBin(arg0, arg1); }); @@ -647,7 +647,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::FindFixBin(Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::FindFixBin(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:226:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:228:21 t.method("FindFixBin", static_cast(&TH1::FindFixBin)); t.method("FindFixBin", [](TH1 const& a, Double_t arg0)->Int_t { return a.FindFixBin(arg0); }); t.method("FindFixBin", [](TH1 const& a, Double_t arg0, Double_t arg1)->Int_t { return a.FindFixBin(arg0, arg1); }); @@ -656,7 +656,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::FindFirstBinAbove(Double_t, Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::FindFirstBinAbove(Double_t, Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:227:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:229:21 t.method("FindFirstBinAbove", static_cast(&TH1::FindFirstBinAbove)); t.method("FindFirstBinAbove", [](TH1 const& a)->Int_t { return a.FindFirstBinAbove(); }); t.method("FindFirstBinAbove", [](TH1 const& a, Double_t arg0)->Int_t { return a.FindFirstBinAbove(arg0); }); @@ -669,7 +669,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::FindLastBinAbove(Double_t, Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::FindLastBinAbove(Double_t, Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:228:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:230:21 t.method("FindLastBinAbove", static_cast(&TH1::FindLastBinAbove)); t.method("FindLastBinAbove", [](TH1 const& a)->Int_t { return a.FindLastBinAbove(); }); t.method("FindLastBinAbove", [](TH1 const& a, Double_t arg0)->Int_t { return a.FindLastBinAbove(arg0); }); @@ -682,17 +682,17 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for TObject * TH1::FindObject(const char *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TH1::FindObject(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:229:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:231:21 t.method("FindObject", static_cast(&TH1::FindObject)); DEBUG_MSG("Adding wrapper for TObject * TH1::FindObject(const TObject *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TH1::FindObject(const TObject *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:230:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:232:21 t.method("FindObject", static_cast(&TH1::FindObject)); DEBUG_MSG("Adding wrapper for TFitResultPtr TH1::Fit(const char *, Option_t *, Option_t *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TFitResultPtr TH1::Fit(const char *, Option_t *, Option_t *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:231:29 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:233:29 t.method("Fit", static_cast(&TH1::Fit)); t.method("Fit", [](TH1& a, const char * arg0)->TFitResultPtr { return a.Fit(arg0); }); t.method("Fit", [](TH1& a, const char * arg0, Option_t * arg1)->TFitResultPtr { return a.Fit(arg0, arg1); }); @@ -705,7 +705,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for TFitResultPtr TH1::Fit(TF1 *, Option_t *, Option_t *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TFitResultPtr TH1::Fit(TF1 *, Option_t *, Option_t *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:232:29 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:234:29 t.method("Fit", static_cast(&TH1::Fit)); t.method("Fit", [](TH1& a, TF1 * arg0)->TFitResultPtr { return a.Fit(arg0); }); t.method("Fit", [](TH1& a, TF1 * arg0, Option_t * arg1)->TFitResultPtr { return a.Fit(arg0, arg1); }); @@ -718,12 +718,12 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::FitPanel() (" __HERE__ ")"); // signature to use in the veto list: void TH1::FitPanel() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:233:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:235:21 t.method("FitPanel", static_cast(&TH1::FitPanel)); DEBUG_MSG("Adding wrapper for TH1 * TH1::GetAsymmetry(TH1 *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::GetAsymmetry(TH1 *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:234:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:236:21 t.method("GetAsymmetry", static_cast(&TH1::GetAsymmetry)); t.method("GetAsymmetry", [](TH1& a, TH1 * arg0)->TH1 * { return a.GetAsymmetry(arg0); }); t.method("GetAsymmetry", [](TH1& a, TH1 * arg0, Double_t arg1)->TH1 * { return a.GetAsymmetry(arg0, arg1); }); @@ -732,32 +732,32 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::GetBufferLength() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetBufferLength() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:235:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:237:21 t.method("GetBufferLength", static_cast(&TH1::GetBufferLength)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetBufferSize() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetBufferSize() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:236:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:238:21 t.method("GetBufferSize", static_cast(&TH1::GetBufferSize)); DEBUG_MSG("Adding wrapper for const Double_t * TH1::GetBuffer() (" __HERE__ ")"); // signature to use in the veto list: const Double_t * TH1::GetBuffer() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:237:22 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:239:22 t.method("GetBuffer", static_cast(&TH1::GetBuffer)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetDefaultBufferSize() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetDefaultBufferSize() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:238:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:240:21 module_.method("TH1!GetDefaultBufferSize", static_cast(&TH1::GetDefaultBufferSize)); DEBUG_MSG("Adding wrapper for Double_t * TH1::GetIntegral() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TH1::GetIntegral() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:239:22 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:241:22 t.method("GetIntegral", static_cast(&TH1::GetIntegral)); DEBUG_MSG("Adding wrapper for TH1 * TH1::GetCumulative(Bool_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::GetCumulative(Bool_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:240:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:242:21 t.method("GetCumulative", static_cast(&TH1::GetCumulative)); t.method("GetCumulative", [](TH1 const& a)->TH1 * { return a.GetCumulative(); }); t.method("GetCumulative", [](TH1 const& a, Bool_t arg0)->TH1 * { return a.GetCumulative(arg0); }); @@ -766,109 +766,109 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for TList * TH1::GetListOfFunctions() (" __HERE__ ")"); // signature to use in the veto list: TList * TH1::GetListOfFunctions() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:242:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:244:21 t.method("GetListOfFunctions", static_cast(&TH1::GetListOfFunctions)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetNdivisions(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetNdivisions(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:244:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:246:21 t.method("GetNdivisions", static_cast(&TH1::GetNdivisions)); t.method("GetNdivisions", [](TH1 const& a)->Int_t { return a.GetNdivisions(); }); t.method("GetNdivisions", [](TH1 const* a)->Int_t { return a->GetNdivisions(); }); DEBUG_MSG("Adding wrapper for Color_t TH1::GetAxisColor(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Color_t TH1::GetAxisColor(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:245:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:247:21 t.method("GetAxisColor", static_cast(&TH1::GetAxisColor)); t.method("GetAxisColor", [](TH1 const& a)->Color_t { return a.GetAxisColor(); }); t.method("GetAxisColor", [](TH1 const* a)->Color_t { return a->GetAxisColor(); }); DEBUG_MSG("Adding wrapper for Color_t TH1::GetLabelColor(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Color_t TH1::GetLabelColor(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:246:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:248:21 t.method("GetLabelColor", static_cast(&TH1::GetLabelColor)); t.method("GetLabelColor", [](TH1 const& a)->Color_t { return a.GetLabelColor(); }); t.method("GetLabelColor", [](TH1 const* a)->Color_t { return a->GetLabelColor(); }); DEBUG_MSG("Adding wrapper for Style_t TH1::GetLabelFont(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Style_t TH1::GetLabelFont(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:247:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:249:21 t.method("GetLabelFont", static_cast(&TH1::GetLabelFont)); t.method("GetLabelFont", [](TH1 const& a)->Style_t { return a.GetLabelFont(); }); t.method("GetLabelFont", [](TH1 const* a)->Style_t { return a->GetLabelFont(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetLabelOffset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetLabelOffset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:248:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:250:21 t.method("GetLabelOffset", static_cast(&TH1::GetLabelOffset)); t.method("GetLabelOffset", [](TH1 const& a)->Float_t { return a.GetLabelOffset(); }); t.method("GetLabelOffset", [](TH1 const* a)->Float_t { return a->GetLabelOffset(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetLabelSize(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetLabelSize(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:249:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:251:21 t.method("GetLabelSize", static_cast(&TH1::GetLabelSize)); t.method("GetLabelSize", [](TH1 const& a)->Float_t { return a.GetLabelSize(); }); t.method("GetLabelSize", [](TH1 const* a)->Float_t { return a->GetLabelSize(); }); DEBUG_MSG("Adding wrapper for Style_t TH1::GetTitleFont(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Style_t TH1::GetTitleFont(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:250:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:252:21 t.method("GetTitleFont", static_cast(&TH1::GetTitleFont)); t.method("GetTitleFont", [](TH1 const& a)->Style_t { return a.GetTitleFont(); }); t.method("GetTitleFont", [](TH1 const* a)->Style_t { return a->GetTitleFont(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetTitleOffset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetTitleOffset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:251:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:253:21 t.method("GetTitleOffset", static_cast(&TH1::GetTitleOffset)); t.method("GetTitleOffset", [](TH1 const& a)->Float_t { return a.GetTitleOffset(); }); t.method("GetTitleOffset", [](TH1 const* a)->Float_t { return a->GetTitleOffset(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetTitleSize(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetTitleSize(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:252:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:254:21 t.method("GetTitleSize", static_cast(&TH1::GetTitleSize)); t.method("GetTitleSize", [](TH1 const& a)->Float_t { return a.GetTitleSize(); }); t.method("GetTitleSize", [](TH1 const* a)->Float_t { return a->GetTitleSize(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetTickLength(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetTickLength(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:253:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:255:21 t.method("GetTickLength", static_cast(&TH1::GetTickLength)); t.method("GetTickLength", [](TH1 const& a)->Float_t { return a.GetTickLength(); }); t.method("GetTickLength", [](TH1 const* a)->Float_t { return a->GetTickLength(); }); DEBUG_MSG("Adding wrapper for Float_t TH1::GetBarOffset() (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetBarOffset() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:254:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:256:21 t.method("GetBarOffset", static_cast(&TH1::GetBarOffset)); DEBUG_MSG("Adding wrapper for Float_t TH1::GetBarWidth() (" __HERE__ ")"); // signature to use in the veto list: Float_t TH1::GetBarWidth() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:255:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:257:21 t.method("GetBarWidth", static_cast(&TH1::GetBarWidth)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetContour(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetContour(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:256:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:258:21 t.method("GetContour", static_cast(&TH1::GetContour)); t.method("GetContour", [](TH1& a)->Int_t { return a.GetContour(); }); t.method("GetContour", [](TH1* a)->Int_t { return a->GetContour(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetContourLevel(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetContourLevel(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:257:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:259:21 t.method("GetContourLevel", static_cast(&TH1::GetContourLevel)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetContourLevelPad(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetContourLevelPad(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:258:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:260:21 t.method("GetContourLevelPad", static_cast(&TH1::GetContourLevelPad)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetBin(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetBin(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:260:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:262:21 t.method("GetBin", static_cast(&TH1::GetBin)); t.method("GetBin", [](TH1 const& a, Int_t arg0)->Int_t { return a.GetBin(arg0); }); t.method("GetBin", [](TH1 const& a, Int_t arg0, Int_t arg1)->Int_t { return a.GetBin(arg0, arg1); }); @@ -877,72 +877,72 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::GetBinXYZ(Int_t, Int_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: void TH1::GetBinXYZ(Int_t, Int_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:261:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:263:21 t.method("GetBinXYZ", static_cast(&TH1::GetBinXYZ)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinCenter(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinCenter(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:262:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:264:21 t.method("GetBinCenter", static_cast(&TH1::GetBinCenter)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:263:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:265:21 t.method("GetBinContent", static_cast(&TH1::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinContent(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinContent(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:264:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:266:21 t.method("GetBinContent", static_cast(&TH1::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinContent(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinContent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:265:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:267:21 t.method("GetBinContent", static_cast(&TH1::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:266:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:268:21 t.method("GetBinError", static_cast(&TH1::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinError(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinError(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:267:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:269:21 t.method("GetBinError", static_cast(&TH1::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinError(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinError(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:268:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:270:21 t.method("GetBinError", static_cast(&TH1::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinErrorLow(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinErrorLow(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:269:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:271:21 t.method("GetBinErrorLow", static_cast(&TH1::GetBinErrorLow)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinErrorUp(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinErrorUp(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:270:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:272:21 t.method("GetBinErrorUp", static_cast(&TH1::GetBinErrorUp)); DEBUG_MSG("Adding wrapper for TH1::EBinErrorOpt TH1::GetBinErrorOption() (" __HERE__ ")"); // signature to use in the veto list: TH1::EBinErrorOpt TH1::GetBinErrorOption() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:271:26 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:273:26 t.method("GetBinErrorOption", static_cast(&TH1::GetBinErrorOption)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinLowEdge(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinLowEdge(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:272:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:274:21 t.method("GetBinLowEdge", static_cast(&TH1::GetBinLowEdge)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinWidth(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinWidth(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:273:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:275:21 t.method("GetBinWidth", static_cast(&TH1::GetBinWidth)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetBinWithContent(Double_t, Int_t &, Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetBinWithContent(Double_t, Int_t &, Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:274:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:276:21 t.method("GetBinWithContent", static_cast(&TH1::GetBinWithContent)); t.method("GetBinWithContent", [](TH1 const& a, Double_t arg0, Int_t & arg1)->Double_t { return a.GetBinWithContent(arg0, arg1); }); t.method("GetBinWithContent", [](TH1 const& a, Double_t arg0, Int_t & arg1, Int_t arg2)->Double_t { return a.GetBinWithContent(arg0, arg1, arg2); }); @@ -953,349 +953,349 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::GetCenter(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::GetCenter(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:275:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:277:21 t.method("GetCenter", static_cast(&TH1::GetCenter)); DEBUG_MSG("Adding wrapper for Bool_t TH1::GetDefaultSumw2() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::GetDefaultSumw2() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:276:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:278:21 module_.method("TH1!GetDefaultSumw2", static_cast(&TH1::GetDefaultSumw2)); DEBUG_MSG("Adding wrapper for TDirectory * TH1::GetDirectory() (" __HERE__ ")"); // signature to use in the veto list: TDirectory * TH1::GetDirectory() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:277:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:279:21 t.method("GetDirectory", static_cast(&TH1::GetDirectory)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetEntries() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetEntries() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:278:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:280:21 t.method("GetEntries", static_cast(&TH1::GetEntries)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetEffectiveEntries() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetEffectiveEntries() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:279:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:281:21 t.method("GetEffectiveEntries", static_cast(&TH1::GetEffectiveEntries)); DEBUG_MSG("Adding wrapper for TF1 * TH1::GetFunction(const char *) (" __HERE__ ")"); // signature to use in the veto list: TF1 * TH1::GetFunction(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:280:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:282:21 t.method("GetFunction", static_cast(&TH1::GetFunction)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetDimension() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetDimension() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:281:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:283:21 t.method("GetDimension", static_cast(&TH1::GetDimension)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetKurtosis(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetKurtosis(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:282:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:284:21 t.method("GetKurtosis", static_cast(&TH1::GetKurtosis)); t.method("GetKurtosis", [](TH1 const& a)->Double_t { return a.GetKurtosis(); }); t.method("GetKurtosis", [](TH1 const* a)->Double_t { return a->GetKurtosis(); }); DEBUG_MSG("Adding wrapper for void TH1::GetLowEdge(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::GetLowEdge(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:283:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:285:21 t.method("GetLowEdge", static_cast(&TH1::GetLowEdge)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMaximum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMaximum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:284:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:286:21 t.method("GetMaximum", static_cast(&TH1::GetMaximum)); t.method("GetMaximum", [](TH1 const& a)->Double_t { return a.GetMaximum(); }); t.method("GetMaximum", [](TH1 const* a)->Double_t { return a->GetMaximum(); }); DEBUG_MSG("Adding wrapper for Int_t TH1::GetMaximumBin() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetMaximumBin() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:285:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:287:21 t.method("GetMaximumBin", static_cast(&TH1::GetMaximumBin)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetMaximumBin(Int_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetMaximumBin(Int_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:286:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:288:21 t.method("GetMaximumBin", static_cast(&TH1::GetMaximumBin)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMaximumStored() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMaximumStored() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:287:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:289:21 t.method("GetMaximumStored", static_cast(&TH1::GetMaximumStored)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMinimum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMinimum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:288:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:290:21 t.method("GetMinimum", static_cast(&TH1::GetMinimum)); t.method("GetMinimum", [](TH1 const& a)->Double_t { return a.GetMinimum(); }); t.method("GetMinimum", [](TH1 const* a)->Double_t { return a->GetMinimum(); }); DEBUG_MSG("Adding wrapper for Int_t TH1::GetMinimumBin() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetMinimumBin() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:289:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:291:21 t.method("GetMinimumBin", static_cast(&TH1::GetMinimumBin)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetMinimumBin(Int_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetMinimumBin(Int_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:290:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:292:21 t.method("GetMinimumBin", static_cast(&TH1::GetMinimumBin)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMinimumStored() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMinimumStored() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:291:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:293:21 t.method("GetMinimumStored", static_cast(&TH1::GetMinimumStored)); DEBUG_MSG("Adding wrapper for void TH1::GetMinimumAndMaximum(Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TH1::GetMinimumAndMaximum(Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:292:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:294:21 t.method("GetMinimumAndMaximum", static_cast(&TH1::GetMinimumAndMaximum)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMean(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMean(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:293:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:295:21 t.method("GetMean", static_cast(&TH1::GetMean)); t.method("GetMean", [](TH1 const& a)->Double_t { return a.GetMean(); }); t.method("GetMean", [](TH1 const* a)->Double_t { return a->GetMean(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetMeanError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetMeanError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:294:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:296:21 t.method("GetMeanError", static_cast(&TH1::GetMeanError)); t.method("GetMeanError", [](TH1 const& a)->Double_t { return a.GetMeanError(); }); t.method("GetMeanError", [](TH1 const* a)->Double_t { return a->GetMeanError(); }); DEBUG_MSG("Adding wrapper for Int_t TH1::GetNbinsX() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetNbinsX() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:295:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:297:21 t.method("GetNbinsX", static_cast(&TH1::GetNbinsX)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetNbinsY() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetNbinsY() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:296:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:298:21 t.method("GetNbinsY", static_cast(&TH1::GetNbinsY)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetNbinsZ() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetNbinsZ() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:297:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:299:21 t.method("GetNbinsZ", static_cast(&TH1::GetNbinsZ)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetNcells() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetNcells() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:298:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:300:21 t.method("GetNcells", static_cast(&TH1::GetNcells)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetNormFactor() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetNormFactor() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:299:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:301:21 t.method("GetNormFactor", static_cast(&TH1::GetNormFactor)); DEBUG_MSG("Adding wrapper for char * TH1::GetObjectInfo(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: char * TH1::GetObjectInfo(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:300:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:302:21 t.method("GetObjectInfo", static_cast(&TH1::GetObjectInfo)); DEBUG_MSG("Adding wrapper for Option_t * TH1::GetOption() (" __HERE__ ")"); // signature to use in the veto list: Option_t * TH1::GetOption() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:301:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:303:21 t.method("GetOption", static_cast(&TH1::GetOption)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetQuantiles(Int_t, Double_t *, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetQuantiles(Int_t, Double_t *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:305:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:307:21 t.method("GetQuantiles", static_cast(&TH1::GetQuantiles)); t.method("GetQuantiles", [](TH1& a, Int_t arg0, Double_t * arg1)->Int_t { return a.GetQuantiles(arg0, arg1); }); t.method("GetQuantiles", [](TH1* a, Int_t arg0, Double_t * arg1)->Int_t { return a->GetQuantiles(arg0, arg1); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetRandom(TRandom *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetRandom(TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:306:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:308:21 t.method("GetRandom", static_cast(&TH1::GetRandom)); t.method("GetRandom", [](TH1 const& a)->Double_t { return a.GetRandom(); }); t.method("GetRandom", [](TH1 const* a)->Double_t { return a->GetRandom(); }); DEBUG_MSG("Adding wrapper for void TH1::GetStats(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::GetStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:307:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:309:21 t.method("GetStats", static_cast(&TH1::GetStats)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetStdDev(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetStdDev(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:308:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:310:21 t.method("GetStdDev", static_cast(&TH1::GetStdDev)); t.method("GetStdDev", [](TH1 const& a)->Double_t { return a.GetStdDev(); }); t.method("GetStdDev", [](TH1 const* a)->Double_t { return a->GetStdDev(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetStdDevError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetStdDevError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:309:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:311:21 t.method("GetStdDevError", static_cast(&TH1::GetStdDevError)); t.method("GetStdDevError", [](TH1 const& a)->Double_t { return a.GetStdDevError(); }); t.method("GetStdDevError", [](TH1 const* a)->Double_t { return a->GetStdDevError(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetSumOfWeights() (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetSumOfWeights() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:310:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:312:21 t.method("GetSumOfWeights", static_cast(&TH1::GetSumOfWeights)); DEBUG_MSG("Adding wrapper for TArrayD * TH1::GetSumw2() (" __HERE__ ")"); // signature to use in the veto list: TArrayD * TH1::GetSumw2() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:311:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:313:21 t.method("GetSumw2", static_cast(&TH1::GetSumw2)); DEBUG_MSG("Adding wrapper for const TArrayD * TH1::GetSumw2() (" __HERE__ ")"); // signature to use in the veto list: const TArrayD * TH1::GetSumw2() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:312:27 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:314:27 t.method("GetSumw2", static_cast(&TH1::GetSumw2)); DEBUG_MSG("Adding wrapper for Int_t TH1::GetSumw2N() (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::GetSumw2N() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:313:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:315:21 t.method("GetSumw2N", static_cast(&TH1::GetSumw2N)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetRMS(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetRMS(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:317:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:319:21 t.method("GetRMS", static_cast(&TH1::GetRMS)); t.method("GetRMS", [](TH1 const& a)->Double_t { return a.GetRMS(); }); t.method("GetRMS", [](TH1 const* a)->Double_t { return a->GetRMS(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetRMSError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetRMSError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:318:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:320:21 t.method("GetRMSError", static_cast(&TH1::GetRMSError)); t.method("GetRMSError", [](TH1 const& a)->Double_t { return a.GetRMSError(); }); t.method("GetRMSError", [](TH1 const* a)->Double_t { return a->GetRMSError(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::GetSkewness(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetSkewness(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:320:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:322:21 t.method("GetSkewness", static_cast(&TH1::GetSkewness)); t.method("GetSkewness", [](TH1 const& a)->Double_t { return a.GetSkewness(); }); t.method("GetSkewness", [](TH1 const* a)->Double_t { return a->GetSkewness(); }); DEBUG_MSG("Adding wrapper for TH1::EStatOverflows TH1::GetStatOverflows() (" __HERE__ ")"); // signature to use in the veto list: TH1::EStatOverflows TH1::GetStatOverflows() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:321:27 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:323:27 t.method("GetStatOverflows", static_cast(&TH1::GetStatOverflows)); DEBUG_MSG("Adding wrapper for TAxis * TH1::GetXaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TH1::GetXaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:322:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:324:21 t.method("GetXaxis", static_cast(&TH1::GetXaxis)); DEBUG_MSG("Adding wrapper for TAxis * TH1::GetYaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TH1::GetYaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:323:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:325:21 t.method("GetYaxis", static_cast(&TH1::GetYaxis)); DEBUG_MSG("Adding wrapper for TAxis * TH1::GetZaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TH1::GetZaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:324:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:326:21 t.method("GetZaxis", static_cast(&TH1::GetZaxis)); DEBUG_MSG("Adding wrapper for const TAxis * TH1::GetXaxis() (" __HERE__ ")"); // signature to use in the veto list: const TAxis * TH1::GetXaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:325:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:327:21 t.method("GetXaxis", static_cast(&TH1::GetXaxis)); DEBUG_MSG("Adding wrapper for const TAxis * TH1::GetYaxis() (" __HERE__ ")"); // signature to use in the veto list: const TAxis * TH1::GetYaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:326:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:328:21 t.method("GetYaxis", static_cast(&TH1::GetYaxis)); DEBUG_MSG("Adding wrapper for const TAxis * TH1::GetZaxis() (" __HERE__ ")"); // signature to use in the veto list: const TAxis * TH1::GetZaxis() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:327:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:329:21 t.method("GetZaxis", static_cast(&TH1::GetZaxis)); DEBUG_MSG("Adding wrapper for Double_t TH1::Integral(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Integral(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:328:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:330:21 t.method("Integral", static_cast(&TH1::Integral)); t.method("Integral", [](TH1 const& a)->Double_t { return a.Integral(); }); t.method("Integral", [](TH1 const* a)->Double_t { return a->Integral(); }); DEBUG_MSG("Adding wrapper for Double_t TH1::Integral(Int_t, Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Integral(Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:329:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:331:21 t.method("Integral", static_cast(&TH1::Integral)); t.method("Integral", [](TH1 const& a, Int_t arg0, Int_t arg1)->Double_t { return a.Integral(arg0, arg1); }); t.method("Integral", [](TH1 const* a, Int_t arg0, Int_t arg1)->Double_t { return a->Integral(arg0, arg1); }); DEBUG_MSG("Adding wrapper for Double_t TH1::IntegralAndError(Int_t, Int_t, Double_t &, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::IntegralAndError(Int_t, Int_t, Double_t &, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:330:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:332:21 t.method("IntegralAndError", static_cast(&TH1::IntegralAndError)); t.method("IntegralAndError", [](TH1 const& a, Int_t arg0, Int_t arg1, Double_t & arg2)->Double_t { return a.IntegralAndError(arg0, arg1, arg2); }); t.method("IntegralAndError", [](TH1 const* a, Int_t arg0, Int_t arg1, Double_t & arg2)->Double_t { return a->IntegralAndError(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for Double_t TH1::Interpolate(Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Interpolate(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:331:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:333:21 t.method("Interpolate", static_cast(&TH1::Interpolate)); DEBUG_MSG("Adding wrapper for Double_t TH1::Interpolate(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Interpolate(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:332:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:334:21 t.method("Interpolate", static_cast(&TH1::Interpolate)); DEBUG_MSG("Adding wrapper for Double_t TH1::Interpolate(Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::Interpolate(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:333:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:335:21 t.method("Interpolate", static_cast(&TH1::Interpolate)); DEBUG_MSG("Adding wrapper for Bool_t TH1::IsBinOverflow(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::IsBinOverflow(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:334:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:336:21 t.method("IsBinOverflow", static_cast(&TH1::IsBinOverflow)); t.method("IsBinOverflow", [](TH1 const& a, Int_t arg0)->Bool_t { return a.IsBinOverflow(arg0); }); t.method("IsBinOverflow", [](TH1 const* a, Int_t arg0)->Bool_t { return a->IsBinOverflow(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::IsBinUnderflow(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::IsBinUnderflow(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:335:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:337:21 t.method("IsBinUnderflow", static_cast(&TH1::IsBinUnderflow)); t.method("IsBinUnderflow", [](TH1 const& a, Int_t arg0)->Bool_t { return a.IsBinUnderflow(arg0); }); t.method("IsBinUnderflow", [](TH1 const* a, Int_t arg0)->Bool_t { return a->IsBinUnderflow(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::IsHighlight() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::IsHighlight() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:336:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:338:21 t.method("IsHighlight", static_cast(&TH1::IsHighlight)); DEBUG_MSG("Adding wrapper for Double_t TH1::AndersonDarlingTest(const TH1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::AndersonDarlingTest(const TH1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:337:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:339:21 t.method("AndersonDarlingTest", static_cast(&TH1::AndersonDarlingTest)); t.method("AndersonDarlingTest", [](TH1 const& a, const TH1 * arg0)->Double_t { return a.AndersonDarlingTest(arg0); }); t.method("AndersonDarlingTest", [](TH1 const* a, const TH1 * arg0)->Double_t { return a->AndersonDarlingTest(arg0); }); DEBUG_MSG("Adding wrapper for Double_t TH1::AndersonDarlingTest(const TH1 *, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::AndersonDarlingTest(const TH1 *, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:338:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:340:21 t.method("AndersonDarlingTest", static_cast(&TH1::AndersonDarlingTest)); DEBUG_MSG("Adding wrapper for Double_t TH1::KolmogorovTest(const TH1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::KolmogorovTest(const TH1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:339:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:341:21 t.method("KolmogorovTest", static_cast(&TH1::KolmogorovTest)); t.method("KolmogorovTest", [](TH1 const& a, const TH1 * arg0)->Double_t { return a.KolmogorovTest(arg0); }); t.method("KolmogorovTest", [](TH1 const* a, const TH1 * arg0)->Double_t { return a->KolmogorovTest(arg0); }); DEBUG_MSG("Adding wrapper for void TH1::LabelsDeflate(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::LabelsDeflate(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:340:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:342:21 t.method("LabelsDeflate", static_cast(&TH1::LabelsDeflate)); t.method("LabelsDeflate", [](TH1& a)->void { a.LabelsDeflate(); }); t.method("LabelsDeflate", [](TH1* a)->void { a->LabelsDeflate(); }); DEBUG_MSG("Adding wrapper for void TH1::LabelsInflate(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::LabelsInflate(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:341:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:343:21 t.method("LabelsInflate", static_cast(&TH1::LabelsInflate)); t.method("LabelsInflate", [](TH1& a)->void { a.LabelsInflate(); }); t.method("LabelsInflate", [](TH1* a)->void { a->LabelsInflate(); }); DEBUG_MSG("Adding wrapper for void TH1::LabelsOption(Option_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::LabelsOption(Option_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:342:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:344:21 t.method("LabelsOption", static_cast(&TH1::LabelsOption)); t.method("LabelsOption", [](TH1& a)->void { a.LabelsOption(); }); t.method("LabelsOption", [](TH1& a, Option_t * arg0)->void { a.LabelsOption(arg0); }); @@ -1304,29 +1304,29 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Long64_t TH1::Merge(TCollection *) (" __HERE__ ")"); // signature to use in the veto list: Long64_t TH1::Merge(TCollection *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:343:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:345:21 t.method("Merge", static_cast(&TH1::Merge)); DEBUG_MSG("Adding wrapper for Long64_t TH1::Merge(TCollection *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Long64_t TH1::Merge(TCollection *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:344:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:346:21 t.method("Merge", static_cast(&TH1::Merge)); DEBUG_MSG("Adding wrapper for Bool_t TH1::Multiply(TF1 *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Multiply(TF1 *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:345:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:347:21 t.method("Multiply", static_cast(&TH1::Multiply)); t.method("Multiply", [](TH1& a, TF1 * arg0)->Bool_t { return a.Multiply(arg0); }); t.method("Multiply", [](TH1* a, TF1 * arg0)->Bool_t { return a->Multiply(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TH1::Multiply(const TH1 *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Multiply(const TH1 *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:346:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:348:21 t.method("Multiply", static_cast(&TH1::Multiply)); DEBUG_MSG("Adding wrapper for Bool_t TH1::Multiply(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TH1::Multiply(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:347:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:349:21 t.method("Multiply", static_cast(&TH1::Multiply)); t.method("Multiply", [](TH1& a, const TH1 * arg0, const TH1 * arg1)->Bool_t { return a.Multiply(arg0, arg1); }); t.method("Multiply", [](TH1& a, const TH1 * arg0, const TH1 * arg1, Double_t arg2)->Bool_t { return a.Multiply(arg0, arg1, arg2); }); @@ -1337,26 +1337,26 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::Paint(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Paint(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:348:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:350:21 t.method("Paint", static_cast(&TH1::Paint)); t.method("Paint", [](TH1& a)->void { a.Paint(); }); t.method("Paint", [](TH1* a)->void { a->Paint(); }); DEBUG_MSG("Adding wrapper for void TH1::Print(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Print(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:349:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:351:21 t.method("Print", static_cast(&TH1::Print)); t.method("Print", [](TH1 const& a)->void { a.Print(); }); t.method("Print", [](TH1 const* a)->void { a->Print(); }); DEBUG_MSG("Adding wrapper for void TH1::PutStats(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::PutStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:350:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:352:21 t.method("PutStats", static_cast(&TH1::PutStats)); DEBUG_MSG("Adding wrapper for TH1 * TH1::Rebin(Int_t, const char *, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::Rebin(Int_t, const char *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:351:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:353:21 t.method("Rebin", static_cast(&TH1::Rebin)); t.method("Rebin", [](TH1& a)->TH1 * { return a.Rebin(); }); t.method("Rebin", [](TH1& a, Int_t arg0)->TH1 * { return a.Rebin(arg0); }); @@ -1367,7 +1367,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for TH1 * TH1::RebinX(Int_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::RebinX(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:352:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:354:21 t.method("RebinX", static_cast(&TH1::RebinX)); t.method("RebinX", [](TH1& a)->TH1 * { return a.RebinX(); }); t.method("RebinX", [](TH1& a, Int_t arg0)->TH1 * { return a.RebinX(arg0); }); @@ -1376,31 +1376,40 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::Rebuild(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Rebuild(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:353:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:355:21 t.method("Rebuild", static_cast(&TH1::Rebuild)); t.method("Rebuild", [](TH1& a)->void { a.Rebuild(); }); t.method("Rebuild", [](TH1* a)->void { a->Rebuild(); }); DEBUG_MSG("Adding wrapper for void TH1::RecursiveRemove(TObject *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::RecursiveRemove(TObject *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:354:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:356:21 t.method("RecursiveRemove", static_cast(&TH1::RecursiveRemove)); DEBUG_MSG("Adding wrapper for void TH1::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:355:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:357:21 t.method("Reset", static_cast(&TH1::Reset)); t.method("Reset", [](TH1& a)->void { a.Reset(); }); t.method("Reset", [](TH1* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1::ResetStats() (" __HERE__ ")"); // signature to use in the veto list: void TH1::ResetStats() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:356:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:358:21 t.method("ResetStats", static_cast(&TH1::ResetStats)); + DEBUG_MSG("Adding wrapper for void TH1::SaveAs(const char *, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH1::SaveAs(const char *, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:359:21 + t.method("SaveAs", static_cast(&TH1::SaveAs)); + t.method("SaveAs", [](TH1 const& a)->void { a.SaveAs(); }); + t.method("SaveAs", [](TH1 const& a, const char * arg0)->void { a.SaveAs(arg0); }); + t.method("SaveAs", [](TH1 const* a)->void { a->SaveAs(); }); + t.method("SaveAs", [](TH1 const* a, const char * arg0)->void { a->SaveAs(arg0); }); + DEBUG_MSG("Adding wrapper for void TH1::Scale(Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Scale(Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:358:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:361:21 t.method("Scale", static_cast(&TH1::Scale)); t.method("Scale", [](TH1& a)->void { a.Scale(); }); t.method("Scale", [](TH1& a, Double_t arg0)->void { a.Scale(arg0); }); @@ -1409,7 +1418,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetAxisColor(Color_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetAxisColor(Color_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:359:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:362:21 t.method("SetAxisColor", static_cast(&TH1::SetAxisColor)); t.method("SetAxisColor", [](TH1& a)->void { a.SetAxisColor(); }); t.method("SetAxisColor", [](TH1& a, Color_t arg0)->void { a.SetAxisColor(arg0); }); @@ -1418,163 +1427,163 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetAxisRange(Double_t, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetAxisRange(Double_t, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:360:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:363:21 t.method("SetAxisRange", static_cast(&TH1::SetAxisRange)); t.method("SetAxisRange", [](TH1& a, Double_t arg0, Double_t arg1)->void { a.SetAxisRange(arg0, arg1); }); t.method("SetAxisRange", [](TH1* a, Double_t arg0, Double_t arg1)->void { a->SetAxisRange(arg0, arg1); }); DEBUG_MSG("Adding wrapper for void TH1::SetBarOffset(Float_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBarOffset(Float_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:361:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:364:21 t.method("SetBarOffset", static_cast(&TH1::SetBarOffset)); t.method("SetBarOffset", [](TH1& a)->void { a.SetBarOffset(); }); t.method("SetBarOffset", [](TH1* a)->void { a->SetBarOffset(); }); DEBUG_MSG("Adding wrapper for void TH1::SetBarWidth(Float_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBarWidth(Float_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:362:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:365:21 t.method("SetBarWidth", static_cast(&TH1::SetBarWidth)); t.method("SetBarWidth", [](TH1& a)->void { a.SetBarWidth(); }); t.method("SetBarWidth", [](TH1* a)->void { a->SetBarWidth(); }); DEBUG_MSG("Adding wrapper for void TH1::SetBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:363:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:366:21 t.method("SetBinContent", static_cast(&TH1::SetBinContent)); DEBUG_MSG("Adding wrapper for void TH1::SetBinContent(Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinContent(Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:364:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:367:21 t.method("SetBinContent", static_cast(&TH1::SetBinContent)); DEBUG_MSG("Adding wrapper for void TH1::SetBinContent(Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinContent(Int_t, Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:365:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:368:21 t.method("SetBinContent", static_cast(&TH1::SetBinContent)); DEBUG_MSG("Adding wrapper for void TH1::SetBinError(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinError(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:366:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:369:21 t.method("SetBinError", static_cast(&TH1::SetBinError)); DEBUG_MSG("Adding wrapper for void TH1::SetBinError(Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinError(Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:367:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:370:21 t.method("SetBinError", static_cast(&TH1::SetBinError)); DEBUG_MSG("Adding wrapper for void TH1::SetBinError(Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinError(Int_t, Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:368:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:371:21 t.method("SetBinError", static_cast(&TH1::SetBinError)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:369:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:372:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:370:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:373:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:371:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:374:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, const Double_t *, Int_t, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:372:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:375:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:373:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:376:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBins(Int_t, const Double_t *, Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBins(Int_t, const Double_t *, Int_t, const Double_t *, Int_t, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:375:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:378:21 t.method("SetBins", static_cast(&TH1::SetBins)); DEBUG_MSG("Adding wrapper for void TH1::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:377:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:380:21 t.method("SetBinsLength", static_cast(&TH1::SetBinsLength)); t.method("SetBinsLength", [](TH1& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for void TH1::SetBinErrorOption(TH1::EBinErrorOpt) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBinErrorOption(TH1::EBinErrorOpt) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:378:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:381:21 t.method("SetBinErrorOption", static_cast(&TH1::SetBinErrorOption)); DEBUG_MSG("Adding wrapper for void TH1::SetBuffer(Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetBuffer(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:379:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:382:21 t.method("SetBuffer", static_cast(&TH1::SetBuffer)); t.method("SetBuffer", [](TH1& a, Int_t arg0)->void { a.SetBuffer(arg0); }); t.method("SetBuffer", [](TH1* a, Int_t arg0)->void { a->SetBuffer(arg0); }); DEBUG_MSG("Adding wrapper for UInt_t TH1::SetCanExtend(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: UInt_t TH1::SetCanExtend(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:380:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:383:21 t.method("SetCanExtend", static_cast(&TH1::SetCanExtend)); DEBUG_MSG("Adding wrapper for void TH1::SetContent(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetContent(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:381:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:384:21 t.method("SetContent", static_cast(&TH1::SetContent)); DEBUG_MSG("Adding wrapper for void TH1::SetContour(Int_t, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetContour(Int_t, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:382:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:385:21 t.method("SetContour", static_cast(&TH1::SetContour)); t.method("SetContour", [](TH1& a, Int_t arg0)->void { a.SetContour(arg0); }); t.method("SetContour", [](TH1* a, Int_t arg0)->void { a->SetContour(arg0); }); DEBUG_MSG("Adding wrapper for void TH1::SetContourLevel(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetContourLevel(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:383:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:386:21 t.method("SetContourLevel", static_cast(&TH1::SetContourLevel)); DEBUG_MSG("Adding wrapper for void TH1::SetDefaultBufferSize(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetDefaultBufferSize(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:384:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:387:21 module_.method("TH1!SetDefaultBufferSize", static_cast(&TH1::SetDefaultBufferSize)); module_.method("TH1!SetDefaultBufferSize", []()->void { TH1::SetDefaultBufferSize(); }); DEBUG_MSG("Adding wrapper for void TH1::SetDefaultSumw2(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetDefaultSumw2(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:385:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:388:21 module_.method("TH1!SetDefaultSumw2", static_cast(&TH1::SetDefaultSumw2)); module_.method("TH1!SetDefaultSumw2", []()->void { TH1::SetDefaultSumw2(); }); DEBUG_MSG("Adding wrapper for void TH1::SetDirectory(TDirectory *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetDirectory(TDirectory *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:386:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:389:21 t.method("SetDirectory", static_cast(&TH1::SetDirectory)); DEBUG_MSG("Adding wrapper for void TH1::SetEntries(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetEntries(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:387:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:390:21 t.method("SetEntries", static_cast(&TH1::SetEntries)); DEBUG_MSG("Adding wrapper for void TH1::SetError(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetError(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:388:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:391:21 t.method("SetError", static_cast(&TH1::SetError)); DEBUG_MSG("Adding wrapper for void TH1::SetHighlight(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetHighlight(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:389:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:392:21 t.method("SetHighlight", static_cast(&TH1::SetHighlight)); t.method("SetHighlight", [](TH1& a)->void { a.SetHighlight(); }); t.method("SetHighlight", [](TH1* a)->void { a->SetHighlight(); }); DEBUG_MSG("Adding wrapper for void TH1::SetLabelColor(Color_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetLabelColor(Color_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:390:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:393:21 t.method("SetLabelColor", static_cast(&TH1::SetLabelColor)); t.method("SetLabelColor", [](TH1& a)->void { a.SetLabelColor(); }); t.method("SetLabelColor", [](TH1& a, Color_t arg0)->void { a.SetLabelColor(arg0); }); @@ -1583,7 +1592,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetLabelFont(Style_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetLabelFont(Style_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:391:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:394:21 t.method("SetLabelFont", static_cast(&TH1::SetLabelFont)); t.method("SetLabelFont", [](TH1& a)->void { a.SetLabelFont(); }); t.method("SetLabelFont", [](TH1& a, Style_t arg0)->void { a.SetLabelFont(arg0); }); @@ -1592,7 +1601,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetLabelOffset(Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetLabelOffset(Float_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:392:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:395:21 t.method("SetLabelOffset", static_cast(&TH1::SetLabelOffset)); t.method("SetLabelOffset", [](TH1& a)->void { a.SetLabelOffset(); }); t.method("SetLabelOffset", [](TH1& a, Float_t arg0)->void { a.SetLabelOffset(arg0); }); @@ -1601,7 +1610,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetLabelSize(Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetLabelSize(Float_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:393:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:396:21 t.method("SetLabelSize", static_cast(&TH1::SetLabelSize)); t.method("SetLabelSize", [](TH1& a)->void { a.SetLabelSize(); }); t.method("SetLabelSize", [](TH1& a, Float_t arg0)->void { a.SetLabelSize(arg0); }); @@ -1610,31 +1619,31 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetMaximum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetMaximum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:400:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:403:21 t.method("SetMaximum", static_cast(&TH1::SetMaximum)); t.method("SetMaximum", [](TH1& a)->void { a.SetMaximum(); }); t.method("SetMaximum", [](TH1* a)->void { a->SetMaximum(); }); DEBUG_MSG("Adding wrapper for void TH1::SetMinimum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetMinimum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:401:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:404:21 t.method("SetMinimum", static_cast(&TH1::SetMinimum)); t.method("SetMinimum", [](TH1& a)->void { a.SetMinimum(); }); t.method("SetMinimum", [](TH1* a)->void { a->SetMinimum(); }); DEBUG_MSG("Adding wrapper for void TH1::SetName(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:403:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:406:21 t.method("SetName", static_cast(&TH1::SetName)); DEBUG_MSG("Adding wrapper for void TH1::SetNameTitle(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetNameTitle(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:404:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:407:21 t.method("SetNameTitle", static_cast(&TH1::SetNameTitle)); DEBUG_MSG("Adding wrapper for void TH1::SetNdivisions(Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetNdivisions(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:405:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:408:21 t.method("SetNdivisions", static_cast(&TH1::SetNdivisions)); t.method("SetNdivisions", [](TH1& a)->void { a.SetNdivisions(); }); t.method("SetNdivisions", [](TH1& a, Int_t arg0)->void { a.SetNdivisions(arg0); }); @@ -1643,28 +1652,28 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetNormFactor(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetNormFactor(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:406:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:409:21 t.method("SetNormFactor", static_cast(&TH1::SetNormFactor)); t.method("SetNormFactor", [](TH1& a)->void { a.SetNormFactor(); }); t.method("SetNormFactor", [](TH1* a)->void { a->SetNormFactor(); }); DEBUG_MSG("Adding wrapper for void TH1::SetStats(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetStats(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:407:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:410:21 t.method("SetStats", static_cast(&TH1::SetStats)); t.method("SetStats", [](TH1& a)->void { a.SetStats(); }); t.method("SetStats", [](TH1* a)->void { a->SetStats(); }); DEBUG_MSG("Adding wrapper for void TH1::SetOption(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetOption(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:408:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:411:21 t.method("SetOption", static_cast(&TH1::SetOption)); t.method("SetOption", [](TH1& a)->void { a.SetOption(); }); t.method("SetOption", [](TH1* a)->void { a->SetOption(); }); DEBUG_MSG("Adding wrapper for void TH1::SetTickLength(Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetTickLength(Float_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:409:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:412:21 t.method("SetTickLength", static_cast(&TH1::SetTickLength)); t.method("SetTickLength", [](TH1& a)->void { a.SetTickLength(); }); t.method("SetTickLength", [](TH1& a, Float_t arg0)->void { a.SetTickLength(arg0); }); @@ -1673,7 +1682,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetTitleFont(Style_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetTitleFont(Style_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:410:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:413:21 t.method("SetTitleFont", static_cast(&TH1::SetTitleFont)); t.method("SetTitleFont", [](TH1& a)->void { a.SetTitleFont(); }); t.method("SetTitleFont", [](TH1& a, Style_t arg0)->void { a.SetTitleFont(arg0); }); @@ -1682,7 +1691,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetTitleOffset(Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetTitleOffset(Float_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:411:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:414:21 t.method("SetTitleOffset", static_cast(&TH1::SetTitleOffset)); t.method("SetTitleOffset", [](TH1& a)->void { a.SetTitleOffset(); }); t.method("SetTitleOffset", [](TH1& a, Float_t arg0)->void { a.SetTitleOffset(arg0); }); @@ -1691,7 +1700,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetTitleSize(Float_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetTitleSize(Float_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:412:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:415:21 t.method("SetTitleSize", static_cast(&TH1::SetTitleSize)); t.method("SetTitleSize", [](TH1& a)->void { a.SetTitleSize(); }); t.method("SetTitleSize", [](TH1& a, Float_t arg0)->void { a.SetTitleSize(arg0); }); @@ -1700,32 +1709,32 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SetStatOverflows(TH1::EStatOverflows) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetStatOverflows(TH1::EStatOverflows) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:413:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:416:21 t.method("SetStatOverflows", static_cast(&TH1::SetStatOverflows)); DEBUG_MSG("Adding wrapper for void TH1::SetTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:414:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:417:21 t.method("SetTitle", static_cast(&TH1::SetTitle)); DEBUG_MSG("Adding wrapper for void TH1::SetXTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetXTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:415:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:418:21 t.method("SetXTitle", static_cast(&TH1::SetXTitle)); DEBUG_MSG("Adding wrapper for void TH1::SetYTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetYTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:416:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:419:21 t.method("SetYTitle", static_cast(&TH1::SetYTitle)); DEBUG_MSG("Adding wrapper for void TH1::SetZTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetZTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:417:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:420:21 t.method("SetZTitle", static_cast(&TH1::SetZTitle)); DEBUG_MSG("Adding wrapper for TH1 * TH1::ShowBackground(Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * TH1::ShowBackground(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:418:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:421:21 t.method("ShowBackground", static_cast(&TH1::ShowBackground)); t.method("ShowBackground", [](TH1& a)->TH1 * { return a.ShowBackground(); }); t.method("ShowBackground", [](TH1& a, Int_t arg0)->TH1 * { return a.ShowBackground(arg0); }); @@ -1734,7 +1743,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TH1::ShowPeaks(Double_t, Option_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TH1::ShowPeaks(Double_t, Option_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:419:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:422:21 t.method("ShowPeaks", static_cast(&TH1::ShowPeaks)); t.method("ShowPeaks", [](TH1& a)->Int_t { return a.ShowPeaks(); }); t.method("ShowPeaks", [](TH1& a, Double_t arg0)->Int_t { return a.ShowPeaks(arg0); }); @@ -1745,7 +1754,7 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::Smooth(Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Smooth(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:420:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:423:21 t.method("Smooth", static_cast(&TH1::Smooth)); t.method("Smooth", [](TH1& a)->void { a.Smooth(); }); t.method("Smooth", [](TH1& a, Int_t arg0)->void { a.Smooth(arg0); }); @@ -1754,106 +1763,106 @@ struct JlTH1: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1::SmoothArray(Int_t, Double_t *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SmoothArray(Int_t, Double_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:421:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:424:21 module_.method("TH1!SmoothArray", static_cast(&TH1::SmoothArray)); module_.method("TH1!SmoothArray", [](Int_t arg0, Double_t * arg1)->void { TH1::SmoothArray(arg0, arg1); }); DEBUG_MSG("Adding wrapper for void TH1::StatOverflows(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::StatOverflows(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:422:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:425:21 module_.method("TH1!StatOverflows", static_cast(&TH1::StatOverflows)); module_.method("TH1!StatOverflows", []()->void { TH1::StatOverflows(); }); DEBUG_MSG("Adding wrapper for void TH1::Sumw2(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Sumw2(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:423:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:426:21 t.method("Sumw2", static_cast(&TH1::Sumw2)); t.method("Sumw2", [](TH1& a)->void { a.Sumw2(); }); t.method("Sumw2", [](TH1* a)->void { a->Sumw2(); }); DEBUG_MSG("Adding wrapper for void TH1::UseCurrentStyle() (" __HERE__ ")"); // signature to use in the veto list: void TH1::UseCurrentStyle() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:424:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:427:21 t.method("UseCurrentStyle", static_cast(&TH1::UseCurrentStyle)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetCellContent(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetCellContent(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:429:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:432:21 t.method("GetCellContent", static_cast(&TH1::GetCellContent)); DEBUG_MSG("Adding wrapper for Double_t TH1::GetCellError(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TH1::GetCellError(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:431:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:434:21 t.method("GetCellError", static_cast(&TH1::GetCellError)); DEBUG_MSG("Adding wrapper for void TH1::RebinAxis(Double_t, TAxis *) (" __HERE__ ")"); // signature to use in the veto list: void TH1::RebinAxis(Double_t, TAxis *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:433:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:436:21 t.method("RebinAxis", static_cast(&TH1::RebinAxis)); DEBUG_MSG("Adding wrapper for void TH1::SetCellContent(Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetCellContent(Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:435:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:438:21 t.method("SetCellContent", static_cast(&TH1::SetCellContent)); DEBUG_MSG("Adding wrapper for void TH1::SetCellError(Int_t, Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1::SetCellError(Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:437:21 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:21 t.method("SetCellError", static_cast(&TH1::SetCellError)); DEBUG_MSG("Adding wrapper for Version_t TH1::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!Class_Version", static_cast(&TH1::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 t.method("IsA", static_cast(&TH1::IsA)); DEBUG_MSG("Adding wrapper for void TH1::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 t.method("StreamerNVirtual", static_cast(&TH1::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!DeclFileName", []() { return (std::string)TH1::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!ImplFileLine", static_cast(&TH1::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!ImplFileName", []() { return (std::string)TH1::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!Class_Name", []() { return (std::string)TH1::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!Dictionary", static_cast(&TH1::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!Class", static_cast(&TH1::Class)); DEBUG_MSG("Adding wrapper for void TH1::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 t.method("Streamer", static_cast(&TH1::Streamer)); DEBUG_MSG("Adding wrapper for int TH1::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:440:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:443:4 module_.method("TH1!DeclFileLine", static_cast(&TH1::DeclFileLine)); } @@ -1915,10 +1924,10 @@ struct JlTTreeFriendLeafIter: public Wrapper { auto& t = *type_; - DEBUG_MSG("Adding wrapper for void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTree *, Bool_t) (" __HERE__ ")"); + DEBUG_MSG("Adding wrapper for void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTree *, bool) (" __HERE__ ")"); // defined in /home/pgras/.julia/conda/3/include/TTree.h:682:4 t.constructor(/*finalize=*/true); - t.constructor(/*finalize=*/true); + t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTreeFriendLeafIter &) (" __HERE__ ")"); @@ -1956,15 +1965,15 @@ struct JlTTreeFriendLeafIter: public Wrapper { t.method("Reset", static_cast(&TTreeFriendLeafIter::Reset)); module_.set_override_module(jl_base_module); - DEBUG_MSG("Adding wrapper for Bool_t TTreeFriendLeafIter::operator!=(const TIterator &) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeFriendLeafIter::operator!=(const TIterator &) - // defined in /home/pgras/.julia/conda/3/include/TTree.h:692:11 - t.method("!=", static_cast(&TTreeFriendLeafIter::operator!=)); + DEBUG_MSG("Adding wrapper for bool TTreeFriendLeafIter::operator!=(const TIterator &) (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeFriendLeafIter::operator!=(const TIterator &) + // defined in /home/pgras/.julia/conda/3/include/TTree.h:692:9 + t.method("!=", static_cast(&TTreeFriendLeafIter::operator!=)); - DEBUG_MSG("Adding wrapper for Bool_t TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) - // defined in /home/pgras/.julia/conda/3/include/TTree.h:696:11 - t.method("!=", static_cast(&TTreeFriendLeafIter::operator!=)); + DEBUG_MSG("Adding wrapper for bool TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) + // defined in /home/pgras/.julia/conda/3/include/TTree.h:696:9 + t.method("!=", static_cast(&TTreeFriendLeafIter::operator!=)); DEBUG_MSG("Adding wrapper for TObject * TTreeFriendLeafIter::operator*() (" __HERE__ ")"); // signature to use in the veto list: TObject * TTreeFriendLeafIter::operator*() diff --git a/deps/src/JlClasses_010.cxx b/deps/src/JlClasses_010.cxx index c0eb130..2d55585 100644 --- a/deps/src/JlClasses_010.cxx +++ b/deps/src/JlClasses_010.cxx @@ -73,7 +73,7 @@ struct JlFileStat_t: public Wrapper { JlFileStat_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type FileStat_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:124:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:122:8 jlcxx::TypeWrapper t = jlModule.add_type("FileStat_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -83,13 +83,13 @@ struct JlFileStat_t: public Wrapper { t.template constructor<>(/*finalize=*/true); DEBUG_MSG("Adding fDev methods to provide read access to the field fDev (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:125:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:123:13 // signature to use in the veto list: FileStat_t::fDev t.method("fDev", [](const FileStat_t& a) -> Long_t { return a.fDev; }); t.method("fDev", [](FileStat_t& a) -> Long_t { return a.fDev; }); t.method("fDev", [](const FileStat_t* a) -> Long_t { return a->fDev; }); t.method("fDev", [](FileStat_t* a) -> Long_t { return a->fDev; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:125:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:123:13 // signature to use in the veto list: FileStat_t::fDev // with ! suffix to veto the setter only. DEBUG_MSG("Adding fDev! methods to provide write access to the field fDev (" __HERE__ ")"); @@ -99,13 +99,13 @@ struct JlFileStat_t: public Wrapper { t.method("fDev!", [](FileStat_t* a, Long_t val) -> Long_t { return a->fDev = val; }); DEBUG_MSG("Adding fIno methods to provide read access to the field fIno (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:126:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:124:13 // signature to use in the veto list: FileStat_t::fIno t.method("fIno", [](const FileStat_t& a) -> Long_t { return a.fIno; }); t.method("fIno", [](FileStat_t& a) -> Long_t { return a.fIno; }); t.method("fIno", [](const FileStat_t* a) -> Long_t { return a->fIno; }); t.method("fIno", [](FileStat_t* a) -> Long_t { return a->fIno; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:126:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:124:13 // signature to use in the veto list: FileStat_t::fIno // with ! suffix to veto the setter only. DEBUG_MSG("Adding fIno! methods to provide write access to the field fIno (" __HERE__ ")"); @@ -115,13 +115,13 @@ struct JlFileStat_t: public Wrapper { t.method("fIno!", [](FileStat_t* a, Long_t val) -> Long_t { return a->fIno = val; }); DEBUG_MSG("Adding fMode methods to provide read access to the field fMode (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:127:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:125:13 // signature to use in the veto list: FileStat_t::fMode t.method("fMode", [](const FileStat_t& a) -> Int_t { return a.fMode; }); t.method("fMode", [](FileStat_t& a) -> Int_t { return a.fMode; }); t.method("fMode", [](const FileStat_t* a) -> Int_t { return a->fMode; }); t.method("fMode", [](FileStat_t* a) -> Int_t { return a->fMode; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:127:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:125:13 // signature to use in the veto list: FileStat_t::fMode // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMode! methods to provide write access to the field fMode (" __HERE__ ")"); @@ -131,13 +131,13 @@ struct JlFileStat_t: public Wrapper { t.method("fMode!", [](FileStat_t* a, Int_t val) -> Int_t { return a->fMode = val; }); DEBUG_MSG("Adding fUid methods to provide read access to the field fUid (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:128:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:126:13 // signature to use in the veto list: FileStat_t::fUid t.method("fUid", [](const FileStat_t& a) -> Int_t { return a.fUid; }); t.method("fUid", [](FileStat_t& a) -> Int_t { return a.fUid; }); t.method("fUid", [](const FileStat_t* a) -> Int_t { return a->fUid; }); t.method("fUid", [](FileStat_t* a) -> Int_t { return a->fUid; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:128:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:126:13 // signature to use in the veto list: FileStat_t::fUid // with ! suffix to veto the setter only. DEBUG_MSG("Adding fUid! methods to provide write access to the field fUid (" __HERE__ ")"); @@ -147,13 +147,13 @@ struct JlFileStat_t: public Wrapper { t.method("fUid!", [](FileStat_t* a, Int_t val) -> Int_t { return a->fUid = val; }); DEBUG_MSG("Adding fGid methods to provide read access to the field fGid (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:129:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:127:13 // signature to use in the veto list: FileStat_t::fGid t.method("fGid", [](const FileStat_t& a) -> Int_t { return a.fGid; }); t.method("fGid", [](FileStat_t& a) -> Int_t { return a.fGid; }); t.method("fGid", [](const FileStat_t* a) -> Int_t { return a->fGid; }); t.method("fGid", [](FileStat_t* a) -> Int_t { return a->fGid; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:129:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:127:13 // signature to use in the veto list: FileStat_t::fGid // with ! suffix to veto the setter only. DEBUG_MSG("Adding fGid! methods to provide write access to the field fGid (" __HERE__ ")"); @@ -163,13 +163,13 @@ struct JlFileStat_t: public Wrapper { t.method("fGid!", [](FileStat_t* a, Int_t val) -> Int_t { return a->fGid = val; }); DEBUG_MSG("Adding fSize methods to provide read access to the field fSize (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:130:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:128:13 // signature to use in the veto list: FileStat_t::fSize t.method("fSize", [](const FileStat_t& a) -> Long64_t { return a.fSize; }); t.method("fSize", [](FileStat_t& a) -> Long64_t { return a.fSize; }); t.method("fSize", [](const FileStat_t* a) -> Long64_t { return a->fSize; }); t.method("fSize", [](FileStat_t* a) -> Long64_t { return a->fSize; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:130:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:128:13 // signature to use in the veto list: FileStat_t::fSize // with ! suffix to veto the setter only. DEBUG_MSG("Adding fSize! methods to provide write access to the field fSize (" __HERE__ ")"); @@ -179,13 +179,13 @@ struct JlFileStat_t: public Wrapper { t.method("fSize!", [](FileStat_t* a, Long64_t val) -> Long64_t { return a->fSize = val; }); DEBUG_MSG("Adding fMtime methods to provide read access to the field fMtime (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:131:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:129:13 // signature to use in the veto list: FileStat_t::fMtime t.method("fMtime", [](const FileStat_t& a) -> Long_t { return a.fMtime; }); t.method("fMtime", [](FileStat_t& a) -> Long_t { return a.fMtime; }); t.method("fMtime", [](const FileStat_t* a) -> Long_t { return a->fMtime; }); t.method("fMtime", [](FileStat_t* a) -> Long_t { return a->fMtime; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:131:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:129:13 // signature to use in the veto list: FileStat_t::fMtime // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMtime! methods to provide write access to the field fMtime (" __HERE__ ")"); @@ -195,13 +195,13 @@ struct JlFileStat_t: public Wrapper { t.method("fMtime!", [](FileStat_t* a, Long_t val) -> Long_t { return a->fMtime = val; }); DEBUG_MSG("Adding fIsLink methods to provide read access to the field fIsLink (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:132:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:130:13 // signature to use in the veto list: FileStat_t::fIsLink t.method("fIsLink", [](const FileStat_t& a) -> Bool_t { return a.fIsLink; }); t.method("fIsLink", [](FileStat_t& a) -> Bool_t { return a.fIsLink; }); t.method("fIsLink", [](const FileStat_t* a) -> Bool_t { return a->fIsLink; }); t.method("fIsLink", [](FileStat_t* a) -> Bool_t { return a->fIsLink; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:132:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:130:13 // signature to use in the veto list: FileStat_t::fIsLink // with ! suffix to veto the setter only. DEBUG_MSG("Adding fIsLink! methods to provide write access to the field fIsLink (" __HERE__ ")"); @@ -211,13 +211,13 @@ struct JlFileStat_t: public Wrapper { t.method("fIsLink!", [](FileStat_t* a, Bool_t val) -> Bool_t { return a->fIsLink = val; }); DEBUG_MSG("Adding fUrl methods to provide read access to the field fUrl (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:133:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:131:13 // signature to use in the veto list: FileStat_t::fUrl t.method("fUrl", [](const FileStat_t& a) -> const TString& { return a.fUrl; }); t.method("fUrl", [](FileStat_t& a) -> TString& { return a.fUrl; }); t.method("fUrl", [](const FileStat_t* a) -> const TString& { return a->fUrl; }); t.method("fUrl", [](FileStat_t* a) -> TString& { return a->fUrl; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:133:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:131:13 // signature to use in the veto list: FileStat_t::fUrl // with ! suffix to veto the setter only. DEBUG_MSG("Adding fUrl! methods to provide write access to the field fUrl (" __HERE__ ")"); @@ -245,7 +245,7 @@ struct JlUserGroup_t: public Wrapper { JlUserGroup_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type UserGroup_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:138:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:136:8 jlcxx::TypeWrapper t = jlModule.add_type("UserGroup_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -255,13 +255,13 @@ struct JlUserGroup_t: public Wrapper { t.template constructor<>(/*finalize=*/true); DEBUG_MSG("Adding fUid methods to provide read access to the field fUid (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:139:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:137:13 // signature to use in the veto list: UserGroup_t::fUid t.method("fUid", [](const UserGroup_t& a) -> Int_t { return a.fUid; }); t.method("fUid", [](UserGroup_t& a) -> Int_t { return a.fUid; }); t.method("fUid", [](const UserGroup_t* a) -> Int_t { return a->fUid; }); t.method("fUid", [](UserGroup_t* a) -> Int_t { return a->fUid; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:139:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:137:13 // signature to use in the veto list: UserGroup_t::fUid // with ! suffix to veto the setter only. DEBUG_MSG("Adding fUid! methods to provide write access to the field fUid (" __HERE__ ")"); @@ -271,13 +271,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fUid!", [](UserGroup_t* a, Int_t val) -> Int_t { return a->fUid = val; }); DEBUG_MSG("Adding fGid methods to provide read access to the field fGid (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:140:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:138:13 // signature to use in the veto list: UserGroup_t::fGid t.method("fGid", [](const UserGroup_t& a) -> Int_t { return a.fGid; }); t.method("fGid", [](UserGroup_t& a) -> Int_t { return a.fGid; }); t.method("fGid", [](const UserGroup_t* a) -> Int_t { return a->fGid; }); t.method("fGid", [](UserGroup_t* a) -> Int_t { return a->fGid; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:140:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:138:13 // signature to use in the veto list: UserGroup_t::fGid // with ! suffix to veto the setter only. DEBUG_MSG("Adding fGid! methods to provide write access to the field fGid (" __HERE__ ")"); @@ -287,13 +287,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fGid!", [](UserGroup_t* a, Int_t val) -> Int_t { return a->fGid = val; }); DEBUG_MSG("Adding fUser methods to provide read access to the field fUser (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:141:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:139:13 // signature to use in the veto list: UserGroup_t::fUser t.method("fUser", [](const UserGroup_t& a) -> const TString& { return a.fUser; }); t.method("fUser", [](UserGroup_t& a) -> TString& { return a.fUser; }); t.method("fUser", [](const UserGroup_t* a) -> const TString& { return a->fUser; }); t.method("fUser", [](UserGroup_t* a) -> TString& { return a->fUser; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:141:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:139:13 // signature to use in the veto list: UserGroup_t::fUser // with ! suffix to veto the setter only. DEBUG_MSG("Adding fUser! methods to provide write access to the field fUser (" __HERE__ ")"); @@ -303,13 +303,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fUser!", [](UserGroup_t* a, const TString& val) -> TString& { return a->fUser = val; }); DEBUG_MSG("Adding fGroup methods to provide read access to the field fGroup (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:142:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:140:13 // signature to use in the veto list: UserGroup_t::fGroup t.method("fGroup", [](const UserGroup_t& a) -> const TString& { return a.fGroup; }); t.method("fGroup", [](UserGroup_t& a) -> TString& { return a.fGroup; }); t.method("fGroup", [](const UserGroup_t* a) -> const TString& { return a->fGroup; }); t.method("fGroup", [](UserGroup_t* a) -> TString& { return a->fGroup; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:142:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:140:13 // signature to use in the veto list: UserGroup_t::fGroup // with ! suffix to veto the setter only. DEBUG_MSG("Adding fGroup! methods to provide write access to the field fGroup (" __HERE__ ")"); @@ -319,13 +319,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fGroup!", [](UserGroup_t* a, const TString& val) -> TString& { return a->fGroup = val; }); DEBUG_MSG("Adding fPasswd methods to provide read access to the field fPasswd (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:143:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:141:13 // signature to use in the veto list: UserGroup_t::fPasswd t.method("fPasswd", [](const UserGroup_t& a) -> const TString& { return a.fPasswd; }); t.method("fPasswd", [](UserGroup_t& a) -> TString& { return a.fPasswd; }); t.method("fPasswd", [](const UserGroup_t* a) -> const TString& { return a->fPasswd; }); t.method("fPasswd", [](UserGroup_t* a) -> TString& { return a->fPasswd; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:143:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:141:13 // signature to use in the veto list: UserGroup_t::fPasswd // with ! suffix to veto the setter only. DEBUG_MSG("Adding fPasswd! methods to provide write access to the field fPasswd (" __HERE__ ")"); @@ -335,13 +335,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fPasswd!", [](UserGroup_t* a, const TString& val) -> TString& { return a->fPasswd = val; }); DEBUG_MSG("Adding fRealName methods to provide read access to the field fRealName (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:144:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:142:13 // signature to use in the veto list: UserGroup_t::fRealName t.method("fRealName", [](const UserGroup_t& a) -> const TString& { return a.fRealName; }); t.method("fRealName", [](UserGroup_t& a) -> TString& { return a.fRealName; }); t.method("fRealName", [](const UserGroup_t* a) -> const TString& { return a->fRealName; }); t.method("fRealName", [](UserGroup_t* a) -> TString& { return a->fRealName; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:144:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:142:13 // signature to use in the veto list: UserGroup_t::fRealName // with ! suffix to veto the setter only. DEBUG_MSG("Adding fRealName! methods to provide write access to the field fRealName (" __HERE__ ")"); @@ -351,13 +351,13 @@ struct JlUserGroup_t: public Wrapper { t.method("fRealName!", [](UserGroup_t* a, const TString& val) -> TString& { return a->fRealName = val; }); DEBUG_MSG("Adding fShell methods to provide read access to the field fShell (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:145:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:143:13 // signature to use in the veto list: UserGroup_t::fShell t.method("fShell", [](const UserGroup_t& a) -> const TString& { return a.fShell; }); t.method("fShell", [](UserGroup_t& a) -> TString& { return a.fShell; }); t.method("fShell", [](const UserGroup_t* a) -> const TString& { return a->fShell; }); t.method("fShell", [](UserGroup_t* a) -> TString& { return a->fShell; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:145:13 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:143:13 // signature to use in the veto list: UserGroup_t::fShell // with ! suffix to veto the setter only. DEBUG_MSG("Adding fShell! methods to provide write access to the field fShell (" __HERE__ ")"); @@ -385,7 +385,7 @@ struct JlSysInfo_t: public Wrapper { JlSysInfo_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type SysInfo_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:150:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:148:8 jlcxx::TypeWrapper t = jlModule.add_type("SysInfo_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -396,67 +396,67 @@ struct JlSysInfo_t: public Wrapper { DEBUG_MSG("Adding wrapper for Version_t SysInfo_t::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t SysInfo_t::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!Class_Version", static_cast(&SysInfo_t::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * SysInfo_t::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * SysInfo_t::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 t.method("IsA", static_cast(&SysInfo_t::IsA)); DEBUG_MSG("Adding wrapper for void SysInfo_t::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void SysInfo_t::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 t.method("StreamerNVirtual", static_cast(&SysInfo_t::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * SysInfo_t::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * SysInfo_t::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!DeclFileName", []() { return (std::string)SysInfo_t::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int SysInfo_t::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int SysInfo_t::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!ImplFileLine", static_cast(&SysInfo_t::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * SysInfo_t::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * SysInfo_t::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!ImplFileName", []() { return (std::string)SysInfo_t::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * SysInfo_t::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * SysInfo_t::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!Class_Name", []() { return (std::string)SysInfo_t::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * SysInfo_t::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * SysInfo_t::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!Dictionary", static_cast(&SysInfo_t::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * SysInfo_t::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * SysInfo_t::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!Class", static_cast(&SysInfo_t::Class)); DEBUG_MSG("Adding wrapper for void SysInfo_t::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void SysInfo_t::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 t.method("Streamer", static_cast(&SysInfo_t::Streamer)); DEBUG_MSG("Adding wrapper for int SysInfo_t::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int SysInfo_t::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:162:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:160:4 module_.method("SysInfo_t!DeclFileLine", static_cast(&SysInfo_t::DeclFileLine)); DEBUG_MSG("Adding fOS methods to provide read access to the field fOS (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:151:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:149:14 // signature to use in the veto list: SysInfo_t::fOS t.method("fOS", [](const SysInfo_t& a) -> const TString& { return a.fOS; }); t.method("fOS", [](SysInfo_t& a) -> TString& { return a.fOS; }); t.method("fOS", [](const SysInfo_t* a) -> const TString& { return a->fOS; }); t.method("fOS", [](SysInfo_t* a) -> TString& { return a->fOS; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:151:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:149:14 // signature to use in the veto list: SysInfo_t::fOS // with ! suffix to veto the setter only. DEBUG_MSG("Adding fOS! methods to provide write access to the field fOS (" __HERE__ ")"); @@ -466,13 +466,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fOS!", [](SysInfo_t* a, const TString& val) -> TString& { return a->fOS = val; }); DEBUG_MSG("Adding fModel methods to provide read access to the field fModel (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:152:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:150:14 // signature to use in the veto list: SysInfo_t::fModel t.method("fModel", [](const SysInfo_t& a) -> const TString& { return a.fModel; }); t.method("fModel", [](SysInfo_t& a) -> TString& { return a.fModel; }); t.method("fModel", [](const SysInfo_t* a) -> const TString& { return a->fModel; }); t.method("fModel", [](SysInfo_t* a) -> TString& { return a->fModel; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:152:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:150:14 // signature to use in the veto list: SysInfo_t::fModel // with ! suffix to veto the setter only. DEBUG_MSG("Adding fModel! methods to provide write access to the field fModel (" __HERE__ ")"); @@ -482,13 +482,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fModel!", [](SysInfo_t* a, const TString& val) -> TString& { return a->fModel = val; }); DEBUG_MSG("Adding fCpuType methods to provide read access to the field fCpuType (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:153:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:151:14 // signature to use in the veto list: SysInfo_t::fCpuType t.method("fCpuType", [](const SysInfo_t& a) -> const TString& { return a.fCpuType; }); t.method("fCpuType", [](SysInfo_t& a) -> TString& { return a.fCpuType; }); t.method("fCpuType", [](const SysInfo_t* a) -> const TString& { return a->fCpuType; }); t.method("fCpuType", [](SysInfo_t* a) -> TString& { return a->fCpuType; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:153:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:151:14 // signature to use in the veto list: SysInfo_t::fCpuType // with ! suffix to veto the setter only. DEBUG_MSG("Adding fCpuType! methods to provide write access to the field fCpuType (" __HERE__ ")"); @@ -498,13 +498,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fCpuType!", [](SysInfo_t* a, const TString& val) -> TString& { return a->fCpuType = val; }); DEBUG_MSG("Adding fCpus methods to provide read access to the field fCpus (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:154:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:152:14 // signature to use in the veto list: SysInfo_t::fCpus t.method("fCpus", [](const SysInfo_t& a) -> Int_t { return a.fCpus; }); t.method("fCpus", [](SysInfo_t& a) -> Int_t { return a.fCpus; }); t.method("fCpus", [](const SysInfo_t* a) -> Int_t { return a->fCpus; }); t.method("fCpus", [](SysInfo_t* a) -> Int_t { return a->fCpus; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:154:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:152:14 // signature to use in the veto list: SysInfo_t::fCpus // with ! suffix to veto the setter only. DEBUG_MSG("Adding fCpus! methods to provide write access to the field fCpus (" __HERE__ ")"); @@ -514,13 +514,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fCpus!", [](SysInfo_t* a, Int_t val) -> Int_t { return a->fCpus = val; }); DEBUG_MSG("Adding fCpuSpeed methods to provide read access to the field fCpuSpeed (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:155:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:153:14 // signature to use in the veto list: SysInfo_t::fCpuSpeed t.method("fCpuSpeed", [](const SysInfo_t& a) -> Int_t { return a.fCpuSpeed; }); t.method("fCpuSpeed", [](SysInfo_t& a) -> Int_t { return a.fCpuSpeed; }); t.method("fCpuSpeed", [](const SysInfo_t* a) -> Int_t { return a->fCpuSpeed; }); t.method("fCpuSpeed", [](SysInfo_t* a) -> Int_t { return a->fCpuSpeed; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:155:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:153:14 // signature to use in the veto list: SysInfo_t::fCpuSpeed // with ! suffix to veto the setter only. DEBUG_MSG("Adding fCpuSpeed! methods to provide write access to the field fCpuSpeed (" __HERE__ ")"); @@ -530,13 +530,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fCpuSpeed!", [](SysInfo_t* a, Int_t val) -> Int_t { return a->fCpuSpeed = val; }); DEBUG_MSG("Adding fBusSpeed methods to provide read access to the field fBusSpeed (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:156:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:154:14 // signature to use in the veto list: SysInfo_t::fBusSpeed t.method("fBusSpeed", [](const SysInfo_t& a) -> Int_t { return a.fBusSpeed; }); t.method("fBusSpeed", [](SysInfo_t& a) -> Int_t { return a.fBusSpeed; }); t.method("fBusSpeed", [](const SysInfo_t* a) -> Int_t { return a->fBusSpeed; }); t.method("fBusSpeed", [](SysInfo_t* a) -> Int_t { return a->fBusSpeed; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:156:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:154:14 // signature to use in the veto list: SysInfo_t::fBusSpeed // with ! suffix to veto the setter only. DEBUG_MSG("Adding fBusSpeed! methods to provide write access to the field fBusSpeed (" __HERE__ ")"); @@ -546,13 +546,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fBusSpeed!", [](SysInfo_t* a, Int_t val) -> Int_t { return a->fBusSpeed = val; }); DEBUG_MSG("Adding fL2Cache methods to provide read access to the field fL2Cache (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:157:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:155:14 // signature to use in the veto list: SysInfo_t::fL2Cache t.method("fL2Cache", [](const SysInfo_t& a) -> Int_t { return a.fL2Cache; }); t.method("fL2Cache", [](SysInfo_t& a) -> Int_t { return a.fL2Cache; }); t.method("fL2Cache", [](const SysInfo_t* a) -> Int_t { return a->fL2Cache; }); t.method("fL2Cache", [](SysInfo_t* a) -> Int_t { return a->fL2Cache; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:157:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:155:14 // signature to use in the veto list: SysInfo_t::fL2Cache // with ! suffix to veto the setter only. DEBUG_MSG("Adding fL2Cache! methods to provide write access to the field fL2Cache (" __HERE__ ")"); @@ -562,13 +562,13 @@ struct JlSysInfo_t: public Wrapper { t.method("fL2Cache!", [](SysInfo_t* a, Int_t val) -> Int_t { return a->fL2Cache = val; }); DEBUG_MSG("Adding fPhysRam methods to provide read access to the field fPhysRam (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:158:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:156:14 // signature to use in the veto list: SysInfo_t::fPhysRam t.method("fPhysRam", [](const SysInfo_t& a) -> Int_t { return a.fPhysRam; }); t.method("fPhysRam", [](SysInfo_t& a) -> Int_t { return a.fPhysRam; }); t.method("fPhysRam", [](const SysInfo_t* a) -> Int_t { return a->fPhysRam; }); t.method("fPhysRam", [](SysInfo_t* a) -> Int_t { return a->fPhysRam; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:158:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:156:14 // signature to use in the veto list: SysInfo_t::fPhysRam // with ! suffix to veto the setter only. DEBUG_MSG("Adding fPhysRam! methods to provide write access to the field fPhysRam (" __HERE__ ")"); diff --git a/deps/src/JlClasses_011.cxx b/deps/src/JlClasses_011.cxx index ab20a65..92cf34a 100644 --- a/deps/src/JlClasses_011.cxx +++ b/deps/src/JlClasses_011.cxx @@ -17,7 +17,7 @@ struct JlCpuInfo_t: public Wrapper { JlCpuInfo_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type CpuInfo_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:165:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:163:8 jlcxx::TypeWrapper t = jlModule.add_type("CpuInfo_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -28,67 +28,67 @@ struct JlCpuInfo_t: public Wrapper { DEBUG_MSG("Adding wrapper for Version_t CpuInfo_t::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t CpuInfo_t::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!Class_Version", static_cast(&CpuInfo_t::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * CpuInfo_t::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * CpuInfo_t::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 t.method("IsA", static_cast(&CpuInfo_t::IsA)); DEBUG_MSG("Adding wrapper for void CpuInfo_t::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void CpuInfo_t::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 t.method("StreamerNVirtual", static_cast(&CpuInfo_t::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * CpuInfo_t::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * CpuInfo_t::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!DeclFileName", []() { return (std::string)CpuInfo_t::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int CpuInfo_t::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int CpuInfo_t::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!ImplFileLine", static_cast(&CpuInfo_t::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * CpuInfo_t::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * CpuInfo_t::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!ImplFileName", []() { return (std::string)CpuInfo_t::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * CpuInfo_t::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * CpuInfo_t::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!Class_Name", []() { return (std::string)CpuInfo_t::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * CpuInfo_t::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * CpuInfo_t::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!Dictionary", static_cast(&CpuInfo_t::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * CpuInfo_t::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * CpuInfo_t::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!Class", static_cast(&CpuInfo_t::Class)); DEBUG_MSG("Adding wrapper for void CpuInfo_t::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void CpuInfo_t::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 t.method("Streamer", static_cast(&CpuInfo_t::Streamer)); DEBUG_MSG("Adding wrapper for int CpuInfo_t::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int CpuInfo_t::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:176:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:174:4 module_.method("CpuInfo_t!DeclFileLine", static_cast(&CpuInfo_t::DeclFileLine)); DEBUG_MSG("Adding fLoad1m methods to provide read access to the field fLoad1m (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:166:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:164:14 // signature to use in the veto list: CpuInfo_t::fLoad1m t.method("fLoad1m", [](const CpuInfo_t& a) -> Float_t { return a.fLoad1m; }); t.method("fLoad1m", [](CpuInfo_t& a) -> Float_t { return a.fLoad1m; }); t.method("fLoad1m", [](const CpuInfo_t* a) -> Float_t { return a->fLoad1m; }); t.method("fLoad1m", [](CpuInfo_t* a) -> Float_t { return a->fLoad1m; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:166:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:164:14 // signature to use in the veto list: CpuInfo_t::fLoad1m // with ! suffix to veto the setter only. DEBUG_MSG("Adding fLoad1m! methods to provide write access to the field fLoad1m (" __HERE__ ")"); @@ -98,13 +98,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fLoad1m!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fLoad1m = val; }); DEBUG_MSG("Adding fLoad5m methods to provide read access to the field fLoad5m (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:167:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:165:14 // signature to use in the veto list: CpuInfo_t::fLoad5m t.method("fLoad5m", [](const CpuInfo_t& a) -> Float_t { return a.fLoad5m; }); t.method("fLoad5m", [](CpuInfo_t& a) -> Float_t { return a.fLoad5m; }); t.method("fLoad5m", [](const CpuInfo_t* a) -> Float_t { return a->fLoad5m; }); t.method("fLoad5m", [](CpuInfo_t* a) -> Float_t { return a->fLoad5m; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:167:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:165:14 // signature to use in the veto list: CpuInfo_t::fLoad5m // with ! suffix to veto the setter only. DEBUG_MSG("Adding fLoad5m! methods to provide write access to the field fLoad5m (" __HERE__ ")"); @@ -114,13 +114,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fLoad5m!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fLoad5m = val; }); DEBUG_MSG("Adding fLoad15m methods to provide read access to the field fLoad15m (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:168:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:166:14 // signature to use in the veto list: CpuInfo_t::fLoad15m t.method("fLoad15m", [](const CpuInfo_t& a) -> Float_t { return a.fLoad15m; }); t.method("fLoad15m", [](CpuInfo_t& a) -> Float_t { return a.fLoad15m; }); t.method("fLoad15m", [](const CpuInfo_t* a) -> Float_t { return a->fLoad15m; }); t.method("fLoad15m", [](CpuInfo_t* a) -> Float_t { return a->fLoad15m; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:168:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:166:14 // signature to use in the veto list: CpuInfo_t::fLoad15m // with ! suffix to veto the setter only. DEBUG_MSG("Adding fLoad15m! methods to provide write access to the field fLoad15m (" __HERE__ ")"); @@ -130,13 +130,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fLoad15m!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fLoad15m = val; }); DEBUG_MSG("Adding fUser methods to provide read access to the field fUser (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:169:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:167:14 // signature to use in the veto list: CpuInfo_t::fUser t.method("fUser", [](const CpuInfo_t& a) -> Float_t { return a.fUser; }); t.method("fUser", [](CpuInfo_t& a) -> Float_t { return a.fUser; }); t.method("fUser", [](const CpuInfo_t* a) -> Float_t { return a->fUser; }); t.method("fUser", [](CpuInfo_t* a) -> Float_t { return a->fUser; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:169:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:167:14 // signature to use in the veto list: CpuInfo_t::fUser // with ! suffix to veto the setter only. DEBUG_MSG("Adding fUser! methods to provide write access to the field fUser (" __HERE__ ")"); @@ -146,13 +146,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fUser!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fUser = val; }); DEBUG_MSG("Adding fSys methods to provide read access to the field fSys (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:170:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:168:14 // signature to use in the veto list: CpuInfo_t::fSys t.method("fSys", [](const CpuInfo_t& a) -> Float_t { return a.fSys; }); t.method("fSys", [](CpuInfo_t& a) -> Float_t { return a.fSys; }); t.method("fSys", [](const CpuInfo_t* a) -> Float_t { return a->fSys; }); t.method("fSys", [](CpuInfo_t* a) -> Float_t { return a->fSys; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:170:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:168:14 // signature to use in the veto list: CpuInfo_t::fSys // with ! suffix to veto the setter only. DEBUG_MSG("Adding fSys! methods to provide write access to the field fSys (" __HERE__ ")"); @@ -162,13 +162,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fSys!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fSys = val; }); DEBUG_MSG("Adding fTotal methods to provide read access to the field fTotal (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:171:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:169:14 // signature to use in the veto list: CpuInfo_t::fTotal t.method("fTotal", [](const CpuInfo_t& a) -> Float_t { return a.fTotal; }); t.method("fTotal", [](CpuInfo_t& a) -> Float_t { return a.fTotal; }); t.method("fTotal", [](const CpuInfo_t* a) -> Float_t { return a->fTotal; }); t.method("fTotal", [](CpuInfo_t* a) -> Float_t { return a->fTotal; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:171:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:169:14 // signature to use in the veto list: CpuInfo_t::fTotal // with ! suffix to veto the setter only. DEBUG_MSG("Adding fTotal! methods to provide write access to the field fTotal (" __HERE__ ")"); @@ -178,13 +178,13 @@ struct JlCpuInfo_t: public Wrapper { t.method("fTotal!", [](CpuInfo_t* a, Float_t val) -> Float_t { return a->fTotal = val; }); DEBUG_MSG("Adding fIdle methods to provide read access to the field fIdle (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:172:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:170:14 // signature to use in the veto list: CpuInfo_t::fIdle t.method("fIdle", [](const CpuInfo_t& a) -> Float_t { return a.fIdle; }); t.method("fIdle", [](CpuInfo_t& a) -> Float_t { return a.fIdle; }); t.method("fIdle", [](const CpuInfo_t* a) -> Float_t { return a->fIdle; }); t.method("fIdle", [](CpuInfo_t* a) -> Float_t { return a->fIdle; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:172:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:170:14 // signature to use in the veto list: CpuInfo_t::fIdle // with ! suffix to veto the setter only. DEBUG_MSG("Adding fIdle! methods to provide write access to the field fIdle (" __HERE__ ")"); @@ -212,7 +212,7 @@ struct JlMemInfo_t: public Wrapper { JlMemInfo_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type MemInfo_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:179:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:177:8 jlcxx::TypeWrapper t = jlModule.add_type("MemInfo_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -223,67 +223,67 @@ struct JlMemInfo_t: public Wrapper { DEBUG_MSG("Adding wrapper for Version_t MemInfo_t::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t MemInfo_t::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!Class_Version", static_cast(&MemInfo_t::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * MemInfo_t::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * MemInfo_t::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 t.method("IsA", static_cast(&MemInfo_t::IsA)); DEBUG_MSG("Adding wrapper for void MemInfo_t::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void MemInfo_t::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 t.method("StreamerNVirtual", static_cast(&MemInfo_t::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * MemInfo_t::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * MemInfo_t::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!DeclFileName", []() { return (std::string)MemInfo_t::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int MemInfo_t::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int MemInfo_t::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!ImplFileLine", static_cast(&MemInfo_t::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * MemInfo_t::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * MemInfo_t::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!ImplFileName", []() { return (std::string)MemInfo_t::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * MemInfo_t::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * MemInfo_t::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!Class_Name", []() { return (std::string)MemInfo_t::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * MemInfo_t::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * MemInfo_t::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!Dictionary", static_cast(&MemInfo_t::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * MemInfo_t::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * MemInfo_t::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!Class", static_cast(&MemInfo_t::Class)); DEBUG_MSG("Adding wrapper for void MemInfo_t::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void MemInfo_t::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 t.method("Streamer", static_cast(&MemInfo_t::Streamer)); DEBUG_MSG("Adding wrapper for int MemInfo_t::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int MemInfo_t::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:189:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:187:4 module_.method("MemInfo_t!DeclFileLine", static_cast(&MemInfo_t::DeclFileLine)); DEBUG_MSG("Adding fMemTotal methods to provide read access to the field fMemTotal (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:180:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:178:14 // signature to use in the veto list: MemInfo_t::fMemTotal t.method("fMemTotal", [](const MemInfo_t& a) -> Int_t { return a.fMemTotal; }); t.method("fMemTotal", [](MemInfo_t& a) -> Int_t { return a.fMemTotal; }); t.method("fMemTotal", [](const MemInfo_t* a) -> Int_t { return a->fMemTotal; }); t.method("fMemTotal", [](MemInfo_t* a) -> Int_t { return a->fMemTotal; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:180:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:178:14 // signature to use in the veto list: MemInfo_t::fMemTotal // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMemTotal! methods to provide write access to the field fMemTotal (" __HERE__ ")"); @@ -293,13 +293,13 @@ struct JlMemInfo_t: public Wrapper { t.method("fMemTotal!", [](MemInfo_t* a, Int_t val) -> Int_t { return a->fMemTotal = val; }); DEBUG_MSG("Adding fMemUsed methods to provide read access to the field fMemUsed (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:181:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:179:14 // signature to use in the veto list: MemInfo_t::fMemUsed t.method("fMemUsed", [](const MemInfo_t& a) -> Int_t { return a.fMemUsed; }); t.method("fMemUsed", [](MemInfo_t& a) -> Int_t { return a.fMemUsed; }); t.method("fMemUsed", [](const MemInfo_t* a) -> Int_t { return a->fMemUsed; }); t.method("fMemUsed", [](MemInfo_t* a) -> Int_t { return a->fMemUsed; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:181:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:179:14 // signature to use in the veto list: MemInfo_t::fMemUsed // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMemUsed! methods to provide write access to the field fMemUsed (" __HERE__ ")"); @@ -309,13 +309,13 @@ struct JlMemInfo_t: public Wrapper { t.method("fMemUsed!", [](MemInfo_t* a, Int_t val) -> Int_t { return a->fMemUsed = val; }); DEBUG_MSG("Adding fMemFree methods to provide read access to the field fMemFree (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:182:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:180:14 // signature to use in the veto list: MemInfo_t::fMemFree t.method("fMemFree", [](const MemInfo_t& a) -> Int_t { return a.fMemFree; }); t.method("fMemFree", [](MemInfo_t& a) -> Int_t { return a.fMemFree; }); t.method("fMemFree", [](const MemInfo_t* a) -> Int_t { return a->fMemFree; }); t.method("fMemFree", [](MemInfo_t* a) -> Int_t { return a->fMemFree; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:182:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:180:14 // signature to use in the veto list: MemInfo_t::fMemFree // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMemFree! methods to provide write access to the field fMemFree (" __HERE__ ")"); @@ -325,13 +325,13 @@ struct JlMemInfo_t: public Wrapper { t.method("fMemFree!", [](MemInfo_t* a, Int_t val) -> Int_t { return a->fMemFree = val; }); DEBUG_MSG("Adding fSwapTotal methods to provide read access to the field fSwapTotal (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:183:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:181:14 // signature to use in the veto list: MemInfo_t::fSwapTotal t.method("fSwapTotal", [](const MemInfo_t& a) -> Int_t { return a.fSwapTotal; }); t.method("fSwapTotal", [](MemInfo_t& a) -> Int_t { return a.fSwapTotal; }); t.method("fSwapTotal", [](const MemInfo_t* a) -> Int_t { return a->fSwapTotal; }); t.method("fSwapTotal", [](MemInfo_t* a) -> Int_t { return a->fSwapTotal; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:183:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:181:14 // signature to use in the veto list: MemInfo_t::fSwapTotal // with ! suffix to veto the setter only. DEBUG_MSG("Adding fSwapTotal! methods to provide write access to the field fSwapTotal (" __HERE__ ")"); @@ -341,13 +341,13 @@ struct JlMemInfo_t: public Wrapper { t.method("fSwapTotal!", [](MemInfo_t* a, Int_t val) -> Int_t { return a->fSwapTotal = val; }); DEBUG_MSG("Adding fSwapUsed methods to provide read access to the field fSwapUsed (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:184:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:182:14 // signature to use in the veto list: MemInfo_t::fSwapUsed t.method("fSwapUsed", [](const MemInfo_t& a) -> Int_t { return a.fSwapUsed; }); t.method("fSwapUsed", [](MemInfo_t& a) -> Int_t { return a.fSwapUsed; }); t.method("fSwapUsed", [](const MemInfo_t* a) -> Int_t { return a->fSwapUsed; }); t.method("fSwapUsed", [](MemInfo_t* a) -> Int_t { return a->fSwapUsed; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:184:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:182:14 // signature to use in the veto list: MemInfo_t::fSwapUsed // with ! suffix to veto the setter only. DEBUG_MSG("Adding fSwapUsed! methods to provide write access to the field fSwapUsed (" __HERE__ ")"); @@ -357,13 +357,13 @@ struct JlMemInfo_t: public Wrapper { t.method("fSwapUsed!", [](MemInfo_t* a, Int_t val) -> Int_t { return a->fSwapUsed = val; }); DEBUG_MSG("Adding fSwapFree methods to provide read access to the field fSwapFree (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:185:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:183:14 // signature to use in the veto list: MemInfo_t::fSwapFree t.method("fSwapFree", [](const MemInfo_t& a) -> Int_t { return a.fSwapFree; }); t.method("fSwapFree", [](MemInfo_t& a) -> Int_t { return a.fSwapFree; }); t.method("fSwapFree", [](const MemInfo_t* a) -> Int_t { return a->fSwapFree; }); t.method("fSwapFree", [](MemInfo_t* a) -> Int_t { return a->fSwapFree; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:185:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:183:14 // signature to use in the veto list: MemInfo_t::fSwapFree // with ! suffix to veto the setter only. DEBUG_MSG("Adding fSwapFree! methods to provide write access to the field fSwapFree (" __HERE__ ")"); @@ -391,7 +391,7 @@ struct JlProcInfo_t: public Wrapper { JlProcInfo_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type ProcInfo_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:192:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:190:8 jlcxx::TypeWrapper t = jlModule.add_type("ProcInfo_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -402,67 +402,67 @@ struct JlProcInfo_t: public Wrapper { DEBUG_MSG("Adding wrapper for Version_t ProcInfo_t::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t ProcInfo_t::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!Class_Version", static_cast(&ProcInfo_t::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * ProcInfo_t::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * ProcInfo_t::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 t.method("IsA", static_cast(&ProcInfo_t::IsA)); DEBUG_MSG("Adding wrapper for void ProcInfo_t::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void ProcInfo_t::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 t.method("StreamerNVirtual", static_cast(&ProcInfo_t::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * ProcInfo_t::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * ProcInfo_t::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!DeclFileName", []() { return (std::string)ProcInfo_t::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int ProcInfo_t::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int ProcInfo_t::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!ImplFileLine", static_cast(&ProcInfo_t::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * ProcInfo_t::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * ProcInfo_t::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!ImplFileName", []() { return (std::string)ProcInfo_t::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * ProcInfo_t::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * ProcInfo_t::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!Class_Name", []() { return (std::string)ProcInfo_t::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * ProcInfo_t::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * ProcInfo_t::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!Dictionary", static_cast(&ProcInfo_t::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * ProcInfo_t::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * ProcInfo_t::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!Class", static_cast(&ProcInfo_t::Class)); DEBUG_MSG("Adding wrapper for void ProcInfo_t::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void ProcInfo_t::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 t.method("Streamer", static_cast(&ProcInfo_t::Streamer)); DEBUG_MSG("Adding wrapper for int ProcInfo_t::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int ProcInfo_t::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:198:4 module_.method("ProcInfo_t!DeclFileLine", static_cast(&ProcInfo_t::DeclFileLine)); DEBUG_MSG("Adding fCpuUser methods to provide read access to the field fCpuUser (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:193:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:191:14 // signature to use in the veto list: ProcInfo_t::fCpuUser t.method("fCpuUser", [](const ProcInfo_t& a) -> Float_t { return a.fCpuUser; }); t.method("fCpuUser", [](ProcInfo_t& a) -> Float_t { return a.fCpuUser; }); t.method("fCpuUser", [](const ProcInfo_t* a) -> Float_t { return a->fCpuUser; }); t.method("fCpuUser", [](ProcInfo_t* a) -> Float_t { return a->fCpuUser; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:193:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:191:14 // signature to use in the veto list: ProcInfo_t::fCpuUser // with ! suffix to veto the setter only. DEBUG_MSG("Adding fCpuUser! methods to provide write access to the field fCpuUser (" __HERE__ ")"); @@ -472,13 +472,13 @@ struct JlProcInfo_t: public Wrapper { t.method("fCpuUser!", [](ProcInfo_t* a, Float_t val) -> Float_t { return a->fCpuUser = val; }); DEBUG_MSG("Adding fCpuSys methods to provide read access to the field fCpuSys (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:194:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:192:14 // signature to use in the veto list: ProcInfo_t::fCpuSys t.method("fCpuSys", [](const ProcInfo_t& a) -> Float_t { return a.fCpuSys; }); t.method("fCpuSys", [](ProcInfo_t& a) -> Float_t { return a.fCpuSys; }); t.method("fCpuSys", [](const ProcInfo_t* a) -> Float_t { return a->fCpuSys; }); t.method("fCpuSys", [](ProcInfo_t* a) -> Float_t { return a->fCpuSys; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:194:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:192:14 // signature to use in the veto list: ProcInfo_t::fCpuSys // with ! suffix to veto the setter only. DEBUG_MSG("Adding fCpuSys! methods to provide write access to the field fCpuSys (" __HERE__ ")"); @@ -488,13 +488,13 @@ struct JlProcInfo_t: public Wrapper { t.method("fCpuSys!", [](ProcInfo_t* a, Float_t val) -> Float_t { return a->fCpuSys = val; }); DEBUG_MSG("Adding fMemResident methods to provide read access to the field fMemResident (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:195:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:193:14 // signature to use in the veto list: ProcInfo_t::fMemResident t.method("fMemResident", [](const ProcInfo_t& a) -> Long_t { return a.fMemResident; }); t.method("fMemResident", [](ProcInfo_t& a) -> Long_t { return a.fMemResident; }); t.method("fMemResident", [](const ProcInfo_t* a) -> Long_t { return a->fMemResident; }); t.method("fMemResident", [](ProcInfo_t* a) -> Long_t { return a->fMemResident; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:195:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:193:14 // signature to use in the veto list: ProcInfo_t::fMemResident // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMemResident! methods to provide write access to the field fMemResident (" __HERE__ ")"); @@ -504,13 +504,13 @@ struct JlProcInfo_t: public Wrapper { t.method("fMemResident!", [](ProcInfo_t* a, Long_t val) -> Long_t { return a->fMemResident = val; }); DEBUG_MSG("Adding fMemVirtual methods to provide read access to the field fMemVirtual (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:196:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:194:14 // signature to use in the veto list: ProcInfo_t::fMemVirtual t.method("fMemVirtual", [](const ProcInfo_t& a) -> Long_t { return a.fMemVirtual; }); t.method("fMemVirtual", [](ProcInfo_t& a) -> Long_t { return a.fMemVirtual; }); t.method("fMemVirtual", [](const ProcInfo_t* a) -> Long_t { return a->fMemVirtual; }); t.method("fMemVirtual", [](ProcInfo_t* a) -> Long_t { return a->fMemVirtual; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:196:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:194:14 // signature to use in the veto list: ProcInfo_t::fMemVirtual // with ! suffix to veto the setter only. DEBUG_MSG("Adding fMemVirtual! methods to provide write access to the field fMemVirtual (" __HERE__ ")"); @@ -538,7 +538,7 @@ struct JlRedirectHandle_t: public Wrapper { JlRedirectHandle_t(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type RedirectHandle_t (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:203:8 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:201:8 jlcxx::TypeWrapper t = jlModule.add_type("RedirectHandle_t"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -549,22 +549,22 @@ struct JlRedirectHandle_t: public Wrapper { DEBUG_MSG("Adding wrapper for void RedirectHandle_t::RedirectHandle_t(const char *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:210:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:208:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void RedirectHandle_t::Reset() (" __HERE__ ")"); // signature to use in the veto list: void RedirectHandle_t::Reset() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:211:9 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:209:9 t.method("Reset", static_cast(&RedirectHandle_t::Reset)); DEBUG_MSG("Adding fFile methods to provide read access to the field fFile (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:204:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:202:14 // signature to use in the veto list: RedirectHandle_t::fFile t.method("fFile", [](const RedirectHandle_t& a) -> const TString& { return a.fFile; }); t.method("fFile", [](RedirectHandle_t& a) -> TString& { return a.fFile; }); t.method("fFile", [](const RedirectHandle_t* a) -> const TString& { return a->fFile; }); t.method("fFile", [](RedirectHandle_t* a) -> TString& { return a->fFile; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:204:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:202:14 // signature to use in the veto list: RedirectHandle_t::fFile // with ! suffix to veto the setter only. DEBUG_MSG("Adding fFile! methods to provide write access to the field fFile (" __HERE__ ")"); @@ -574,13 +574,13 @@ struct JlRedirectHandle_t: public Wrapper { t.method("fFile!", [](RedirectHandle_t* a, const TString& val) -> TString& { return a->fFile = val; }); DEBUG_MSG("Adding fStdOutTty methods to provide read access to the field fStdOutTty (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:205:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:203:14 // signature to use in the veto list: RedirectHandle_t::fStdOutTty t.method("fStdOutTty", [](const RedirectHandle_t& a) -> const TString& { return a.fStdOutTty; }); t.method("fStdOutTty", [](RedirectHandle_t& a) -> TString& { return a.fStdOutTty; }); t.method("fStdOutTty", [](const RedirectHandle_t* a) -> const TString& { return a->fStdOutTty; }); t.method("fStdOutTty", [](RedirectHandle_t* a) -> TString& { return a->fStdOutTty; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:205:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:203:14 // signature to use in the veto list: RedirectHandle_t::fStdOutTty // with ! suffix to veto the setter only. DEBUG_MSG("Adding fStdOutTty! methods to provide write access to the field fStdOutTty (" __HERE__ ")"); @@ -590,13 +590,13 @@ struct JlRedirectHandle_t: public Wrapper { t.method("fStdOutTty!", [](RedirectHandle_t* a, const TString& val) -> TString& { return a->fStdOutTty = val; }); DEBUG_MSG("Adding fStdErrTty methods to provide read access to the field fStdErrTty (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:206:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:204:14 // signature to use in the veto list: RedirectHandle_t::fStdErrTty t.method("fStdErrTty", [](const RedirectHandle_t& a) -> const TString& { return a.fStdErrTty; }); t.method("fStdErrTty", [](RedirectHandle_t& a) -> TString& { return a.fStdErrTty; }); t.method("fStdErrTty", [](const RedirectHandle_t* a) -> const TString& { return a->fStdErrTty; }); t.method("fStdErrTty", [](RedirectHandle_t* a) -> TString& { return a->fStdErrTty; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:206:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:204:14 // signature to use in the veto list: RedirectHandle_t::fStdErrTty // with ! suffix to veto the setter only. DEBUG_MSG("Adding fStdErrTty! methods to provide write access to the field fStdErrTty (" __HERE__ ")"); @@ -606,13 +606,13 @@ struct JlRedirectHandle_t: public Wrapper { t.method("fStdErrTty!", [](RedirectHandle_t* a, const TString& val) -> TString& { return a->fStdErrTty = val; }); DEBUG_MSG("Adding fStdOutDup methods to provide read access to the field fStdOutDup (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:207:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:205:14 // signature to use in the veto list: RedirectHandle_t::fStdOutDup t.method("fStdOutDup", [](const RedirectHandle_t& a) -> Int_t { return a.fStdOutDup; }); t.method("fStdOutDup", [](RedirectHandle_t& a) -> Int_t { return a.fStdOutDup; }); t.method("fStdOutDup", [](const RedirectHandle_t* a) -> Int_t { return a->fStdOutDup; }); t.method("fStdOutDup", [](RedirectHandle_t* a) -> Int_t { return a->fStdOutDup; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:207:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:205:14 // signature to use in the veto list: RedirectHandle_t::fStdOutDup // with ! suffix to veto the setter only. DEBUG_MSG("Adding fStdOutDup! methods to provide write access to the field fStdOutDup (" __HERE__ ")"); @@ -622,13 +622,13 @@ struct JlRedirectHandle_t: public Wrapper { t.method("fStdOutDup!", [](RedirectHandle_t* a, Int_t val) -> Int_t { return a->fStdOutDup = val; }); DEBUG_MSG("Adding fStdErrDup methods to provide read access to the field fStdErrDup (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:208:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:206:14 // signature to use in the veto list: RedirectHandle_t::fStdErrDup t.method("fStdErrDup", [](const RedirectHandle_t& a) -> Int_t { return a.fStdErrDup; }); t.method("fStdErrDup", [](RedirectHandle_t& a) -> Int_t { return a.fStdErrDup; }); t.method("fStdErrDup", [](const RedirectHandle_t* a) -> Int_t { return a->fStdErrDup; }); t.method("fStdErrDup", [](RedirectHandle_t* a) -> Int_t { return a->fStdErrDup; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:208:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:206:14 // signature to use in the veto list: RedirectHandle_t::fStdErrDup // with ! suffix to veto the setter only. DEBUG_MSG("Adding fStdErrDup! methods to provide write access to the field fStdErrDup (" __HERE__ ")"); @@ -638,13 +638,13 @@ struct JlRedirectHandle_t: public Wrapper { t.method("fStdErrDup!", [](RedirectHandle_t* a, Int_t val) -> Int_t { return a->fStdErrDup = val; }); DEBUG_MSG("Adding fReadOffSet methods to provide read access to the field fReadOffSet (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:209:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:207:14 // signature to use in the veto list: RedirectHandle_t::fReadOffSet t.method("fReadOffSet", [](const RedirectHandle_t& a) -> Int_t { return a.fReadOffSet; }); t.method("fReadOffSet", [](RedirectHandle_t& a) -> Int_t { return a.fReadOffSet; }); t.method("fReadOffSet", [](const RedirectHandle_t* a) -> Int_t { return a->fReadOffSet; }); t.method("fReadOffSet", [](RedirectHandle_t* a) -> Int_t { return a->fReadOffSet; }); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:209:14 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:207:14 // signature to use in the veto list: RedirectHandle_t::fReadOffSet // with ! suffix to veto the setter only. DEBUG_MSG("Adding fReadOffSet! methods to provide write access to the field fReadOffSet (" __HERE__ ")"); @@ -673,7 +673,7 @@ struct JlTProcessEventTimer: public Wrapper { JlTProcessEventTimer(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TProcessEventTimer (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:257:7 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:251:7 jlcxx::TypeWrapper t = jlModule.add_type("TProcessEventTimer", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -684,72 +684,72 @@ struct JlTProcessEventTimer: public Wrapper { DEBUG_MSG("Adding wrapper for void TProcessEventTimer::TProcessEventTimer(Long_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:259:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:253:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for Bool_t TProcessEventTimer::Notify() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TProcessEventTimer::Notify() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:260:11 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:254:11 t.method("Notify", static_cast(&TProcessEventTimer::Notify)); DEBUG_MSG("Adding wrapper for Bool_t TProcessEventTimer::ProcessEvents() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TProcessEventTimer::ProcessEvents() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:261:11 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:255:11 t.method("ProcessEvents", static_cast(&TProcessEventTimer::ProcessEvents)); DEBUG_MSG("Adding wrapper for Version_t TProcessEventTimer::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TProcessEventTimer::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!Class_Version", static_cast(&TProcessEventTimer::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TProcessEventTimer::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProcessEventTimer::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 t.method("IsA", static_cast(&TProcessEventTimer::IsA)); DEBUG_MSG("Adding wrapper for void TProcessEventTimer::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TProcessEventTimer::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 t.method("StreamerNVirtual", static_cast(&TProcessEventTimer::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TProcessEventTimer::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TProcessEventTimer::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!DeclFileName", []() { return (std::string)TProcessEventTimer::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TProcessEventTimer::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TProcessEventTimer::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!ImplFileLine", static_cast(&TProcessEventTimer::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TProcessEventTimer::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TProcessEventTimer::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!ImplFileName", []() { return (std::string)TProcessEventTimer::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TProcessEventTimer::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TProcessEventTimer::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!Class_Name", []() { return (std::string)TProcessEventTimer::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TProcessEventTimer::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProcessEventTimer::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!Dictionary", static_cast(&TProcessEventTimer::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TProcessEventTimer::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProcessEventTimer::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!Class", static_cast(&TProcessEventTimer::Class)); DEBUG_MSG("Adding wrapper for void TProcessEventTimer::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TProcessEventTimer::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 t.method("Streamer", static_cast(&TProcessEventTimer::Streamer)); DEBUG_MSG("Adding wrapper for int TProcessEventTimer::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TProcessEventTimer::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:262:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:256:4 module_.method("TProcessEventTimer!DeclFileLine", static_cast(&TProcessEventTimer::DeclFileLine)); } diff --git a/deps/src/JlClasses_012.cxx b/deps/src/JlClasses_012.cxx index ef77253..0869615 100644 --- a/deps/src/JlClasses_012.cxx +++ b/deps/src/JlClasses_012.cxx @@ -18,7 +18,7 @@ struct JlTSystem: public Wrapper { JlTSystem(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TSystem (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:266:7 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:260:7 jlcxx::TypeWrapper t = jlModule.add_type("TSystem", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -30,71 +30,76 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for void TSystem::TSystem(const char *, const char *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:342:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:336:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for Bool_t TSystem::Init() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::Init() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:346:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:340:28 t.method("Init", static_cast(&TSystem::Init)); DEBUG_MSG("Adding wrapper for void TSystem::SetProgname(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetProgname(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:347:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:341:28 t.method("SetProgname", static_cast(&TSystem::SetProgname)); DEBUG_MSG("Adding wrapper for void TSystem::SetDisplay() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetDisplay() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:348:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:342:28 t.method("SetDisplay", static_cast(&TSystem::SetDisplay)); DEBUG_MSG("Adding wrapper for void TSystem::SetErrorStr(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetErrorStr(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:349:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:343:28 t.method("SetErrorStr", static_cast(&TSystem::SetErrorStr)); DEBUG_MSG("Adding wrapper for const char * TSystem::GetErrorStr() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetErrorStr() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:350:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:344:28 t.method("GetErrorStr", [](TSystem const& a) { return (std::string)a.GetErrorStr(); }); t.method("GetErrorStr", [](TSystem const* a) { return (std::string)a->GetErrorStr(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetError() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetError() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:351:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:345:28 t.method("GetError", [](TSystem& a) { return (std::string)a.GetError(); }); t.method("GetError", [](TSystem* a) { return (std::string)a->GetError(); }); + DEBUG_MSG("Adding wrapper for Int_t TSystem::GetCryptoRandom(void *, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TSystem::GetCryptoRandom(void *, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:346:28 + t.method("GetCryptoRandom", static_cast(&TSystem::GetCryptoRandom)); + DEBUG_MSG("Adding wrapper for void TSystem::RemoveOnExit(TObject *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::RemoveOnExit(TObject *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:352:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:347:28 t.method("RemoveOnExit", static_cast(&TSystem::RemoveOnExit)); DEBUG_MSG("Adding wrapper for const char * TSystem::HostName() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::HostName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:353:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:348:28 t.method("HostName", [](TSystem& a) { return (std::string)a.HostName(); }); t.method("HostName", [](TSystem* a) { return (std::string)a->HostName(); }); DEBUG_MSG("Adding wrapper for void TSystem::NotifyApplicationCreated() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::NotifyApplicationCreated() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:354:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:349:28 t.method("NotifyApplicationCreated", static_cast(&TSystem::NotifyApplicationCreated)); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetErrno() (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetErrno() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:356:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:351:28 module_.method("TSystem!GetErrno", static_cast(&TSystem::GetErrno)); DEBUG_MSG("Adding wrapper for void TSystem::ResetErrno() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ResetErrno() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:357:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:352:28 module_.method("TSystem!ResetErrno", static_cast(&TSystem::ResetErrno)); DEBUG_MSG("Adding wrapper for void TSystem::Beep(Int_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Beep(Int_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:358:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:353:28 t.method("Beep", static_cast(&TSystem::Beep)); t.method("Beep", [](TSystem& a)->void { a.Beep(); }); t.method("Beep", [](TSystem& a, Int_t arg0)->void { a.Beep(arg0); }); @@ -105,258 +110,258 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for void TSystem::GetBeepDefaults(Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::GetBeepDefaults(Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:359:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:354:28 t.method("GetBeepDefaults", static_cast(&TSystem::GetBeepDefaults)); DEBUG_MSG("Adding wrapper for void TSystem::Run() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Run() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:362:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:357:28 t.method("Run", static_cast(&TSystem::Run)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::ProcessEvents() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::ProcessEvents() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:363:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:358:28 t.method("ProcessEvents", static_cast(&TSystem::ProcessEvents)); DEBUG_MSG("Adding wrapper for void TSystem::DispatchOneEvent(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::DispatchOneEvent(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:364:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:359:28 t.method("DispatchOneEvent", static_cast(&TSystem::DispatchOneEvent)); t.method("DispatchOneEvent", [](TSystem& a)->void { a.DispatchOneEvent(); }); t.method("DispatchOneEvent", [](TSystem* a)->void { a->DispatchOneEvent(); }); DEBUG_MSG("Adding wrapper for void TSystem::ExitLoop() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ExitLoop() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:365:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:360:28 t.method("ExitLoop", static_cast(&TSystem::ExitLoop)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::InControl() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::InControl() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:366:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:361:28 t.method("InControl", static_cast(&TSystem::InControl)); DEBUG_MSG("Adding wrapper for void TSystem::InnerLoop() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::InnerLoop() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:367:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:362:28 t.method("InnerLoop", static_cast(&TSystem::InnerLoop)); DEBUG_MSG("Adding wrapper for Int_t TSystem::Select(TList *, Long_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::Select(TList *, Long_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:368:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:363:28 t.method("Select", static_cast(&TSystem::Select)); DEBUG_MSG("Adding wrapper for Int_t TSystem::Select(TFileHandler *, Long_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::Select(TFileHandler *, Long_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:369:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:364:28 t.method("Select", static_cast(&TSystem::Select)); DEBUG_MSG("Adding wrapper for void TSystem::AddSignalHandler(TSignalHandler *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddSignalHandler(TSignalHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:372:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:367:28 t.method("AddSignalHandler", static_cast(&TSystem::AddSignalHandler)); DEBUG_MSG("Adding wrapper for TSignalHandler * TSystem::RemoveSignalHandler(TSignalHandler *) (" __HERE__ ")"); // signature to use in the veto list: TSignalHandler * TSystem::RemoveSignalHandler(TSignalHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:373:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:368:28 t.method("RemoveSignalHandler", static_cast(&TSystem::RemoveSignalHandler)); DEBUG_MSG("Adding wrapper for void TSystem::ResetSignal(ESignals, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ResetSignal(ESignals, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:374:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:369:28 t.method("ResetSignal", static_cast(&TSystem::ResetSignal)); t.method("ResetSignal", [](TSystem& a, ESignals arg0)->void { a.ResetSignal(arg0); }); t.method("ResetSignal", [](TSystem* a, ESignals arg0)->void { a->ResetSignal(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::ResetSignals() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ResetSignals() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:375:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:370:28 t.method("ResetSignals", static_cast(&TSystem::ResetSignals)); DEBUG_MSG("Adding wrapper for void TSystem::IgnoreSignal(ESignals, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::IgnoreSignal(ESignals, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:376:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:371:28 t.method("IgnoreSignal", static_cast(&TSystem::IgnoreSignal)); t.method("IgnoreSignal", [](TSystem& a, ESignals arg0)->void { a.IgnoreSignal(arg0); }); t.method("IgnoreSignal", [](TSystem* a, ESignals arg0)->void { a->IgnoreSignal(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::IgnoreInterrupt(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::IgnoreInterrupt(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:377:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:372:28 t.method("IgnoreInterrupt", static_cast(&TSystem::IgnoreInterrupt)); t.method("IgnoreInterrupt", [](TSystem& a)->void { a.IgnoreInterrupt(); }); t.method("IgnoreInterrupt", [](TSystem* a)->void { a->IgnoreInterrupt(); }); DEBUG_MSG("Adding wrapper for TSeqCollection * TSystem::GetListOfSignalHandlers() (" __HERE__ ")"); // signature to use in the veto list: TSeqCollection * TSystem::GetListOfSignalHandlers() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:378:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:373:28 t.method("GetListOfSignalHandlers", static_cast(&TSystem::GetListOfSignalHandlers)); DEBUG_MSG("Adding wrapper for void TSystem::AddFileHandler(TFileHandler *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddFileHandler(TFileHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:379:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:374:28 t.method("AddFileHandler", static_cast(&TSystem::AddFileHandler)); DEBUG_MSG("Adding wrapper for TFileHandler * TSystem::RemoveFileHandler(TFileHandler *) (" __HERE__ ")"); // signature to use in the veto list: TFileHandler * TSystem::RemoveFileHandler(TFileHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:380:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:375:28 t.method("RemoveFileHandler", static_cast(&TSystem::RemoveFileHandler)); DEBUG_MSG("Adding wrapper for TSeqCollection * TSystem::GetListOfFileHandlers() (" __HERE__ ")"); // signature to use in the veto list: TSeqCollection * TSystem::GetListOfFileHandlers() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:381:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:376:28 t.method("GetListOfFileHandlers", static_cast(&TSystem::GetListOfFileHandlers)); DEBUG_MSG("Adding wrapper for void TSystem::AddStdExceptionHandler(TStdExceptionHandler *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddStdExceptionHandler(TStdExceptionHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:382:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:377:28 t.method("AddStdExceptionHandler", static_cast(&TSystem::AddStdExceptionHandler)); DEBUG_MSG("Adding wrapper for TStdExceptionHandler * TSystem::RemoveStdExceptionHandler(TStdExceptionHandler *) (" __HERE__ ")"); // signature to use in the veto list: TStdExceptionHandler * TSystem::RemoveStdExceptionHandler(TStdExceptionHandler *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:383:34 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:378:34 t.method("RemoveStdExceptionHandler", static_cast(&TSystem::RemoveStdExceptionHandler)); DEBUG_MSG("Adding wrapper for TSeqCollection * TSystem::GetListOfStdExceptionHandlers() (" __HERE__ ")"); // signature to use in the veto list: TSeqCollection * TSystem::GetListOfStdExceptionHandlers() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:384:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:379:28 t.method("GetListOfStdExceptionHandlers", static_cast(&TSystem::GetListOfStdExceptionHandlers)); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetFPEMask() (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetFPEMask() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:387:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:382:28 t.method("GetFPEMask", static_cast(&TSystem::GetFPEMask)); DEBUG_MSG("Adding wrapper for Int_t TSystem::SetFPEMask(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::SetFPEMask(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:388:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:383:28 t.method("SetFPEMask", static_cast(&TSystem::SetFPEMask)); t.method("SetFPEMask", [](TSystem& a)->Int_t { return a.SetFPEMask(); }); t.method("SetFPEMask", [](TSystem* a)->Int_t { return a->SetFPEMask(); }); DEBUG_MSG("Adding wrapper for TTime TSystem::Now() (" __HERE__ ")"); // signature to use in the veto list: TTime TSystem::Now() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:391:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:386:28 t.method("Now", static_cast(&TSystem::Now)); DEBUG_MSG("Adding wrapper for TList * TSystem::GetListOfTimers() (" __HERE__ ")"); // signature to use in the veto list: TList * TSystem::GetListOfTimers() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:392:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:387:28 t.method("GetListOfTimers", static_cast(&TSystem::GetListOfTimers)); DEBUG_MSG("Adding wrapper for void TSystem::AddTimer(TTimer *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddTimer(TTimer *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:393:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:388:28 t.method("AddTimer", static_cast(&TSystem::AddTimer)); DEBUG_MSG("Adding wrapper for TTimer * TSystem::RemoveTimer(TTimer *) (" __HERE__ ")"); // signature to use in the veto list: TTimer * TSystem::RemoveTimer(TTimer *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:394:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:389:28 t.method("RemoveTimer", static_cast(&TSystem::RemoveTimer)); DEBUG_MSG("Adding wrapper for void TSystem::ResetTimer(TTimer *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ResetTimer(TTimer *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:395:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:390:28 t.method("ResetTimer", static_cast(&TSystem::ResetTimer)); DEBUG_MSG("Adding wrapper for Long_t TSystem::NextTimeOut(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Long_t TSystem::NextTimeOut(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:396:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:391:28 t.method("NextTimeOut", static_cast(&TSystem::NextTimeOut)); DEBUG_MSG("Adding wrapper for void TSystem::Sleep(UInt_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Sleep(UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:397:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:392:28 t.method("Sleep", static_cast(&TSystem::Sleep)); DEBUG_MSG("Adding wrapper for Int_t TSystem::Exec(const char *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::Exec(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:400:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:395:28 t.method("Exec", static_cast(&TSystem::Exec)); DEBUG_MSG("Adding wrapper for FILE * TSystem::OpenPipe(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: FILE * TSystem::OpenPipe(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:401:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:396:28 t.method("OpenPipe", static_cast(&TSystem::OpenPipe)); DEBUG_MSG("Adding wrapper for int TSystem::ClosePipe(FILE *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::ClosePipe(FILE *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:402:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:397:28 t.method("ClosePipe", static_cast(&TSystem::ClosePipe)); DEBUG_MSG("Adding wrapper for TString TSystem::GetFromPipe(const char *) (" __HERE__ ")"); // signature to use in the veto list: TString TSystem::GetFromPipe(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:403:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:398:28 t.method("GetFromPipe", static_cast(&TSystem::GetFromPipe)); DEBUG_MSG("Adding wrapper for int TSystem::GetPid() (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetPid() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:404:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:399:28 t.method("GetPid", static_cast(&TSystem::GetPid)); DEBUG_MSG("Adding wrapper for void TSystem::StackTrace() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::StackTrace() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:405:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:400:28 t.method("StackTrace", static_cast(&TSystem::StackTrace)); DEBUG_MSG("Adding wrapper for void TSystem::Exit(int, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Exit(int, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:407:32 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:402:32 t.method("Exit", static_cast(&TSystem::Exit)); t.method("Exit", [](TSystem& a, int arg0)->void { a.Exit(arg0); }); t.method("Exit", [](TSystem* a, int arg0)->void { a->Exit(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::Abort(int) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Abort(int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:408:32 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:403:32 t.method("Abort", static_cast(&TSystem::Abort)); t.method("Abort", [](TSystem& a)->void { a.Abort(); }); t.method("Abort", [](TSystem* a)->void { a->Abort(); }); DEBUG_MSG("Adding wrapper for int TSystem::MakeDirectory(const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::MakeDirectory(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:411:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:406:28 t.method("MakeDirectory", static_cast(&TSystem::MakeDirectory)); DEBUG_MSG("Adding wrapper for void * TSystem::OpenDirectory(const char *) (" __HERE__ ")"); // signature to use in the veto list: void * TSystem::OpenDirectory(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:412:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:407:28 t.method("OpenDirectory", static_cast(&TSystem::OpenDirectory)); DEBUG_MSG("Adding wrapper for void TSystem::FreeDirectory(void *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::FreeDirectory(void *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:413:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:408:28 t.method("FreeDirectory", static_cast(&TSystem::FreeDirectory)); DEBUG_MSG("Adding wrapper for const char * TSystem::GetDirEntry(void *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetDirEntry(void *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:414:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:409:28 t.method("GetDirEntry", [](TSystem& a, void * arg0) { return (std::string)a.GetDirEntry(arg0); }); t.method("GetDirEntry", [](TSystem* a, void * arg0) { return (std::string)a->GetDirEntry(arg0); }); DEBUG_MSG("Adding wrapper for void * TSystem::GetDirPtr() (" __HERE__ ")"); // signature to use in the veto list: void * TSystem::GetDirPtr() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:415:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:410:28 t.method("GetDirPtr", static_cast(&TSystem::GetDirPtr)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::ChangeDirectory(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::ChangeDirectory(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:416:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:411:28 t.method("ChangeDirectory", static_cast(&TSystem::ChangeDirectory)); DEBUG_MSG("Adding wrapper for const char * TSystem::WorkingDirectory() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::WorkingDirectory() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:417:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:412:28 t.method("WorkingDirectory", [](TSystem& a) { return (std::string)a.WorkingDirectory(); }); t.method("WorkingDirectory", [](TSystem* a) { return (std::string)a->WorkingDirectory(); }); DEBUG_MSG("Adding wrapper for std::string TSystem::GetWorkingDirectory() (" __HERE__ ")"); // signature to use in the veto list: std::string TSystem::GetWorkingDirectory() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:418:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:413:28 t.method("GetWorkingDirectory", static_cast(&TSystem::GetWorkingDirectory)); DEBUG_MSG("Adding wrapper for const char * TSystem::HomeDirectory(const char *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::HomeDirectory(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:419:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:414:28 t.method("HomeDirectory", [](TSystem& a) { return (std::string)a.HomeDirectory(); }); t.method("HomeDirectory", [](TSystem& a, const char * arg0) { return (std::string)a.HomeDirectory(arg0); }); t.method("HomeDirectory", [](TSystem* a) { return (std::string)a->HomeDirectory(); }); @@ -364,170 +369,172 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for std::string TSystem::GetHomeDirectory(const char *) (" __HERE__ ")"); // signature to use in the veto list: std::string TSystem::GetHomeDirectory(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:420:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:415:28 t.method("GetHomeDirectory", static_cast(&TSystem::GetHomeDirectory)); t.method("GetHomeDirectory", [](TSystem const& a)->std::string { return a.GetHomeDirectory(); }); t.method("GetHomeDirectory", [](TSystem const* a)->std::string { return a->GetHomeDirectory(); }); DEBUG_MSG("Adding wrapper for int TSystem::mkdir(const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::mkdir(const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:421:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:416:28 t.method("mkdir", static_cast(&TSystem::mkdir)); t.method("mkdir", [](TSystem& a, const char * arg0)->int { return a.mkdir(arg0); }); t.method("mkdir", [](TSystem* a, const char * arg0)->int { return a->mkdir(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TSystem::cd(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::cd(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:422:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:417:28 t.method("cd", static_cast(&TSystem::cd)); DEBUG_MSG("Adding wrapper for const char * TSystem::pwd() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::pwd() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:423:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:418:28 t.method("pwd", [](TSystem& a) { return (std::string)a.pwd(); }); t.method("pwd", [](TSystem* a) { return (std::string)a->pwd(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::TempDirectory() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::TempDirectory() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:424:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:419:28 t.method("TempDirectory", [](TSystem const& a) { return (std::string)a.TempDirectory(); }); t.method("TempDirectory", [](TSystem const* a) { return (std::string)a->TempDirectory(); }); - DEBUG_MSG("Adding wrapper for FILE * TSystem::TempFileName(TString &, const char *) (" __HERE__ ")"); - // signature to use in the veto list: FILE * TSystem::TempFileName(TString &, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:425:28 - t.method("TempFileName", static_cast(&TSystem::TempFileName)); + DEBUG_MSG("Adding wrapper for FILE * TSystem::TempFileName(TString &, const char *, const char *) (" __HERE__ ")"); + // signature to use in the veto list: FILE * TSystem::TempFileName(TString &, const char *, const char *) + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:420:28 + t.method("TempFileName", static_cast(&TSystem::TempFileName)); t.method("TempFileName", [](TSystem& a, TString & arg0)->FILE * { return a.TempFileName(arg0); }); + t.method("TempFileName", [](TSystem& a, TString & arg0, const char * arg1)->FILE * { return a.TempFileName(arg0, arg1); }); t.method("TempFileName", [](TSystem* a, TString & arg0)->FILE * { return a->TempFileName(arg0); }); + t.method("TempFileName", [](TSystem* a, TString & arg0, const char * arg1)->FILE * { return a->TempFileName(arg0, arg1); }); DEBUG_MSG("Adding wrapper for const char * TSystem::BaseName(const char *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::BaseName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:428:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:423:28 t.method("BaseName", [](TSystem& a, const char * arg0) { return (std::string)a.BaseName(arg0); }); t.method("BaseName", [](TSystem* a, const char * arg0) { return (std::string)a->BaseName(arg0); }); DEBUG_MSG("Adding wrapper for const char * TSystem::DirName(const char *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::DirName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:429:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:424:28 t.method("DirName", [](TSystem& a, const char * arg0) { return (std::string)a.DirName(arg0); }); t.method("DirName", [](TSystem* a, const char * arg0) { return (std::string)a->DirName(arg0); }); DEBUG_MSG("Adding wrapper for TString TSystem::GetDirName(const char *) (" __HERE__ ")"); // signature to use in the veto list: TString TSystem::GetDirName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:430:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:425:28 t.method("GetDirName", static_cast(&TSystem::GetDirName)); DEBUG_MSG("Adding wrapper for char * TSystem::ConcatFileName(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: char * TSystem::ConcatFileName(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:431:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:426:28 t.method("ConcatFileName", static_cast(&TSystem::ConcatFileName)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::IsAbsoluteFileName(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::IsAbsoluteFileName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:432:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:427:28 t.method("IsAbsoluteFileName", static_cast(&TSystem::IsAbsoluteFileName)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::IsFileInIncludePath(const char *, char **) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::IsFileInIncludePath(const char *, char **) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:433:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:428:28 t.method("IsFileInIncludePath", static_cast(&TSystem::IsFileInIncludePath)); t.method("IsFileInIncludePath", [](TSystem& a, const char * arg0)->Bool_t { return a.IsFileInIncludePath(arg0); }); t.method("IsFileInIncludePath", [](TSystem* a, const char * arg0)->Bool_t { return a->IsFileInIncludePath(arg0); }); DEBUG_MSG("Adding wrapper for const char * TSystem::PrependPathName(const char *, TString &) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::PrependPathName(const char *, TString &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:434:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:429:28 t.method("PrependPathName", [](TSystem& a, const char * arg0, TString & arg1) { return (std::string)a.PrependPathName(arg0, arg1); }); t.method("PrependPathName", [](TSystem* a, const char * arg0, TString & arg1) { return (std::string)a->PrependPathName(arg0, arg1); }); DEBUG_MSG("Adding wrapper for Bool_t TSystem::ExpandPathName(TString &) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::ExpandPathName(TString &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:435:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:430:28 t.method("ExpandPathName", static_cast(&TSystem::ExpandPathName)); DEBUG_MSG("Adding wrapper for char * TSystem::ExpandPathName(const char *) (" __HERE__ ")"); // signature to use in the veto list: char * TSystem::ExpandPathName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:436:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:431:28 t.method("ExpandPathName", static_cast(&TSystem::ExpandPathName)); DEBUG_MSG("Adding wrapper for Bool_t TSystem::AccessPathName(const char *, EAccessMode) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::AccessPathName(const char *, EAccessMode) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:437:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:432:28 t.method("AccessPathName", static_cast(&TSystem::AccessPathName)); t.method("AccessPathName", [](TSystem& a, const char * arg0)->Bool_t { return a.AccessPathName(arg0); }); t.method("AccessPathName", [](TSystem* a, const char * arg0)->Bool_t { return a->AccessPathName(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TSystem::IsPathLocal(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TSystem::IsPathLocal(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:438:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:433:28 t.method("IsPathLocal", static_cast(&TSystem::IsPathLocal)); DEBUG_MSG("Adding wrapper for int TSystem::CopyFile(const char *, const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::CopyFile(const char *, const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:439:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:434:28 t.method("CopyFile", static_cast(&TSystem::CopyFile)); t.method("CopyFile", [](TSystem& a, const char * arg0, const char * arg1)->int { return a.CopyFile(arg0, arg1); }); t.method("CopyFile", [](TSystem* a, const char * arg0, const char * arg1)->int { return a->CopyFile(arg0, arg1); }); DEBUG_MSG("Adding wrapper for int TSystem::Rename(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Rename(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:440:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:435:28 t.method("Rename", static_cast(&TSystem::Rename)); DEBUG_MSG("Adding wrapper for int TSystem::Link(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Link(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:441:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:436:28 t.method("Link", static_cast(&TSystem::Link)); DEBUG_MSG("Adding wrapper for int TSystem::Symlink(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Symlink(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:442:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:437:28 t.method("Symlink", static_cast(&TSystem::Symlink)); DEBUG_MSG("Adding wrapper for int TSystem::Unlink(const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Unlink(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:443:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:438:28 t.method("Unlink", static_cast(&TSystem::Unlink)); DEBUG_MSG("Adding wrapper for int TSystem::GetPathInfo(const char *, Long_t *, Long_t *, Long_t *, Long_t *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetPathInfo(const char *, Long_t *, Long_t *, Long_t *, Long_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:444:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:439:28 t.method("GetPathInfo", static_cast(&TSystem::GetPathInfo)); DEBUG_MSG("Adding wrapper for int TSystem::GetPathInfo(const char *, FileStat_t &) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetPathInfo(const char *, FileStat_t &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:446:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:441:28 t.method("GetPathInfo", static_cast(&TSystem::GetPathInfo)); DEBUG_MSG("Adding wrapper for int TSystem::GetFsInfo(const char *, Long_t *, Long_t *, Long_t *, Long_t *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetFsInfo(const char *, Long_t *, Long_t *, Long_t *, Long_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:447:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:442:28 t.method("GetFsInfo", static_cast(&TSystem::GetFsInfo)); DEBUG_MSG("Adding wrapper for int TSystem::Chmod(const char *, UInt_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Chmod(const char *, UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:448:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:443:28 t.method("Chmod", static_cast(&TSystem::Chmod)); DEBUG_MSG("Adding wrapper for int TSystem::Umask(Int_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Umask(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:449:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:444:28 t.method("Umask", static_cast(&TSystem::Umask)); DEBUG_MSG("Adding wrapper for int TSystem::Utime(const char *, Long_t, Long_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Utime(const char *, Long_t, Long_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:450:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:445:28 t.method("Utime", static_cast(&TSystem::Utime)); DEBUG_MSG("Adding wrapper for const char * TSystem::UnixPathName(const char *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::UnixPathName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:451:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:446:28 t.method("UnixPathName", [](TSystem& a, const char * arg0) { return (std::string)a.UnixPathName(arg0); }); t.method("UnixPathName", [](TSystem* a, const char * arg0) { return (std::string)a->UnixPathName(arg0); }); DEBUG_MSG("Adding wrapper for const char * TSystem::FindFile(const char *, TString &, EAccessMode) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::FindFile(const char *, TString &, EAccessMode) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:452:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:447:28 t.method("FindFile", [](TSystem& a, const char * arg0, TString & arg1) { return (std::string)a.FindFile(arg0, arg1); }); t.method("FindFile", [](TSystem& a, const char * arg0, TString & arg1, EAccessMode arg2) { return (std::string)a.FindFile(arg0, arg1, arg2); }); t.method("FindFile", [](TSystem* a, const char * arg0, TString & arg1) { return (std::string)a->FindFile(arg0, arg1); }); @@ -535,98 +542,98 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for char * TSystem::Which(const char *, const char *, EAccessMode) (" __HERE__ ")"); // signature to use in the veto list: char * TSystem::Which(const char *, const char *, EAccessMode) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:453:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:448:28 t.method("Which", static_cast(&TSystem::Which)); t.method("Which", [](TSystem& a, const char * arg0, const char * arg1)->char * { return a.Which(arg0, arg1); }); t.method("Which", [](TSystem* a, const char * arg0, const char * arg1)->char * { return a->Which(arg0, arg1); }); DEBUG_MSG("Adding wrapper for TList * TSystem::GetVolumes(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TList * TSystem::GetVolumes(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:454:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:449:28 t.method("GetVolumes", static_cast(&TSystem::GetVolumes)); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetUid(const char *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetUid(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:457:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:452:28 t.method("GetUid", static_cast(&TSystem::GetUid)); t.method("GetUid", [](TSystem& a)->Int_t { return a.GetUid(); }); t.method("GetUid", [](TSystem* a)->Int_t { return a->GetUid(); }); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetGid(const char *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetGid(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:458:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:453:28 t.method("GetGid", static_cast(&TSystem::GetGid)); t.method("GetGid", [](TSystem& a)->Int_t { return a.GetGid(); }); t.method("GetGid", [](TSystem* a)->Int_t { return a->GetGid(); }); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetEffectiveUid() (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetEffectiveUid() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:459:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:454:28 t.method("GetEffectiveUid", static_cast(&TSystem::GetEffectiveUid)); DEBUG_MSG("Adding wrapper for Int_t TSystem::GetEffectiveGid() (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetEffectiveGid() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:460:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:455:28 t.method("GetEffectiveGid", static_cast(&TSystem::GetEffectiveGid)); DEBUG_MSG("Adding wrapper for UserGroup_t * TSystem::GetUserInfo(Int_t) (" __HERE__ ")"); // signature to use in the veto list: UserGroup_t * TSystem::GetUserInfo(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:461:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:456:28 t.method("GetUserInfo", static_cast(&TSystem::GetUserInfo)); DEBUG_MSG("Adding wrapper for UserGroup_t * TSystem::GetUserInfo(const char *) (" __HERE__ ")"); // signature to use in the veto list: UserGroup_t * TSystem::GetUserInfo(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:462:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:457:28 t.method("GetUserInfo", static_cast(&TSystem::GetUserInfo)); t.method("GetUserInfo", [](TSystem& a)->UserGroup_t * { return a.GetUserInfo(); }); t.method("GetUserInfo", [](TSystem* a)->UserGroup_t * { return a->GetUserInfo(); }); DEBUG_MSG("Adding wrapper for UserGroup_t * TSystem::GetGroupInfo(Int_t) (" __HERE__ ")"); // signature to use in the veto list: UserGroup_t * TSystem::GetGroupInfo(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:463:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:458:28 t.method("GetGroupInfo", static_cast(&TSystem::GetGroupInfo)); DEBUG_MSG("Adding wrapper for UserGroup_t * TSystem::GetGroupInfo(const char *) (" __HERE__ ")"); // signature to use in the veto list: UserGroup_t * TSystem::GetGroupInfo(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:464:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:459:28 t.method("GetGroupInfo", static_cast(&TSystem::GetGroupInfo)); t.method("GetGroupInfo", [](TSystem& a)->UserGroup_t * { return a.GetGroupInfo(); }); t.method("GetGroupInfo", [](TSystem* a)->UserGroup_t * { return a->GetGroupInfo(); }); DEBUG_MSG("Adding wrapper for void TSystem::Setenv(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Setenv(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:467:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:462:28 t.method("Setenv", static_cast(&TSystem::Setenv)); DEBUG_MSG("Adding wrapper for void TSystem::Unsetenv(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Unsetenv(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:468:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:463:28 t.method("Unsetenv", static_cast(&TSystem::Unsetenv)); DEBUG_MSG("Adding wrapper for const char * TSystem::Getenv(const char *) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::Getenv(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:469:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:464:28 t.method("Getenv", [](TSystem& a, const char * arg0) { return (std::string)a.Getenv(arg0); }); t.method("Getenv", [](TSystem* a, const char * arg0) { return (std::string)a->Getenv(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::Openlog(const char *, Int_t, ELogFacility) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Openlog(const char *, Int_t, ELogFacility) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:472:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:467:28 t.method("Openlog", static_cast(&TSystem::Openlog)); DEBUG_MSG("Adding wrapper for void TSystem::Syslog(ELogLevel, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Syslog(ELogLevel, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:473:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:468:28 t.method("Syslog", static_cast(&TSystem::Syslog)); DEBUG_MSG("Adding wrapper for void TSystem::Closelog() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Closelog() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:474:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:469:28 t.method("Closelog", static_cast(&TSystem::Closelog)); DEBUG_MSG("Adding wrapper for Int_t TSystem::RedirectOutput(const char *, const char *, RedirectHandle_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::RedirectOutput(const char *, const char *, RedirectHandle_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:477:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:472:28 t.method("RedirectOutput", static_cast(&TSystem::RedirectOutput)); t.method("RedirectOutput", [](TSystem& a, const char * arg0)->Int_t { return a.RedirectOutput(arg0); }); t.method("RedirectOutput", [](TSystem& a, const char * arg0, const char * arg1)->Int_t { return a.RedirectOutput(arg0, arg1); }); @@ -635,35 +642,35 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for void TSystem::ShowOutput(RedirectHandle_t *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ShowOutput(RedirectHandle_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:478:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:473:28 t.method("ShowOutput", static_cast(&TSystem::ShowOutput)); DEBUG_MSG("Adding wrapper for void TSystem::AddDynamicPath(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddDynamicPath(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:481:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:476:28 t.method("AddDynamicPath", static_cast(&TSystem::AddDynamicPath)); DEBUG_MSG("Adding wrapper for const char * TSystem::GetDynamicPath() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetDynamicPath() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:482:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:477:28 t.method("GetDynamicPath", [](TSystem& a) { return (std::string)a.GetDynamicPath(); }); t.method("GetDynamicPath", [](TSystem* a) { return (std::string)a->GetDynamicPath(); }); DEBUG_MSG("Adding wrapper for void TSystem::SetDynamicPath(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetDynamicPath(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:483:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:478:28 t.method("SetDynamicPath", static_cast(&TSystem::SetDynamicPath)); DEBUG_MSG("Adding wrapper for char * TSystem::DynamicPathName(const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: char * TSystem::DynamicPathName(const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:484:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:479:28 t.method("DynamicPathName", static_cast(&TSystem::DynamicPathName)); t.method("DynamicPathName", [](TSystem& a, const char * arg0)->char * { return a.DynamicPathName(arg0); }); t.method("DynamicPathName", [](TSystem* a, const char * arg0)->char * { return a->DynamicPathName(arg0); }); DEBUG_MSG("Adding wrapper for const char * TSystem::FindDynamicLibrary(TString &, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::FindDynamicLibrary(TString &, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:485:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:480:28 t.method("FindDynamicLibrary", [](TSystem& a, TString & arg0) { return (std::string)a.FindDynamicLibrary(arg0); }); t.method("FindDynamicLibrary", [](TSystem& a, TString & arg0, Bool_t arg1) { return (std::string)a.FindDynamicLibrary(arg0, arg1); }); t.method("FindDynamicLibrary", [](TSystem* a, TString & arg0) { return (std::string)a->FindDynamicLibrary(arg0); }); @@ -671,7 +678,7 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for int TSystem::Load(const char *, const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::Load(const char *, const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:487:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:482:28 t.method("Load", static_cast(&TSystem::Load)); t.method("Load", [](TSystem& a, const char * arg0)->int { return a.Load(arg0); }); t.method("Load", [](TSystem& a, const char * arg0, const char * arg1)->int { return a.Load(arg0, arg1); }); @@ -680,31 +687,31 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for void TSystem::Unload(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Unload(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:488:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:483:28 t.method("Unload", static_cast(&TSystem::Unload)); DEBUG_MSG("Adding wrapper for UInt_t TSystem::LoadAllLibraries() (" __HERE__ ")"); // signature to use in the veto list: UInt_t TSystem::LoadAllLibraries() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:489:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:484:28 t.method("LoadAllLibraries", static_cast(&TSystem::LoadAllLibraries)); DEBUG_MSG("Adding wrapper for void TSystem::ListSymbols(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ListSymbols(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:490:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:485:28 t.method("ListSymbols", static_cast(&TSystem::ListSymbols)); t.method("ListSymbols", [](TSystem& a, const char * arg0)->void { a.ListSymbols(arg0); }); t.method("ListSymbols", [](TSystem* a, const char * arg0)->void { a->ListSymbols(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::ListLibraries(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::ListLibraries(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:491:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:486:28 t.method("ListLibraries", static_cast(&TSystem::ListLibraries)); t.method("ListLibraries", [](TSystem& a)->void { a.ListLibraries(); }); t.method("ListLibraries", [](TSystem* a)->void { a->ListLibraries(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetLibraries(const char *, const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetLibraries(const char *, const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:492:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:487:28 t.method("GetLibraries", [](TSystem& a) { return (std::string)a.GetLibraries(); }); t.method("GetLibraries", [](TSystem& a, const char * arg0) { return (std::string)a.GetLibraries(arg0); }); t.method("GetLibraries", [](TSystem& a, const char * arg0, const char * arg1) { return (std::string)a.GetLibraries(arg0, arg1); }); @@ -716,32 +723,32 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for TInetAddress TSystem::GetHostByName(const char *) (" __HERE__ ")"); // signature to use in the veto list: TInetAddress TSystem::GetHostByName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:497:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:492:28 t.method("GetHostByName", static_cast(&TSystem::GetHostByName)); DEBUG_MSG("Adding wrapper for TInetAddress TSystem::GetPeerName(int) (" __HERE__ ")"); // signature to use in the veto list: TInetAddress TSystem::GetPeerName(int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:498:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:493:28 t.method("GetPeerName", static_cast(&TSystem::GetPeerName)); DEBUG_MSG("Adding wrapper for TInetAddress TSystem::GetSockName(int) (" __HERE__ ")"); // signature to use in the veto list: TInetAddress TSystem::GetSockName(int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:499:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:494:28 t.method("GetSockName", static_cast(&TSystem::GetSockName)); DEBUG_MSG("Adding wrapper for int TSystem::GetServiceByName(const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetServiceByName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:500:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:495:28 t.method("GetServiceByName", static_cast(&TSystem::GetServiceByName)); DEBUG_MSG("Adding wrapper for char * TSystem::GetServiceByPort(int) (" __HERE__ ")"); // signature to use in the veto list: char * TSystem::GetServiceByPort(int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:501:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:496:28 t.method("GetServiceByPort", static_cast(&TSystem::GetServiceByPort)); DEBUG_MSG("Adding wrapper for int TSystem::OpenConnection(const char *, int, int, const char *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::OpenConnection(const char *, int, int, const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:502:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:497:28 t.method("OpenConnection", static_cast(&TSystem::OpenConnection)); t.method("OpenConnection", [](TSystem& a, const char * arg0, int arg1)->int { return a.OpenConnection(arg0, arg1); }); t.method("OpenConnection", [](TSystem& a, const char * arg0, int arg1, int arg2)->int { return a.OpenConnection(arg0, arg1, arg2); }); @@ -750,103 +757,103 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for int TSystem::AnnounceTcpService(int, Bool_t, int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::AnnounceTcpService(int, Bool_t, int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:503:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:498:28 t.method("AnnounceTcpService", static_cast(&TSystem::AnnounceTcpService)); t.method("AnnounceTcpService", [](TSystem& a, int arg0, Bool_t arg1, int arg2)->int { return a.AnnounceTcpService(arg0, arg1, arg2); }); t.method("AnnounceTcpService", [](TSystem* a, int arg0, Bool_t arg1, int arg2)->int { return a->AnnounceTcpService(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for int TSystem::AnnounceUdpService(int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::AnnounceUdpService(int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:504:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:499:28 t.method("AnnounceUdpService", static_cast(&TSystem::AnnounceUdpService)); DEBUG_MSG("Adding wrapper for int TSystem::AnnounceUnixService(int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::AnnounceUnixService(int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:505:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:500:28 t.method("AnnounceUnixService", static_cast(&TSystem::AnnounceUnixService)); DEBUG_MSG("Adding wrapper for int TSystem::AnnounceUnixService(const char *, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::AnnounceUnixService(const char *, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:506:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:501:28 t.method("AnnounceUnixService", static_cast(&TSystem::AnnounceUnixService)); DEBUG_MSG("Adding wrapper for int TSystem::AcceptConnection(int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::AcceptConnection(int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:507:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:502:28 t.method("AcceptConnection", static_cast(&TSystem::AcceptConnection)); DEBUG_MSG("Adding wrapper for void TSystem::CloseConnection(int, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::CloseConnection(int, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:508:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:503:28 t.method("CloseConnection", static_cast(&TSystem::CloseConnection)); t.method("CloseConnection", [](TSystem& a, int arg0)->void { a.CloseConnection(arg0); }); t.method("CloseConnection", [](TSystem* a, int arg0)->void { a->CloseConnection(arg0); }); DEBUG_MSG("Adding wrapper for int TSystem::RecvRaw(int, void *, int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::RecvRaw(int, void *, int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:509:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:504:28 t.method("RecvRaw", static_cast(&TSystem::RecvRaw)); DEBUG_MSG("Adding wrapper for int TSystem::SendRaw(int, const void *, int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::SendRaw(int, const void *, int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:510:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:505:28 t.method("SendRaw", static_cast(&TSystem::SendRaw)); DEBUG_MSG("Adding wrapper for int TSystem::RecvBuf(int, void *, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::RecvBuf(int, void *, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:511:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:506:28 t.method("RecvBuf", static_cast(&TSystem::RecvBuf)); DEBUG_MSG("Adding wrapper for int TSystem::SendBuf(int, const void *, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::SendBuf(int, const void *, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:512:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:507:28 t.method("SendBuf", static_cast(&TSystem::SendBuf)); DEBUG_MSG("Adding wrapper for int TSystem::SetSockOpt(int, int, int) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::SetSockOpt(int, int, int) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:513:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:508:28 t.method("SetSockOpt", static_cast(&TSystem::SetSockOpt)); DEBUG_MSG("Adding wrapper for int TSystem::GetSockOpt(int, int, int *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetSockOpt(int, int, int *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:514:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:509:28 t.method("GetSockOpt", static_cast(&TSystem::GetSockOpt)); DEBUG_MSG("Adding wrapper for int TSystem::GetSysInfo(SysInfo_t *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetSysInfo(SysInfo_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:517:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:512:28 t.method("GetSysInfo", static_cast(&TSystem::GetSysInfo)); DEBUG_MSG("Adding wrapper for int TSystem::GetCpuInfo(CpuInfo_t *, Int_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetCpuInfo(CpuInfo_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:518:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:513:28 t.method("GetCpuInfo", static_cast(&TSystem::GetCpuInfo)); t.method("GetCpuInfo", [](TSystem const& a, CpuInfo_t * arg0)->int { return a.GetCpuInfo(arg0); }); t.method("GetCpuInfo", [](TSystem const* a, CpuInfo_t * arg0)->int { return a->GetCpuInfo(arg0); }); DEBUG_MSG("Adding wrapper for int TSystem::GetMemInfo(MemInfo_t *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetMemInfo(MemInfo_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:519:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:514:28 t.method("GetMemInfo", static_cast(&TSystem::GetMemInfo)); DEBUG_MSG("Adding wrapper for int TSystem::GetProcInfo(ProcInfo_t *) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::GetProcInfo(ProcInfo_t *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:520:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:515:28 t.method("GetProcInfo", static_cast(&TSystem::GetProcInfo)); DEBUG_MSG("Adding wrapper for void TSystem::AddIncludePath(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddIncludePath(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:523:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:518:28 t.method("AddIncludePath", static_cast(&TSystem::AddIncludePath)); DEBUG_MSG("Adding wrapper for void TSystem::AddLinkedLibs(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::AddLinkedLibs(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:524:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:519:28 t.method("AddLinkedLibs", static_cast(&TSystem::AddLinkedLibs)); DEBUG_MSG("Adding wrapper for int TSystem::CompileMacro(const char *, Option_t *, const char *, const char *, UInt_t) (" __HERE__ ")"); // signature to use in the veto list: int TSystem::CompileMacro(const char *, Option_t *, const char *, const char *, UInt_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:525:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:520:28 t.method("CompileMacro", static_cast(&TSystem::CompileMacro)); t.method("CompileMacro", [](TSystem& a, const char * arg0)->int { return a.CompileMacro(arg0); }); t.method("CompileMacro", [](TSystem& a, const char * arg0, Option_t * arg1)->int { return a.CompileMacro(arg0, arg1); }); @@ -859,224 +866,224 @@ struct JlTSystem: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TSystem::GetAclicProperties() (" __HERE__ ")"); // signature to use in the veto list: Int_t TSystem::GetAclicProperties() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:526:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:521:28 t.method("GetAclicProperties", static_cast(&TSystem::GetAclicProperties)); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildArch() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildArch() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:527:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:522:28 t.method("GetBuildArch", [](TSystem const& a) { return (std::string)a.GetBuildArch(); }); t.method("GetBuildArch", [](TSystem const* a) { return (std::string)a->GetBuildArch(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildCompiler() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildCompiler() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:528:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:523:28 t.method("GetBuildCompiler", [](TSystem const& a) { return (std::string)a.GetBuildCompiler(); }); t.method("GetBuildCompiler", [](TSystem const* a) { return (std::string)a->GetBuildCompiler(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildCompilerVersion() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildCompilerVersion() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:529:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:524:28 t.method("GetBuildCompilerVersion", [](TSystem const& a) { return (std::string)a.GetBuildCompilerVersion(); }); t.method("GetBuildCompilerVersion", [](TSystem const* a) { return (std::string)a->GetBuildCompilerVersion(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildCompilerVersionStr() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildCompilerVersionStr() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:530:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:525:28 t.method("GetBuildCompilerVersionStr", [](TSystem const& a) { return (std::string)a.GetBuildCompilerVersionStr(); }); t.method("GetBuildCompilerVersionStr", [](TSystem const* a) { return (std::string)a->GetBuildCompilerVersionStr(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildNode() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildNode() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:531:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:526:28 t.method("GetBuildNode", [](TSystem const& a) { return (std::string)a.GetBuildNode(); }); t.method("GetBuildNode", [](TSystem const* a) { return (std::string)a->GetBuildNode(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetBuildDir() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetBuildDir() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:532:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:527:28 t.method("GetBuildDir", [](TSystem const& a) { return (std::string)a.GetBuildDir(); }); t.method("GetBuildDir", [](TSystem const* a) { return (std::string)a->GetBuildDir(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetFlagsDebug() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetFlagsDebug() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:533:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:528:28 t.method("GetFlagsDebug", [](TSystem const& a) { return (std::string)a.GetFlagsDebug(); }); t.method("GetFlagsDebug", [](TSystem const* a) { return (std::string)a->GetFlagsDebug(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetFlagsOpt() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetFlagsOpt() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:534:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:529:28 t.method("GetFlagsOpt", [](TSystem const& a) { return (std::string)a.GetFlagsOpt(); }); t.method("GetFlagsOpt", [](TSystem const* a) { return (std::string)a->GetFlagsOpt(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetIncludePath() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetIncludePath() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:535:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:530:28 t.method("GetIncludePath", [](TSystem& a) { return (std::string)a.GetIncludePath(); }); t.method("GetIncludePath", [](TSystem* a) { return (std::string)a->GetIncludePath(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetLinkedLibs() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetLinkedLibs() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:536:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:531:28 t.method("GetLinkedLibs", [](TSystem const& a) { return (std::string)a.GetLinkedLibs(); }); t.method("GetLinkedLibs", [](TSystem const* a) { return (std::string)a->GetLinkedLibs(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetLinkdefSuffix() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetLinkdefSuffix() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:537:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:532:28 t.method("GetLinkdefSuffix", [](TSystem const& a) { return (std::string)a.GetLinkdefSuffix(); }); t.method("GetLinkdefSuffix", [](TSystem const* a) { return (std::string)a->GetLinkdefSuffix(); }); DEBUG_MSG("Adding wrapper for TSystem::EAclicMode TSystem::GetAclicMode() (" __HERE__ ")"); // signature to use in the veto list: TSystem::EAclicMode TSystem::GetAclicMode() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:538:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:533:28 t.method("GetAclicMode", static_cast(&TSystem::GetAclicMode)); DEBUG_MSG("Adding wrapper for const char * TSystem::GetMakeExe() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetMakeExe() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:539:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:534:28 t.method("GetMakeExe", [](TSystem const& a) { return (std::string)a.GetMakeExe(); }); t.method("GetMakeExe", [](TSystem const* a) { return (std::string)a->GetMakeExe(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetMakeSharedLib() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetMakeSharedLib() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:540:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:535:28 t.method("GetMakeSharedLib", [](TSystem const& a) { return (std::string)a.GetMakeSharedLib(); }); t.method("GetMakeSharedLib", [](TSystem const* a) { return (std::string)a->GetMakeSharedLib(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetSoExt() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetSoExt() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:541:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:536:28 t.method("GetSoExt", [](TSystem const& a) { return (std::string)a.GetSoExt(); }); t.method("GetSoExt", [](TSystem const* a) { return (std::string)a->GetSoExt(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::GetObjExt() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::GetObjExt() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:542:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:537:28 t.method("GetObjExt", [](TSystem const& a) { return (std::string)a.GetObjExt(); }); t.method("GetObjExt", [](TSystem const* a) { return (std::string)a->GetObjExt(); }); DEBUG_MSG("Adding wrapper for void TSystem::SetBuildDir(const char *, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetBuildDir(const char *, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:543:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:538:28 t.method("SetBuildDir", static_cast(&TSystem::SetBuildDir)); t.method("SetBuildDir", [](TSystem& a, const char * arg0)->void { a.SetBuildDir(arg0); }); t.method("SetBuildDir", [](TSystem* a, const char * arg0)->void { a->SetBuildDir(arg0); }); DEBUG_MSG("Adding wrapper for void TSystem::SetFlagsDebug(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetFlagsDebug(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:544:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:539:28 t.method("SetFlagsDebug", static_cast(&TSystem::SetFlagsDebug)); DEBUG_MSG("Adding wrapper for void TSystem::SetFlagsOpt(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetFlagsOpt(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:545:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:540:28 t.method("SetFlagsOpt", static_cast(&TSystem::SetFlagsOpt)); DEBUG_MSG("Adding wrapper for void TSystem::SetIncludePath(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetIncludePath(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:546:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:541:28 t.method("SetIncludePath", static_cast(&TSystem::SetIncludePath)); DEBUG_MSG("Adding wrapper for void TSystem::SetMakeExe(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetMakeExe(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:547:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:542:28 t.method("SetMakeExe", static_cast(&TSystem::SetMakeExe)); DEBUG_MSG("Adding wrapper for void TSystem::SetAclicMode(TSystem::EAclicMode) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetAclicMode(TSystem::EAclicMode) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:548:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:543:28 t.method("SetAclicMode", static_cast(&TSystem::SetAclicMode)); DEBUG_MSG("Adding wrapper for void TSystem::SetMakeSharedLib(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetMakeSharedLib(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:549:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:544:28 t.method("SetMakeSharedLib", static_cast(&TSystem::SetMakeSharedLib)); DEBUG_MSG("Adding wrapper for void TSystem::SetLinkedLibs(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetLinkedLibs(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:550:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:545:28 t.method("SetLinkedLibs", static_cast(&TSystem::SetLinkedLibs)); DEBUG_MSG("Adding wrapper for void TSystem::SetLinkdefSuffix(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetLinkdefSuffix(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:551:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:546:28 t.method("SetLinkdefSuffix", static_cast(&TSystem::SetLinkdefSuffix)); DEBUG_MSG("Adding wrapper for void TSystem::SetSoExt(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetSoExt(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:547:28 t.method("SetSoExt", static_cast(&TSystem::SetSoExt)); DEBUG_MSG("Adding wrapper for void TSystem::SetObjExt(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::SetObjExt(const char *) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:553:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:548:28 t.method("SetObjExt", static_cast(&TSystem::SetObjExt)); DEBUG_MSG("Adding wrapper for TString TSystem::SplitAclicMode(const char *, TString &, TString &, TString &) (" __HERE__ ")"); // signature to use in the veto list: TString TSystem::SplitAclicMode(const char *, TString &, TString &, TString &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:554:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:549:28 t.method("SplitAclicMode", static_cast(&TSystem::SplitAclicMode)); DEBUG_MSG("Adding wrapper for void TSystem::CleanCompiledMacros() (" __HERE__ ")"); // signature to use in the veto list: void TSystem::CleanCompiledMacros() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:555:28 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:550:28 t.method("CleanCompiledMacros", static_cast(&TSystem::CleanCompiledMacros)); DEBUG_MSG("Adding wrapper for Version_t TSystem::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TSystem::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!Class_Version", static_cast(&TSystem::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TSystem::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TSystem::IsA() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 t.method("IsA", static_cast(&TSystem::IsA)); DEBUG_MSG("Adding wrapper for void TSystem::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 t.method("StreamerNVirtual", static_cast(&TSystem::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TSystem::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!DeclFileName", []() { return (std::string)TSystem::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TSystem::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TSystem::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!ImplFileLine", static_cast(&TSystem::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TSystem::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!ImplFileName", []() { return (std::string)TSystem::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TSystem::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TSystem::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!Class_Name", []() { return (std::string)TSystem::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TSystem::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TSystem::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!Dictionary", static_cast(&TSystem::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TSystem::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TSystem::Class() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!Class", static_cast(&TSystem::Class)); DEBUG_MSG("Adding wrapper for void TSystem::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TSystem::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 t.method("Streamer", static_cast(&TSystem::Streamer)); DEBUG_MSG("Adding wrapper for int TSystem::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TSystem::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:557:4 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:552:4 module_.method("TSystem!DeclFileLine", static_cast(&TSystem::DeclFileLine)); } diff --git a/deps/src/JlClasses_013.cxx b/deps/src/JlClasses_013.cxx index 6198ff4..a8e5f10 100644 --- a/deps/src/JlClasses_013.cxx +++ b/deps/src/JlClasses_013.cxx @@ -75,7 +75,7 @@ struct JlTObjLink: public Wrapper { JlTObjLink(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TObjLink (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TList.h:121:7 + // defined in /home/pgras/.julia/conda/3/include/TList.h:123:7 jlcxx::TypeWrapper t = jlModule.add_type("TObjLink"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } diff --git a/deps/src/JlClasses_014.cxx b/deps/src/JlClasses_014.cxx index 5234a4c..3b3e75d 100644 --- a/deps/src/JlClasses_014.cxx +++ b/deps/src/JlClasses_014.cxx @@ -46,7 +46,7 @@ struct JlTF1: public Wrapper { JlTF1(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TF1 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:214:7 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:233:7 jlcxx::TypeWrapper t = jlModule.add_type("TF1", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -58,7 +58,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::TF1(const char *, const char *, Double_t, Double_t, TF1::EAddToList, bool) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:331:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:350:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); @@ -67,19 +67,19 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::TF1(const char *, const char *, Double_t, Double_t, Option_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:332:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:351:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TF1::TF1(const char *, Double_t, Double_t, Int_t, Int_t, TF1::EAddToList) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:333:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:352:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TF1::TF1(const char *, Double_t (*)(const Double_t *, const Double_t *), Double_t, Double_t, Int_t, Int_t, TF1::EAddToList) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:335:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:354:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); @@ -89,52 +89,52 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::TF1(const TF1 &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:413:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:432:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TF1 & TF1::operator=(const TF1 &) (" __HERE__ ")"); // signature to use in the veto list: TF1 & TF1::operator=(const TF1 &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:414:9 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:433:9 t.method("assign", static_cast(&TF1::operator=)); DEBUG_MSG("Adding wrapper for void TF1::AddParameter(const TString &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::AddParameter(const TString &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:416:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:435:21 t.method("AddParameter", static_cast(&TF1::AddParameter)); DEBUG_MSG("Adding wrapper for Bool_t TF1::AddToGlobalList(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::AddToGlobalList(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:423:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:442:21 t.method("AddToGlobalList", static_cast(&TF1::AddToGlobalList)); t.method("AddToGlobalList", [](TF1& a)->Bool_t { return a.AddToGlobalList(); }); t.method("AddToGlobalList", [](TF1* a)->Bool_t { return a->AddToGlobalList(); }); DEBUG_MSG("Adding wrapper for Bool_t TF1::DefaultAddToGlobalList(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::DefaultAddToGlobalList(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:424:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:443:21 module_.method("TF1!DefaultAddToGlobalList", static_cast(&TF1::DefaultAddToGlobalList)); module_.method("TF1!DefaultAddToGlobalList", []()->Bool_t { return TF1::DefaultAddToGlobalList(); }); DEBUG_MSG("Adding wrapper for void TF1::Browse(TBrowser *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Browse(TBrowser *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:425:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:444:13 t.method("Browse", static_cast(&TF1::Browse)); DEBUG_MSG("Adding wrapper for void TF1::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:426:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:445:13 t.method("Copy", static_cast(&TF1::Copy)); DEBUG_MSG("Adding wrapper for TObject * TF1::Clone(const char *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TF1::Clone(const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:427:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:446:21 t.method("Clone", static_cast(&TF1::Clone)); t.method("Clone", [](TF1 const& a)->TObject * { return a.Clone(); }); t.method("Clone", [](TF1 const* a)->TObject * { return a->Clone(); }); DEBUG_MSG("Adding wrapper for Double_t TF1::Derivative(Double_t, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Derivative(Double_t, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:428:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:447:21 t.method("Derivative", static_cast(&TF1::Derivative)); t.method("Derivative", [](TF1 const& a, Double_t arg0)->Double_t { return a.Derivative(arg0); }); t.method("Derivative", [](TF1 const& a, Double_t arg0, Double_t * arg1)->Double_t { return a.Derivative(arg0, arg1); }); @@ -143,7 +143,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::Derivative2(Double_t, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Derivative2(Double_t, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:429:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:448:21 t.method("Derivative2", static_cast(&TF1::Derivative2)); t.method("Derivative2", [](TF1 const& a, Double_t arg0)->Double_t { return a.Derivative2(arg0); }); t.method("Derivative2", [](TF1 const& a, Double_t arg0, Double_t * arg1)->Double_t { return a.Derivative2(arg0, arg1); }); @@ -152,7 +152,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::Derivative3(Double_t, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Derivative3(Double_t, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:430:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:449:21 t.method("Derivative3", static_cast(&TF1::Derivative3)); t.method("Derivative3", [](TF1 const& a, Double_t arg0)->Double_t { return a.Derivative3(arg0); }); t.method("Derivative3", [](TF1 const& a, Double_t arg0, Double_t * arg1)->Double_t { return a.Derivative3(arg0, arg1); }); @@ -161,52 +161,52 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::DerivativeError() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::DerivativeError() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:431:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:450:21 module_.method("TF1!DerivativeError", static_cast(&TF1::DerivativeError)); DEBUG_MSG("Adding wrapper for Int_t TF1::DistancetoPrimitive(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::DistancetoPrimitive(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:432:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:451:13 t.method("DistancetoPrimitive", static_cast(&TF1::DistancetoPrimitive)); DEBUG_MSG("Adding wrapper for void TF1::Draw(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Draw(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:433:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:452:13 t.method("Draw", static_cast(&TF1::Draw)); t.method("Draw", [](TF1& a)->void { a.Draw(); }); t.method("Draw", [](TF1* a)->void { a->Draw(); }); DEBUG_MSG("Adding wrapper for TF1 * TF1::DrawCopy(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TF1 * TF1::DrawCopy(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:434:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:453:21 t.method("DrawCopy", static_cast(&TF1::DrawCopy)); t.method("DrawCopy", [](TF1 const& a)->TF1 * { return a.DrawCopy(); }); t.method("DrawCopy", [](TF1 const* a)->TF1 * { return a->DrawCopy(); }); DEBUG_MSG("Adding wrapper for TObject * TF1::DrawDerivative(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TF1::DrawDerivative(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:435:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:454:21 t.method("DrawDerivative", static_cast(&TF1::DrawDerivative)); t.method("DrawDerivative", [](TF1& a)->TObject * { return a.DrawDerivative(); }); t.method("DrawDerivative", [](TF1* a)->TObject * { return a->DrawDerivative(); }); DEBUG_MSG("Adding wrapper for TObject * TF1::DrawIntegral(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TF1::DrawIntegral(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:436:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:455:21 t.method("DrawIntegral", static_cast(&TF1::DrawIntegral)); t.method("DrawIntegral", [](TF1& a)->TObject * { return a.DrawIntegral(); }); t.method("DrawIntegral", [](TF1* a)->TObject * { return a->DrawIntegral(); }); DEBUG_MSG("Adding wrapper for void TF1::DrawF1(Double_t, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::DrawF1(Double_t, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:437:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:456:21 t.method("DrawF1", static_cast(&TF1::DrawF1)); t.method("DrawF1", [](TF1& a, Double_t arg0, Double_t arg1)->void { a.DrawF1(arg0, arg1); }); t.method("DrawF1", [](TF1* a, Double_t arg0, Double_t arg1)->void { a->DrawF1(arg0, arg1); }); DEBUG_MSG("Adding wrapper for Double_t TF1::Eval(Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Eval(Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:438:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:457:21 t.method("Eval", static_cast(&TF1::Eval)); t.method("Eval", [](TF1 const& a, Double_t arg0)->Double_t { return a.Eval(arg0); }); t.method("Eval", [](TF1 const& a, Double_t arg0, Double_t arg1)->Double_t { return a.Eval(arg0, arg1); }); @@ -217,14 +217,14 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::EvalPar(const Double_t *, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::EvalPar(const Double_t *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:440:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:459:21 t.method("EvalPar", static_cast(&TF1::EvalPar)); t.method("EvalPar", [](TF1& a, const Double_t * arg0)->Double_t { return a.EvalPar(arg0); }); t.method("EvalPar", [](TF1* a, const Double_t * arg0)->Double_t { return a->EvalPar(arg0); }); DEBUG_MSG("Adding wrapper for Double_t TF1::operator()(Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::operator()(Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:442:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:461:21 t.method("paren", static_cast(&TF1::operator())); t.method("paren", [](TF1 const& a, Double_t arg0)->Double_t { return a.operator()(arg0); }); t.method("paren", [](TF1 const& a, Double_t arg0, Double_t arg1)->Double_t { return a.operator()(arg0, arg1); }); @@ -235,59 +235,59 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::ExecuteEvent(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::ExecuteEvent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:444:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:463:13 t.method("ExecuteEvent", static_cast(&TF1::ExecuteEvent)); DEBUG_MSG("Adding wrapper for void TF1::FixParameter(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::FixParameter(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:445:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:464:21 t.method("FixParameter", static_cast(&TF1::FixParameter)); DEBUG_MSG("Adding wrapper for bool TF1::IsVectorized() (" __HERE__ ")"); // signature to use in the veto list: bool TF1::IsVectorized() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:446:14 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:465:14 t.method("IsVectorized", static_cast(&TF1::IsVectorized)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetChisquare() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetChisquare() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:450:17 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:470:17 t.method("GetChisquare", static_cast(&TF1::GetChisquare)); DEBUG_MSG("Adding wrapper for TH1 * TF1::GetHistogram() (" __HERE__ ")"); // signature to use in the veto list: TH1 * TF1::GetHistogram() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:454:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:474:21 t.method("GetHistogram", static_cast(&TF1::GetHistogram)); DEBUG_MSG("Adding wrapper for TH1 * TF1::CreateHistogram() (" __HERE__ ")"); // signature to use in the veto list: TH1 * TF1::CreateHistogram() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:455:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:475:21 t.method("CreateHistogram", static_cast(&TF1::CreateHistogram)); DEBUG_MSG("Adding wrapper for TFormula * TF1::GetFormula() (" __HERE__ ")"); // signature to use in the veto list: TFormula * TF1::GetFormula() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:459:22 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:479:22 t.method("GetFormula", static_cast(&TF1::GetFormula)); DEBUG_MSG("Adding wrapper for const TFormula * TF1::GetFormula() (" __HERE__ ")"); // signature to use in the veto list: const TFormula * TF1::GetFormula() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:463:28 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:483:28 t.method("GetFormula", static_cast(&TF1::GetFormula)); DEBUG_MSG("Adding wrapper for TString TF1::GetExpFormula(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TString TF1::GetExpFormula(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:467:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:487:21 t.method("GetExpFormula", static_cast(&TF1::GetExpFormula)); t.method("GetExpFormula", [](TF1 const& a)->TString { return a.GetExpFormula(); }); t.method("GetExpFormula", [](TF1 const* a)->TString { return a->GetExpFormula(); }); DEBUG_MSG("Adding wrapper for const TObject * TF1::GetLinearPart(Int_t) (" __HERE__ ")"); // signature to use in the veto list: const TObject * TF1::GetLinearPart(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:471:27 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:491:27 t.method("GetLinearPart", static_cast(&TF1::GetLinearPart)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetMaximum(Double_t, Double_t, Double_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMaximum(Double_t, Double_t, Double_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:475:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:495:21 t.method("GetMaximum", static_cast(&TF1::GetMaximum)); t.method("GetMaximum", [](TF1 const& a)->Double_t { return a.GetMaximum(); }); t.method("GetMaximum", [](TF1 const& a, Double_t arg0)->Double_t { return a.GetMaximum(arg0); }); @@ -302,7 +302,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetMinimum(Double_t, Double_t, Double_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMinimum(Double_t, Double_t, Double_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:476:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:496:21 t.method("GetMinimum", static_cast(&TF1::GetMinimum)); t.method("GetMinimum", [](TF1 const& a)->Double_t { return a.GetMinimum(); }); t.method("GetMinimum", [](TF1 const& a, Double_t arg0)->Double_t { return a.GetMinimum(arg0); }); @@ -317,7 +317,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetMaximumX(Double_t, Double_t, Double_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMaximumX(Double_t, Double_t, Double_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:477:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:497:21 t.method("GetMaximumX", static_cast(&TF1::GetMaximumX)); t.method("GetMaximumX", [](TF1 const& a)->Double_t { return a.GetMaximumX(); }); t.method("GetMaximumX", [](TF1 const& a, Double_t arg0)->Double_t { return a.GetMaximumX(arg0); }); @@ -332,7 +332,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetMinimumX(Double_t, Double_t, Double_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMinimumX(Double_t, Double_t, Double_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:478:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:498:21 t.method("GetMinimumX", static_cast(&TF1::GetMinimumX)); t.method("GetMinimumX", [](TF1 const& a)->Double_t { return a.GetMinimumX(); }); t.method("GetMinimumX", [](TF1 const& a, Double_t arg0)->Double_t { return a.GetMinimumX(arg0); }); @@ -347,123 +347,123 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetMaximumStored() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMaximumStored() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:479:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:499:21 t.method("GetMaximumStored", static_cast(&TF1::GetMaximumStored)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetMinimumStored() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetMinimumStored() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:483:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:503:21 t.method("GetMinimumStored", static_cast(&TF1::GetMinimumStored)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNpar() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNpar() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:487:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:507:21 t.method("GetNpar", static_cast(&TF1::GetNpar)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNdim() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNdim() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:491:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:511:21 t.method("GetNdim", static_cast(&TF1::GetNdim)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNDF() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNDF() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:495:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:515:21 t.method("GetNDF", static_cast(&TF1::GetNDF)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNpx() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNpx() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:496:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:516:21 t.method("GetNpx", static_cast(&TF1::GetNpx)); DEBUG_MSG("Adding wrapper for TMethodCall * TF1::GetMethodCall() (" __HERE__ ")"); // signature to use in the veto list: TMethodCall * TF1::GetMethodCall() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:500:20 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:520:20 t.method("GetMethodCall", static_cast(&TF1::GetMethodCall)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNumber() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNumber() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:504:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:524:21 t.method("GetNumber", static_cast(&TF1::GetNumber)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNumberFreeParameters() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNumberFreeParameters() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:508:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:528:21 t.method("GetNumberFreeParameters", static_cast(&TF1::GetNumberFreeParameters)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetNumberFitPoints() (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetNumberFitPoints() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:509:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:529:21 t.method("GetNumberFitPoints", static_cast(&TF1::GetNumberFitPoints)); DEBUG_MSG("Adding wrapper for char * TF1::GetObjectInfo(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: char * TF1::GetObjectInfo(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:513:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:533:13 t.method("GetObjectInfo", static_cast(&TF1::GetObjectInfo)); DEBUG_MSG("Adding wrapper for TObject * TF1::GetParent() (" __HERE__ ")"); // signature to use in the veto list: TObject * TF1::GetParent() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:514:16 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:534:16 t.method("GetParent", static_cast(&TF1::GetParent)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetParameter(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetParameter(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:518:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:538:21 t.method("GetParameter", static_cast(&TF1::GetParameter)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetParameter(const TString &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetParameter(const TString &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:522:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:542:21 t.method("GetParameter", static_cast(&TF1::GetParameter)); DEBUG_MSG("Adding wrapper for Double_t * TF1::GetParameters() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TF1::GetParameters() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:526:22 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:546:22 t.method("GetParameters", static_cast(&TF1::GetParameters)); DEBUG_MSG("Adding wrapper for void TF1::GetParameters(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GetParameters(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:530:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:550:21 t.method("GetParameters", static_cast(&TF1::GetParameters)); DEBUG_MSG("Adding wrapper for const char * TF1::GetParName(Int_t) (" __HERE__ ")"); // signature to use in the veto list: const char * TF1::GetParName(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:535:24 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:555:24 t.method("GetParName", [](TF1 const& a, Int_t arg0) { return (std::string)a.GetParName(arg0); }); t.method("GetParName", [](TF1 const* a, Int_t arg0) { return (std::string)a->GetParName(arg0); }); DEBUG_MSG("Adding wrapper for Int_t TF1::GetParNumber(const char *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetParNumber(const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:539:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:559:21 t.method("GetParNumber", static_cast(&TF1::GetParNumber)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetParError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetParError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:543:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:563:21 t.method("GetParError", static_cast(&TF1::GetParError)); DEBUG_MSG("Adding wrapper for const Double_t * TF1::GetParErrors() (" __HERE__ ")"); // signature to use in the veto list: const Double_t * TF1::GetParErrors() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:544:28 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:564:28 t.method("GetParErrors", static_cast(&TF1::GetParErrors)); DEBUG_MSG("Adding wrapper for void TF1::GetParLimits(Int_t, Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GetParLimits(Int_t, Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:548:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:568:21 t.method("GetParLimits", static_cast(&TF1::GetParLimits)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetProb() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetProb() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:549:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:569:21 t.method("GetProb", static_cast(&TF1::GetProb)); DEBUG_MSG("Adding wrapper for Int_t TF1::GetQuantiles(Int_t, Double_t *, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TF1::GetQuantiles(Int_t, Double_t *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:550:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:570:21 t.method("GetQuantiles", static_cast(&TF1::GetQuantiles)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetRandom(TRandom *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetRandom(TRandom *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:551:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:571:21 t.method("GetRandom", static_cast(&TF1::GetRandom)); t.method("GetRandom", [](TF1& a)->Double_t { return a.GetRandom(); }); t.method("GetRandom", [](TF1& a, TRandom * arg0)->Double_t { return a.GetRandom(arg0); }); @@ -472,7 +472,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetRandom(Double_t, Double_t, TRandom *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetRandom(Double_t, Double_t, TRandom *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:552:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:572:21 t.method("GetRandom", static_cast(&TF1::GetRandom)); t.method("GetRandom", [](TF1& a, Double_t arg0, Double_t arg1)->Double_t { return a.GetRandom(arg0, arg1); }); t.method("GetRandom", [](TF1& a, Double_t arg0, Double_t arg1, TRandom * arg2)->Double_t { return a.GetRandom(arg0, arg1, arg2); }); @@ -481,27 +481,27 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::GetRange(Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GetRange(Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:553:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:573:21 t.method("GetRange", static_cast(&TF1::GetRange)); DEBUG_MSG("Adding wrapper for void TF1::GetRange(Double_t &, Double_t &, Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GetRange(Double_t &, Double_t &, Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:554:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:574:21 t.method("GetRange", static_cast(&TF1::GetRange)); DEBUG_MSG("Adding wrapper for void TF1::GetRange(Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GetRange(Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:555:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:575:21 t.method("GetRange", static_cast(&TF1::GetRange)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetSave(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetSave(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:556:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:576:21 t.method("GetSave", static_cast(&TF1::GetSave)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetX(Double_t, Double_t, Double_t, Double_t, Int_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetX(Double_t, Double_t, Double_t, Double_t, Int_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:557:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:577:21 t.method("GetX", static_cast(&TF1::GetX)); t.method("GetX", [](TF1 const& a, Double_t arg0)->Double_t { return a.GetX(arg0); }); t.method("GetX", [](TF1 const& a, Double_t arg0, Double_t arg1)->Double_t { return a.GetX(arg0, arg1); }); @@ -516,73 +516,73 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::GetXmin() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetXmin() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:558:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:578:21 t.method("GetXmin", static_cast(&TF1::GetXmin)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetXmax() (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetXmax() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:562:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:582:21 t.method("GetXmax", static_cast(&TF1::GetXmax)); DEBUG_MSG("Adding wrapper for TAxis * TF1::GetXaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TF1::GetXaxis() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:566:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:586:21 t.method("GetXaxis", static_cast(&TF1::GetXaxis)); DEBUG_MSG("Adding wrapper for TAxis * TF1::GetYaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TF1::GetYaxis() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:567:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:587:21 t.method("GetYaxis", static_cast(&TF1::GetYaxis)); DEBUG_MSG("Adding wrapper for TAxis * TF1::GetZaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TF1::GetZaxis() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:568:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:588:21 t.method("GetZaxis", static_cast(&TF1::GetZaxis)); DEBUG_MSG("Adding wrapper for Double_t TF1::GetVariable(const TString &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GetVariable(const TString &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:569:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:589:21 t.method("GetVariable", static_cast(&TF1::GetVariable)); DEBUG_MSG("Adding wrapper for Double_t TF1::GradientPar(Int_t, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::GradientPar(Int_t, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:573:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:593:21 t.method("GradientPar", static_cast(&TF1::GradientPar)); t.method("GradientPar", [](TF1& a, Int_t arg0, const Double_t * arg1)->Double_t { return a.GradientPar(arg0, arg1); }); t.method("GradientPar", [](TF1* a, Int_t arg0, const Double_t * arg1)->Double_t { return a->GradientPar(arg0, arg1); }); DEBUG_MSG("Adding wrapper for void TF1::GradientPar(const Double_t *, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::GradientPar(const Double_t *, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:579:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:599:21 t.method("GradientPar", static_cast(&TF1::GradientPar)); t.method("GradientPar", [](TF1& a, const Double_t * arg0, Double_t * arg1)->void { a.GradientPar(arg0, arg1); }); t.method("GradientPar", [](TF1* a, const Double_t * arg0, Double_t * arg1)->void { a->GradientPar(arg0, arg1); }); DEBUG_MSG("Adding wrapper for void TF1::InitArgs(const Double_t *, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::InitArgs(const Double_t *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:585:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:605:21 t.method("InitArgs", static_cast(&TF1::InitArgs)); DEBUG_MSG("Adding wrapper for void TF1::InitStandardFunctions() (" __HERE__ ")"); // signature to use in the veto list: void TF1::InitStandardFunctions() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:586:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:606:21 module_.method("TF1!InitStandardFunctions", static_cast(&TF1::InitStandardFunctions)); DEBUG_MSG("Adding wrapper for Double_t TF1::Integral(Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Integral(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:587:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:607:21 t.method("Integral", static_cast(&TF1::Integral)); t.method("Integral", [](TF1& a, Double_t arg0, Double_t arg1)->Double_t { return a.Integral(arg0, arg1); }); t.method("Integral", [](TF1* a, Double_t arg0, Double_t arg1)->Double_t { return a->Integral(arg0, arg1); }); DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralOneDim(Double_t, Double_t, Double_t, Double_t, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralOneDim(Double_t, Double_t, Double_t, Double_t, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:588:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:608:21 t.method("IntegralOneDim", static_cast(&TF1::IntegralOneDim)); DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralError(Double_t, Double_t, const Double_t *, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralError(Double_t, Double_t, const Double_t *, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:589:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:609:21 t.method("IntegralError", static_cast(&TF1::IntegralError)); t.method("IntegralError", [](TF1& a, Double_t arg0, Double_t arg1)->Double_t { return a.IntegralError(arg0, arg1); }); t.method("IntegralError", [](TF1& a, Double_t arg0, Double_t arg1, const Double_t * arg2)->Double_t { return a.IntegralError(arg0, arg1, arg2); }); @@ -593,7 +593,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralError(Int_t, const Double_t *, const Double_t *, const Double_t *, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralError(Int_t, const Double_t *, const Double_t *, const Double_t *, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:590:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:610:21 t.method("IntegralError", static_cast(&TF1::IntegralError)); t.method("IntegralError", [](TF1& a, Int_t arg0, const Double_t * arg1, const Double_t * arg2)->Double_t { return a.IntegralError(arg0, arg1, arg2); }); t.method("IntegralError", [](TF1& a, Int_t arg0, const Double_t * arg1, const Double_t * arg2, const Double_t * arg3)->Double_t { return a.IntegralError(arg0, arg1, arg2, arg3); }); @@ -604,7 +604,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralFast(Int_t, Double_t *, Double_t *, Double_t, Double_t, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralFast(Int_t, Double_t *, Double_t *, Double_t, Double_t, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:592:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:612:21 t.method("IntegralFast", static_cast(&TF1::IntegralFast)); t.method("IntegralFast", [](TF1& a, Int_t arg0, Double_t * arg1, Double_t * arg2, Double_t arg3, Double_t arg4)->Double_t { return a.IntegralFast(arg0, arg1, arg2, arg3, arg4); }); t.method("IntegralFast", [](TF1& a, Int_t arg0, Double_t * arg1, Double_t * arg2, Double_t arg3, Double_t arg4, Double_t * arg5)->Double_t { return a.IntegralFast(arg0, arg1, arg2, arg3, arg4, arg5); }); @@ -613,122 +613,122 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Int_t, Double_t, Double_t, Double_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Int_t, Double_t, Double_t, Double_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:593:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:613:21 t.method("IntegralMultiple", static_cast(&TF1::IntegralMultiple)); DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Int_t, Int_t, Double_t, Double_t &, Int_t &, Int_t &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Int_t, Int_t, Double_t, Double_t &, Int_t &, Int_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:594:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:614:21 t.method("IntegralMultiple", static_cast(&TF1::IntegralMultiple)); DEBUG_MSG("Adding wrapper for Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Double_t, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::IntegralMultiple(Int_t, const Double_t *, const Double_t *, Double_t, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:598:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:618:21 t.method("IntegralMultiple", static_cast(&TF1::IntegralMultiple)); DEBUG_MSG("Adding wrapper for Bool_t TF1::IsEvalNormalized() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::IsEvalNormalized() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:599:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:619:21 t.method("IsEvalNormalized", static_cast(&TF1::IsEvalNormalized)); DEBUG_MSG("Adding wrapper for Bool_t TF1::IsInside(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::IsInside(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:604:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:624:21 t.method("IsInside", static_cast(&TF1::IsInside)); DEBUG_MSG("Adding wrapper for Bool_t TF1::IsLinear() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::IsLinear() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:608:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:628:21 t.method("IsLinear", static_cast(&TF1::IsLinear)); DEBUG_MSG("Adding wrapper for Bool_t TF1::IsValid() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::IsValid() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:612:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:632:21 t.method("IsValid", static_cast(&TF1::IsValid)); DEBUG_MSG("Adding wrapper for void TF1::Print(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Print(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:613:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:633:13 t.method("Print", static_cast(&TF1::Print)); t.method("Print", [](TF1 const& a)->void { a.Print(); }); t.method("Print", [](TF1 const* a)->void { a->Print(); }); DEBUG_MSG("Adding wrapper for void TF1::Paint(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Paint(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:614:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:634:13 t.method("Paint", static_cast(&TF1::Paint)); t.method("Paint", [](TF1& a)->void { a.Paint(); }); t.method("Paint", [](TF1* a)->void { a->Paint(); }); DEBUG_MSG("Adding wrapper for void TF1::ReleaseParameter(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::ReleaseParameter(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:615:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:635:21 t.method("ReleaseParameter", static_cast(&TF1::ReleaseParameter)); DEBUG_MSG("Adding wrapper for void TF1::Save(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Save(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:616:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:636:21 t.method("Save", static_cast(&TF1::Save)); DEBUG_MSG("Adding wrapper for void TF1::SetChisquare(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetChisquare(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:618:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:638:21 t.method("SetChisquare", static_cast(&TF1::SetChisquare)); DEBUG_MSG("Adding wrapper for void TF1::SetMaximum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetMaximum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:627:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:647:21 t.method("SetMaximum", static_cast(&TF1::SetMaximum)); t.method("SetMaximum", [](TF1& a)->void { a.SetMaximum(); }); t.method("SetMaximum", [](TF1* a)->void { a->SetMaximum(); }); DEBUG_MSG("Adding wrapper for void TF1::SetMinimum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetMinimum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:628:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:648:21 t.method("SetMinimum", static_cast(&TF1::SetMinimum)); t.method("SetMinimum", [](TF1& a)->void { a.SetMinimum(); }); t.method("SetMinimum", [](TF1* a)->void { a->SetMinimum(); }); DEBUG_MSG("Adding wrapper for void TF1::SetNDF(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetNDF(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:629:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:649:21 t.method("SetNDF", static_cast(&TF1::SetNDF)); DEBUG_MSG("Adding wrapper for void TF1::SetNumberFitPoints(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetNumberFitPoints(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:630:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:650:21 t.method("SetNumberFitPoints", static_cast(&TF1::SetNumberFitPoints)); DEBUG_MSG("Adding wrapper for void TF1::SetNormalized(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetNormalized(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:634:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:654:21 t.method("SetNormalized", static_cast(&TF1::SetNormalized)); DEBUG_MSG("Adding wrapper for void TF1::SetNpx(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetNpx(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:639:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:659:21 t.method("SetNpx", static_cast(&TF1::SetNpx)); t.method("SetNpx", [](TF1& a)->void { a.SetNpx(); }); t.method("SetNpx", [](TF1* a)->void { a->SetNpx(); }); DEBUG_MSG("Adding wrapper for void TF1::SetParameter(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParameter(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:640:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:660:21 t.method("SetParameter", static_cast(&TF1::SetParameter)); DEBUG_MSG("Adding wrapper for void TF1::SetParameter(const TString &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParameter(const TString &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:645:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:665:21 t.method("SetParameter", static_cast(&TF1::SetParameter)); DEBUG_MSG("Adding wrapper for void TF1::SetParameters(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParameters(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:650:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:670:21 t.method("SetParameters", static_cast(&TF1::SetParameters)); DEBUG_MSG("Adding wrapper for void TF1::SetParameters(double, double, double, double, double, double, double, double, double, double, double) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParameters(double, double, double, double, double, double, double, double, double, double, double) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:655:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:677:17 t.method("SetParameters", static_cast(&TF1::SetParameters)); t.method("SetParameters", [](TF1& a, double arg0)->void { a.SetParameters(arg0); }); t.method("SetParameters", [](TF1& a, double arg0, double arg1)->void { a.SetParameters(arg0, arg1); }); @@ -753,12 +753,12 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::SetParName(Int_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParName(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:663:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:691:21 t.method("SetParName", static_cast(&TF1::SetParName)); DEBUG_MSG("Adding wrapper for void TF1::SetParNames(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParNames(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:664:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:692:21 t.method("SetParNames", static_cast(&TF1::SetParNames)); t.method("SetParNames", [](TF1& a)->void { a.SetParNames(); }); t.method("SetParNames", [](TF1& a, const char * arg0)->void { a.SetParNames(arg0); }); @@ -785,93 +785,93 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::SetParError(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParError(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:668:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:696:21 t.method("SetParError", static_cast(&TF1::SetParError)); DEBUG_MSG("Adding wrapper for void TF1::SetParErrors(const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParErrors(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:669:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:697:21 t.method("SetParErrors", static_cast(&TF1::SetParErrors)); DEBUG_MSG("Adding wrapper for void TF1::SetParLimits(Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParLimits(Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:670:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:698:21 t.method("SetParLimits", static_cast(&TF1::SetParLimits)); DEBUG_MSG("Adding wrapper for void TF1::SetParent(TObject *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetParent(TObject *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:671:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:699:21 t.method("SetParent", static_cast(&TF1::SetParent)); t.method("SetParent", [](TF1& a)->void { a.SetParent(); }); t.method("SetParent", [](TF1* a)->void { a->SetParent(); }); DEBUG_MSG("Adding wrapper for void TF1::SetRange(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetRange(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:675:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:703:21 t.method("SetRange", static_cast(&TF1::SetRange)); DEBUG_MSG("Adding wrapper for void TF1::SetRange(Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetRange(Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:676:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:704:21 t.method("SetRange", static_cast(&TF1::SetRange)); DEBUG_MSG("Adding wrapper for void TF1::SetRange(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetRange(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:677:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:705:21 t.method("SetRange", static_cast(&TF1::SetRange)); DEBUG_MSG("Adding wrapper for void TF1::SetSavedPoint(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetSavedPoint(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:678:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:706:21 t.method("SetSavedPoint", static_cast(&TF1::SetSavedPoint)); DEBUG_MSG("Adding wrapper for void TF1::SetTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:679:13 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:707:13 t.method("SetTitle", static_cast(&TF1::SetTitle)); t.method("SetTitle", [](TF1& a)->void { a.SetTitle(); }); t.method("SetTitle", [](TF1* a)->void { a->SetTitle(); }); DEBUG_MSG("Adding wrapper for void TF1::SetVectorized(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetVectorized(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:680:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:708:21 t.method("SetVectorized", static_cast(&TF1::SetVectorized)); DEBUG_MSG("Adding wrapper for void TF1::Update() (" __HERE__ ")"); // signature to use in the veto list: void TF1::Update() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:687:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:715:21 t.method("Update", static_cast(&TF1::Update)); DEBUG_MSG("Adding wrapper for TF1 * TF1::GetCurrent() (" __HERE__ ")"); // signature to use in the veto list: TF1 * TF1::GetCurrent() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:689:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:717:21 module_.method("TF1!GetCurrent", static_cast(&TF1::GetCurrent)); DEBUG_MSG("Adding wrapper for void TF1::AbsValue(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::AbsValue(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:690:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:718:21 module_.method("TF1!AbsValue", static_cast(&TF1::AbsValue)); module_.method("TF1!AbsValue", []()->void { TF1::AbsValue(); }); DEBUG_MSG("Adding wrapper for void TF1::RejectPoint(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::RejectPoint(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:691:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:719:21 module_.method("TF1!RejectPoint", static_cast(&TF1::RejectPoint)); module_.method("TF1!RejectPoint", []()->void { TF1::RejectPoint(); }); DEBUG_MSG("Adding wrapper for Bool_t TF1::RejectedPoint() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TF1::RejectedPoint() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:692:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:21 module_.method("TF1!RejectedPoint", static_cast(&TF1::RejectedPoint)); DEBUG_MSG("Adding wrapper for void TF1::SetCurrent(TF1 *) (" __HERE__ ")"); // signature to use in the veto list: void TF1::SetCurrent(TF1 *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:693:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:721:21 module_.method("TF1!SetCurrent", static_cast(&TF1::SetCurrent)); DEBUG_MSG("Adding wrapper for Double_t TF1::Moment(Double_t, Double_t, Double_t, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Moment(Double_t, Double_t, Double_t, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:696:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:724:21 t.method("Moment", static_cast(&TF1::Moment)); t.method("Moment", [](TF1& a, Double_t arg0, Double_t arg1, Double_t arg2)->Double_t { return a.Moment(arg0, arg1, arg2); }); t.method("Moment", [](TF1& a, Double_t arg0, Double_t arg1, Double_t arg2, const Double_t * arg3)->Double_t { return a.Moment(arg0, arg1, arg2, arg3); }); @@ -880,7 +880,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::CentralMoment(Double_t, Double_t, Double_t, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::CentralMoment(Double_t, Double_t, Double_t, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:697:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:725:21 t.method("CentralMoment", static_cast(&TF1::CentralMoment)); t.method("CentralMoment", [](TF1& a, Double_t arg0, Double_t arg1, Double_t arg2)->Double_t { return a.CentralMoment(arg0, arg1, arg2); }); t.method("CentralMoment", [](TF1& a, Double_t arg0, Double_t arg1, Double_t arg2, const Double_t * arg3)->Double_t { return a.CentralMoment(arg0, arg1, arg2, arg3); }); @@ -889,7 +889,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::Mean(Double_t, Double_t, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Mean(Double_t, Double_t, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:698:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:726:21 t.method("Mean", static_cast(&TF1::Mean)); t.method("Mean", [](TF1& a, Double_t arg0, Double_t arg1)->Double_t { return a.Mean(arg0, arg1); }); t.method("Mean", [](TF1& a, Double_t arg0, Double_t arg1, const Double_t * arg2)->Double_t { return a.Mean(arg0, arg1, arg2); }); @@ -898,7 +898,7 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for Double_t TF1::Variance(Double_t, Double_t, const Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TF1::Variance(Double_t, Double_t, const Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:702:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:730:21 t.method("Variance", static_cast(&TF1::Variance)); t.method("Variance", [](TF1& a, Double_t arg0, Double_t arg1)->Double_t { return a.Variance(arg0, arg1); }); t.method("Variance", [](TF1& a, Double_t arg0, Double_t arg1, const Double_t * arg2)->Double_t { return a.Variance(arg0, arg1, arg2); }); @@ -907,63 +907,63 @@ struct JlTF1: public Wrapper { DEBUG_MSG("Adding wrapper for void TF1::CalcGaussLegendreSamplingPoints(Int_t, Double_t *, Double_t *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TF1::CalcGaussLegendreSamplingPoints(Int_t, Double_t *, Double_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:710:21 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:738:21 module_.method("TF1!CalcGaussLegendreSamplingPoints", static_cast(&TF1::CalcGaussLegendreSamplingPoints)); module_.method("TF1!CalcGaussLegendreSamplingPoints", [](Int_t arg0, Double_t * arg1, Double_t * arg2)->void { TF1::CalcGaussLegendreSamplingPoints(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for Version_t TF1::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TF1::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!Class_Version", static_cast(&TF1::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TF1::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TF1::IsA() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 t.method("IsA", static_cast(&TF1::IsA)); DEBUG_MSG("Adding wrapper for void TF1::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 t.method("StreamerNVirtual", static_cast(&TF1::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TF1::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TF1::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!DeclFileName", []() { return (std::string)TF1::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TF1::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TF1::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!ImplFileLine", static_cast(&TF1::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TF1::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TF1::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!ImplFileName", []() { return (std::string)TF1::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TF1::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TF1::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!Class_Name", []() { return (std::string)TF1::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TF1::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TF1::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!Dictionary", static_cast(&TF1::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TF1::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TF1::Class() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!Class", static_cast(&TF1::Class)); DEBUG_MSG("Adding wrapper for void TF1::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TF1::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 t.method("Streamer", static_cast(&TF1::Streamer)); DEBUG_MSG("Adding wrapper for int TF1::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TF1::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:720:4 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:748:4 module_.method("TF1!DeclFileLine", static_cast(&TF1::DeclFileLine)); } @@ -1053,10 +1053,10 @@ struct JlTRandom: public Wrapper { t.method("Landau", [](TRandom* a)->Double_t { return a->Landau(); }); t.method("Landau", [](TRandom* a, Double_t arg0)->Double_t { return a->Landau(arg0); }); - DEBUG_MSG("Adding wrapper for Int_t TRandom::Poisson(Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TRandom::Poisson(Double_t) + DEBUG_MSG("Adding wrapper for ULong64_t TRandom::Poisson(Double_t) (" __HERE__ ")"); + // signature to use in the veto list: ULong64_t TRandom::Poisson(Double_t) // defined in /home/pgras/.julia/conda/3/include/TRandom.h:43:22 - t.method("Poisson", static_cast(&TRandom::Poisson)); + t.method("Poisson", static_cast(&TRandom::Poisson)); DEBUG_MSG("Adding wrapper for Double_t TRandom::PoissonD(Double_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TRandom::PoissonD(Double_t) @@ -1230,7 +1230,7 @@ struct JlTH1C: public Wrapper { JlTH1C(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1C (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:454:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:457:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1C", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -1242,111 +1242,111 @@ struct JlTH1C: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1C::TH1C(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:458:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:461:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1C::TH1C(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:459:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:462:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1C::TH1C(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:460:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:463:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1C::TH1C(const TH1C &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:461:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:464:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TH1C & TH1C::operator=(const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C & TH1C::operator=(const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:462:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:465:10 t.method("assign", static_cast(&TH1C::operator=)); DEBUG_MSG("Adding wrapper for void TH1C::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:465:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:468:13 t.method("AddBinContent", static_cast(&TH1C::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1C::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:466:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:469:13 t.method("AddBinContent", static_cast(&TH1C::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1C::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:467:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:470:13 t.method("Copy", static_cast(&TH1C::Copy)); DEBUG_MSG("Adding wrapper for void TH1C::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:468:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:13 t.method("Reset", static_cast(&TH1C::Reset)); t.method("Reset", [](TH1C& a)->void { a.Reset(); }); t.method("Reset", [](TH1C* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1C::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:469:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:472:13 t.method("SetBinsLength", static_cast(&TH1C::SetBinsLength)); t.method("SetBinsLength", [](TH1C& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1C* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for Version_t TH1C::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1C::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!Class_Version", static_cast(&TH1C::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1C::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1C::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 t.method("IsA", static_cast(&TH1C::IsA)); DEBUG_MSG("Adding wrapper for void TH1C::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 t.method("StreamerNVirtual", static_cast(&TH1C::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1C::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1C::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!DeclFileName", []() { return (std::string)TH1C::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1C::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1C::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!ImplFileLine", static_cast(&TH1C::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1C::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1C::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!ImplFileName", []() { return (std::string)TH1C::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1C::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1C::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!Class_Name", []() { return (std::string)TH1C::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1C::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1C::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!Dictionary", static_cast(&TH1C::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1C::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1C::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!Class", static_cast(&TH1C::Class)); DEBUG_MSG("Adding wrapper for void TH1C::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1C::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 t.method("Streamer", static_cast(&TH1C::Streamer)); DEBUG_MSG("Adding wrapper for int TH1C::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1C::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:471:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:474:4 module_.method("TH1C!DeclFileLine", static_cast(&TH1C::DeclFileLine)); } diff --git a/deps/src/JlClasses_015.cxx b/deps/src/JlClasses_015.cxx index 77df538..9c02e99 100644 --- a/deps/src/JlClasses_015.cxx +++ b/deps/src/JlClasses_015.cxx @@ -18,7 +18,7 @@ struct JlTH1S: public Wrapper { JlTH1S(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1S (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:495:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:498:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1S", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -30,111 +30,111 @@ struct JlTH1S: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1S::TH1S(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:499:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:502:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1S::TH1S(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:500:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:503:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1S::TH1S(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:501:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:504:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1S::TH1S(const TH1S &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:502:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:505:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TH1S & TH1S::operator=(const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S & TH1S::operator=(const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:503:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:506:10 t.method("assign", static_cast(&TH1S::operator=)); DEBUG_MSG("Adding wrapper for void TH1S::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:506:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:509:13 t.method("AddBinContent", static_cast(&TH1S::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1S::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:507:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:510:13 t.method("AddBinContent", static_cast(&TH1S::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1S::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:508:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:511:13 t.method("Copy", static_cast(&TH1S::Copy)); DEBUG_MSG("Adding wrapper for void TH1S::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:509:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:13 t.method("Reset", static_cast(&TH1S::Reset)); t.method("Reset", [](TH1S& a)->void { a.Reset(); }); t.method("Reset", [](TH1S* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1S::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:510:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:513:13 t.method("SetBinsLength", static_cast(&TH1S::SetBinsLength)); t.method("SetBinsLength", [](TH1S& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1S* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for Version_t TH1S::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1S::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!Class_Version", static_cast(&TH1S::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1S::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1S::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 t.method("IsA", static_cast(&TH1S::IsA)); DEBUG_MSG("Adding wrapper for void TH1S::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 t.method("StreamerNVirtual", static_cast(&TH1S::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1S::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1S::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!DeclFileName", []() { return (std::string)TH1S::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1S::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1S::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!ImplFileLine", static_cast(&TH1S::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1S::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1S::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!ImplFileName", []() { return (std::string)TH1S::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1S::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1S::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!Class_Name", []() { return (std::string)TH1S::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1S::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1S::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!Dictionary", static_cast(&TH1S::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1S::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1S::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!Class", static_cast(&TH1S::Class)); DEBUG_MSG("Adding wrapper for void TH1S::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1S::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 t.method("Streamer", static_cast(&TH1S::Streamer)); DEBUG_MSG("Adding wrapper for int TH1S::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1S::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:512:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:515:4 module_.method("TH1S!DeclFileLine", static_cast(&TH1S::DeclFileLine)); } @@ -157,7 +157,7 @@ struct JlTH1I: public Wrapper { JlTH1I(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1I (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:536:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:539:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1I", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -169,111 +169,111 @@ struct JlTH1I: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1I::TH1I(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:540:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:543:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1I::TH1I(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:541:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:544:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1I::TH1I(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:542:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:545:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1I::TH1I(const TH1I &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:543:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:546:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TH1I & TH1I::operator=(const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I & TH1I::operator=(const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:544:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:547:10 t.method("assign", static_cast(&TH1I::operator=)); DEBUG_MSG("Adding wrapper for void TH1I::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:547:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:550:13 t.method("AddBinContent", static_cast(&TH1I::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1I::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:548:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:551:13 t.method("AddBinContent", static_cast(&TH1I::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1I::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:549:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:552:13 t.method("Copy", static_cast(&TH1I::Copy)); DEBUG_MSG("Adding wrapper for void TH1I::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:550:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:13 t.method("Reset", static_cast(&TH1I::Reset)); t.method("Reset", [](TH1I& a)->void { a.Reset(); }); t.method("Reset", [](TH1I* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1I::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:551:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:554:13 t.method("SetBinsLength", static_cast(&TH1I::SetBinsLength)); t.method("SetBinsLength", [](TH1I& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1I* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for Version_t TH1I::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1I::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!Class_Version", static_cast(&TH1I::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1I::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1I::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 t.method("IsA", static_cast(&TH1I::IsA)); DEBUG_MSG("Adding wrapper for void TH1I::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 t.method("StreamerNVirtual", static_cast(&TH1I::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1I::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1I::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!DeclFileName", []() { return (std::string)TH1I::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1I::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1I::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!ImplFileLine", static_cast(&TH1I::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1I::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1I::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!ImplFileName", []() { return (std::string)TH1I::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1I::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1I::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!Class_Name", []() { return (std::string)TH1I::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1I::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1I::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!Dictionary", static_cast(&TH1I::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1I::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1I::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!Class", static_cast(&TH1I::Class)); DEBUG_MSG("Adding wrapper for void TH1I::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1I::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 t.method("Streamer", static_cast(&TH1I::Streamer)); DEBUG_MSG("Adding wrapper for int TH1I::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1I::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:553:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:556:4 module_.method("TH1I!DeclFileLine", static_cast(&TH1I::DeclFileLine)); } @@ -284,6 +284,145 @@ std::shared_ptr newJlTH1I(jlcxx::Module& module){ return std::shared_ptr(new JlTH1I(module)); } +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +template<> struct SuperType { typedef TH1 type; }; +} + +// Class generating the wrapper for type TH1L +// signature to use in the veto file: TH1L +struct JlTH1L: public Wrapper { + + JlTH1L(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TH1L (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:580:7 + jlcxx::TypeWrapper t = jlModule.add_type("TH1L", + jlcxx::julia_base_type()); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH1L::TH1L(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:584:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH1L::TH1L(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:585:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH1L::TH1L(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:586:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH1L::TH1L(const TH1L &) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:587:4 + t.constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for TH1L & TH1L::operator=(const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L & TH1L::operator=(const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:588:10 + t.method("assign", static_cast(&TH1L::operator=)); + + DEBUG_MSG("Adding wrapper for void TH1L::AddBinContent(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::AddBinContent(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:591:13 + t.method("AddBinContent", static_cast(&TH1L::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH1L::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::AddBinContent(Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:592:13 + t.method("AddBinContent", static_cast(&TH1L::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH1L::Copy(TObject &) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::Copy(TObject &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:593:13 + t.method("Copy", static_cast(&TH1L::Copy)); + + DEBUG_MSG("Adding wrapper for void TH1L::Reset(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::Reset(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:594:13 + t.method("Reset", static_cast(&TH1L::Reset)); + t.method("Reset", [](TH1L& a)->void { a.Reset(); }); + t.method("Reset", [](TH1L* a)->void { a->Reset(); }); + + DEBUG_MSG("Adding wrapper for void TH1L::SetBinsLength(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::SetBinsLength(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:595:13 + t.method("SetBinsLength", static_cast(&TH1L::SetBinsLength)); + t.method("SetBinsLength", [](TH1L& a)->void { a.SetBinsLength(); }); + t.method("SetBinsLength", [](TH1L* a)->void { a->SetBinsLength(); }); + + DEBUG_MSG("Adding wrapper for Version_t TH1L::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TH1L::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!Class_Version", static_cast(&TH1L::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TH1L::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH1L::IsA() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + t.method("IsA", static_cast(&TH1L::IsA)); + + DEBUG_MSG("Adding wrapper for void TH1L::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + t.method("StreamerNVirtual", static_cast(&TH1L::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TH1L::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH1L::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!DeclFileName", []() { return (std::string)TH1L::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TH1L::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH1L::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!ImplFileLine", static_cast(&TH1L::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TH1L::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH1L::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!ImplFileName", []() { return (std::string)TH1L::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TH1L::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH1L::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!Class_Name", []() { return (std::string)TH1L::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TH1L::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH1L::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!Dictionary", static_cast(&TH1L::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TH1L::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH1L::Class() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!Class", static_cast(&TH1L::Class)); + + DEBUG_MSG("Adding wrapper for void TH1L::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH1L::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + t.method("Streamer", static_cast(&TH1L::Streamer)); + + DEBUG_MSG("Adding wrapper for int TH1L::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH1L::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH1.h:597:4 + module_.method("TH1L!DeclFileLine", static_cast(&TH1L::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTH1L(jlcxx::Module& module){ + return std::shared_ptr(new JlTH1L(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -296,7 +435,7 @@ struct JlTH1F: public Wrapper { JlTH1F(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1F (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:577:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:621:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1F", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -308,111 +447,111 @@ struct JlTH1F: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1F::TH1F(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:581:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:625:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1F::TH1F(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:582:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:626:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1F::TH1F(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:583:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:627:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1F::TH1F(const TH1F &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:585:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:629:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TH1F & TH1F::operator=(const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F & TH1F::operator=(const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:586:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:630:10 t.method("assign", static_cast(&TH1F::operator=)); DEBUG_MSG("Adding wrapper for void TH1F::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:589:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:635:13 t.method("AddBinContent", static_cast(&TH1F::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1F::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:590:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:13 t.method("AddBinContent", static_cast(&TH1F::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1F::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:592:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:641:13 t.method("Copy", static_cast(&TH1F::Copy)); DEBUG_MSG("Adding wrapper for void TH1F::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:593:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:642:13 t.method("Reset", static_cast(&TH1F::Reset)); t.method("Reset", [](TH1F& a)->void { a.Reset(); }); t.method("Reset", [](TH1F* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1F::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:594:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:643:13 t.method("SetBinsLength", static_cast(&TH1F::SetBinsLength)); t.method("SetBinsLength", [](TH1F& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1F* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for Version_t TH1F::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1F::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!Class_Version", static_cast(&TH1F::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1F::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1F::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 t.method("IsA", static_cast(&TH1F::IsA)); DEBUG_MSG("Adding wrapper for void TH1F::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 t.method("StreamerNVirtual", static_cast(&TH1F::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1F::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1F::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!DeclFileName", []() { return (std::string)TH1F::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1F::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1F::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!ImplFileLine", static_cast(&TH1F::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1F::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1F::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!ImplFileName", []() { return (std::string)TH1F::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1F::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1F::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!Class_Name", []() { return (std::string)TH1F::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1F::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1F::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!Dictionary", static_cast(&TH1F::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1F::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1F::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!Class", static_cast(&TH1F::Class)); DEBUG_MSG("Adding wrapper for void TH1F::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1F::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 t.method("Streamer", static_cast(&TH1F::Streamer)); DEBUG_MSG("Adding wrapper for int TH1F::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1F::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:596:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:645:4 module_.method("TH1F!DeclFileLine", static_cast(&TH1F::DeclFileLine)); } @@ -435,7 +574,7 @@ struct JlTH1D: public Wrapper { JlTH1D(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH1D (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:620:7 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:669:7 jlcxx::TypeWrapper t = jlModule.add_type("TH1D", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -447,116 +586,116 @@ struct JlTH1D: public Wrapper { DEBUG_MSG("Adding wrapper for void TH1D::TH1D(const char *, const char *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:624:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:673:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1D::TH1D(const char *, const char *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:625:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:674:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1D::TH1D(const char *, const char *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:626:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:675:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1D::TH1D(const TVectorD &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:627:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:676:13 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH1D::TH1D(const TH1D &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:628:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:677:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TH1D & TH1D::operator=(const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D & TH1D::operator=(const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:629:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:678:10 t.method("assign", static_cast(&TH1D::operator=)); DEBUG_MSG("Adding wrapper for void TH1D::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:632:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:683:13 t.method("AddBinContent", static_cast(&TH1D::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1D::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:633:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:686:13 t.method("AddBinContent", static_cast(&TH1D::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH1D::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:635:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:688:13 t.method("Copy", static_cast(&TH1D::Copy)); DEBUG_MSG("Adding wrapper for void TH1D::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:636:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:689:13 t.method("Reset", static_cast(&TH1D::Reset)); t.method("Reset", [](TH1D& a)->void { a.Reset(); }); t.method("Reset", [](TH1D* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH1D::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:637:13 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:690:13 t.method("SetBinsLength", static_cast(&TH1D::SetBinsLength)); t.method("SetBinsLength", [](TH1D& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH1D* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for Version_t TH1D::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH1D::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!Class_Version", static_cast(&TH1D::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH1D::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1D::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 t.method("IsA", static_cast(&TH1D::IsA)); DEBUG_MSG("Adding wrapper for void TH1D::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 t.method("StreamerNVirtual", static_cast(&TH1D::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH1D::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1D::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!DeclFileName", []() { return (std::string)TH1D::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH1D::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1D::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!ImplFileLine", static_cast(&TH1D::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH1D::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1D::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!ImplFileName", []() { return (std::string)TH1D::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH1D::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH1D::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!Class_Name", []() { return (std::string)TH1D::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH1D::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1D::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!Dictionary", static_cast(&TH1D::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH1D::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH1D::Class() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!Class", static_cast(&TH1D::Class)); DEBUG_MSG("Adding wrapper for void TH1D::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH1D::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 t.method("Streamer", static_cast(&TH1D::Streamer)); DEBUG_MSG("Adding wrapper for int TH1D::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH1D::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH1.h:639:4 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:692:4 module_.method("TH1D!DeclFileLine", static_cast(&TH1D::DeclFileLine)); } @@ -566,494 +705,3 @@ struct JlTH1D: public Wrapper { std::shared_ptr newJlTH1D(jlcxx::Module& module){ return std::shared_ptr(new JlTH1D(module)); } - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; -template<> struct SuperType { typedef TH1 type; }; -} - -// Class generating the wrapper for type TH2 -// signature to use in the veto file: TH2 -struct JlTH2: public Wrapper { - - JlTH2(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TH2 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:30:7 - jlcxx::TypeWrapper t = jlModule.add_type("TH2", - jlcxx::julia_base_type()); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - - DEBUG_MSG("Adding wrapper for Int_t TH2::BufferEmpty(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::BufferEmpty(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:73:21 - t.method("BufferEmpty", static_cast(&TH2::BufferEmpty)); - t.method("BufferEmpty", [](TH2& a)->Int_t { return a.BufferEmpty(); }); - t.method("BufferEmpty", [](TH2* a)->Int_t { return a->BufferEmpty(); }); - - DEBUG_MSG("Adding wrapper for void TH2::Copy(TObject &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:74:21 - t.method("Copy", static_cast(&TH2::Copy)); - - DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::Fill(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:75:21 - t.method("Fill", static_cast(&TH2::Fill)); - - DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::Fill(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:76:21 - t.method("Fill", static_cast(&TH2::Fill)); - - DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, const char *, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::Fill(Double_t, const char *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:77:21 - t.method("Fill", static_cast(&TH2::Fill)); - - DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(const char *, Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::Fill(const char *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:78:21 - t.method("Fill", static_cast(&TH2::Fill)); - - DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(const char *, const char *, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::Fill(const char *, const char *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:79:21 - t.method("Fill", static_cast(&TH2::Fill)); - - DEBUG_MSG("Adding wrapper for void TH2::FillN(Int_t, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FillN(Int_t, const Double_t *, const Double_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:80:21 - t.method("FillN", static_cast(&TH2::FillN)); - - DEBUG_MSG("Adding wrapper for void TH2::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:81:21 - t.method("FillN", static_cast(&TH2::FillN)); - t.method("FillN", [](TH2& a, Int_t arg0, const Double_t * arg1, const Double_t * arg2, const Double_t * arg3)->void { a.FillN(arg0, arg1, arg2, arg3); }); - t.method("FillN", [](TH2* a, Int_t arg0, const Double_t * arg1, const Double_t * arg2, const Double_t * arg3)->void { a->FillN(arg0, arg1, arg2, arg3); }); - - DEBUG_MSG("Adding wrapper for void TH2::FillRandom(const char *, Int_t, TRandom *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FillRandom(const char *, Int_t, TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:82:21 - t.method("FillRandom", static_cast(&TH2::FillRandom)); - t.method("FillRandom", [](TH2& a, const char * arg0)->void { a.FillRandom(arg0); }); - t.method("FillRandom", [](TH2& a, const char * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); - t.method("FillRandom", [](TH2* a, const char * arg0)->void { a->FillRandom(arg0); }); - t.method("FillRandom", [](TH2* a, const char * arg0, Int_t arg1)->void { a->FillRandom(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for void TH2::FillRandom(TH1 *, Int_t, TRandom *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FillRandom(TH1 *, Int_t, TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:83:21 - t.method("FillRandom", static_cast(&TH2::FillRandom)); - t.method("FillRandom", [](TH2& a, TH1 * arg0)->void { a.FillRandom(arg0); }); - t.method("FillRandom", [](TH2& a, TH1 * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); - t.method("FillRandom", [](TH2* a, TH1 * arg0)->void { a->FillRandom(arg0); }); - t.method("FillRandom", [](TH2* a, TH1 * arg0, Int_t arg1)->void { a->FillRandom(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for void TH2::FitSlicesX(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FitSlicesX(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:84:21 - t.method("FitSlicesX", static_cast(&TH2::FitSlicesX)); - t.method("FitSlicesX", [](TH2& a)->void { a.FitSlicesX(); }); - t.method("FitSlicesX", [](TH2& a, TF1 * arg0)->void { a.FitSlicesX(arg0); }); - t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1)->void { a.FitSlicesX(arg0, arg1); }); - t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a.FitSlicesX(arg0, arg1, arg2); }); - t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a.FitSlicesX(arg0, arg1, arg2, arg3); }); - t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a.FitSlicesX(arg0, arg1, arg2, arg3, arg4); }); - t.method("FitSlicesX", [](TH2* a)->void { a->FitSlicesX(); }); - t.method("FitSlicesX", [](TH2* a, TF1 * arg0)->void { a->FitSlicesX(arg0); }); - t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1)->void { a->FitSlicesX(arg0, arg1); }); - t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a->FitSlicesX(arg0, arg1, arg2); }); - t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a->FitSlicesX(arg0, arg1, arg2, arg3); }); - t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a->FitSlicesX(arg0, arg1, arg2, arg3, arg4); }); - - DEBUG_MSG("Adding wrapper for void TH2::FitSlicesY(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::FitSlicesY(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:85:21 - t.method("FitSlicesY", static_cast(&TH2::FitSlicesY)); - t.method("FitSlicesY", [](TH2& a)->void { a.FitSlicesY(); }); - t.method("FitSlicesY", [](TH2& a, TF1 * arg0)->void { a.FitSlicesY(arg0); }); - t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1)->void { a.FitSlicesY(arg0, arg1); }); - t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a.FitSlicesY(arg0, arg1, arg2); }); - t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a.FitSlicesY(arg0, arg1, arg2, arg3); }); - t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a.FitSlicesY(arg0, arg1, arg2, arg3, arg4); }); - t.method("FitSlicesY", [](TH2* a)->void { a->FitSlicesY(); }); - t.method("FitSlicesY", [](TH2* a, TF1 * arg0)->void { a->FitSlicesY(arg0); }); - t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1)->void { a->FitSlicesY(arg0, arg1); }); - t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a->FitSlicesY(arg0, arg1, arg2); }); - t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a->FitSlicesY(arg0, arg1, arg2, arg3); }); - t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a->FitSlicesY(arg0, arg1, arg2, arg3, arg4); }); - - DEBUG_MSG("Adding wrapper for Int_t TH2::GetBin(Int_t, Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::GetBin(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:86:21 - t.method("GetBin", static_cast(&TH2::GetBin)); - t.method("GetBin", [](TH2 const& a, Int_t arg0, Int_t arg1)->Int_t { return a.GetBin(arg0, arg1); }); - t.method("GetBin", [](TH2 const* a, Int_t arg0, Int_t arg1)->Int_t { return a->GetBin(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinWithContent2(Double_t, Int_t &, Int_t &, Int_t, Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetBinWithContent2(Double_t, Int_t &, Int_t &, Int_t, Int_t, Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:87:21 - t.method("GetBinWithContent2", static_cast(&TH2::GetBinWithContent2)); - t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2); }); - t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3); }); - t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4); }); - t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5, Int_t arg6)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2); }); - t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3); }); - t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4); }); - t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5, Int_t arg6)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinContent(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetBinContent(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:89:21 - t.method("GetBinContent", static_cast(&TH2::GetBinContent)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinContent(Int_t, Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetBinContent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:90:21 - t.method("GetBinContent", static_cast(&TH2::GetBinContent)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinErrorLow(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetBinErrorLow(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:93:21 - t.method("GetBinErrorLow", static_cast(&TH2::GetBinErrorLow)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinErrorUp(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetBinErrorUp(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:94:21 - t.method("GetBinErrorUp", static_cast(&TH2::GetBinErrorUp)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetCorrelationFactor(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetCorrelationFactor(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:95:21 - t.method("GetCorrelationFactor", static_cast(&TH2::GetCorrelationFactor)); - t.method("GetCorrelationFactor", [](TH2 const& a)->Double_t { return a.GetCorrelationFactor(); }); - t.method("GetCorrelationFactor", [](TH2 const& a, Int_t arg0)->Double_t { return a.GetCorrelationFactor(arg0); }); - t.method("GetCorrelationFactor", [](TH2 const* a)->Double_t { return a->GetCorrelationFactor(); }); - t.method("GetCorrelationFactor", [](TH2 const* a, Int_t arg0)->Double_t { return a->GetCorrelationFactor(arg0); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::GetCovariance(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::GetCovariance(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:96:21 - t.method("GetCovariance", static_cast(&TH2::GetCovariance)); - t.method("GetCovariance", [](TH2 const& a)->Double_t { return a.GetCovariance(); }); - t.method("GetCovariance", [](TH2 const& a, Int_t arg0)->Double_t { return a.GetCovariance(arg0); }); - t.method("GetCovariance", [](TH2 const* a)->Double_t { return a->GetCovariance(); }); - t.method("GetCovariance", [](TH2 const* a, Int_t arg0)->Double_t { return a->GetCovariance(arg0); }); - - DEBUG_MSG("Adding wrapper for void TH2::GetRandom2(Double_t &, Double_t &, TRandom *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::GetRandom2(Double_t &, Double_t &, TRandom *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:97:21 - t.method("GetRandom2", static_cast(&TH2::GetRandom2)); - t.method("GetRandom2", [](TH2& a, Double_t & arg0, Double_t & arg1)->void { a.GetRandom2(arg0, arg1); }); - t.method("GetRandom2", [](TH2* a, Double_t & arg0, Double_t & arg1)->void { a->GetRandom2(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for void TH2::GetStats(Double_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::GetStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:98:21 - t.method("GetStats", static_cast(&TH2::GetStats)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::Integral(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:99:21 - t.method("Integral", static_cast(&TH2::Integral)); - t.method("Integral", [](TH2 const& a)->Double_t { return a.Integral(); }); - t.method("Integral", [](TH2 const* a)->Double_t { return a->Integral(); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:101:21 - t.method("Integral", static_cast(&TH2::Integral)); - t.method("Integral", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3)->Double_t { return a.Integral(arg0, arg1, arg2, arg3); }); - t.method("Integral", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3)->Double_t { return a->Integral(arg0, arg1, arg2, arg3); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:102:21 - t.method("Integral", static_cast(&TH2::Integral)); - t.method("Integral", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a.Integral(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("Integral", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a->Integral(arg0, arg1, arg2, arg3, arg4, arg5); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::IntegralAndError(Int_t, Int_t, Int_t, Int_t, Double_t &, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::IntegralAndError(Int_t, Int_t, Int_t, Int_t, Double_t &, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:103:21 - t.method("IntegralAndError", static_cast(&TH2::IntegralAndError)); - t.method("IntegralAndError", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Double_t & arg4)->Double_t { return a.IntegralAndError(arg0, arg1, arg2, arg3, arg4); }); - t.method("IntegralAndError", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Double_t & arg4)->Double_t { return a->IntegralAndError(arg0, arg1, arg2, arg3, arg4); }); - - DEBUG_MSG("Adding wrapper for Double_t TH2::Interpolate(Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::Interpolate(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:104:21 - t.method("Interpolate", static_cast(&TH2::Interpolate)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::Interpolate(Double_t, Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::Interpolate(Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:105:21 - t.method("Interpolate", static_cast(&TH2::Interpolate)); - - DEBUG_MSG("Adding wrapper for Double_t TH2::KolmogorovTest(const TH1 *, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TH2::KolmogorovTest(const TH1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:106:21 - t.method("KolmogorovTest", static_cast(&TH2::KolmogorovTest)); - t.method("KolmogorovTest", [](TH2 const& a, const TH1 * arg0)->Double_t { return a.KolmogorovTest(arg0); }); - t.method("KolmogorovTest", [](TH2 const* a, const TH1 * arg0)->Double_t { return a->KolmogorovTest(arg0); }); - - DEBUG_MSG("Adding wrapper for TH2 * TH2::RebinX(Int_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: TH2 * TH2::RebinX(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:107:21 - t.method("RebinX", static_cast(&TH2::RebinX)); - t.method("RebinX", [](TH2& a)->TH2 * { return a.RebinX(); }); - t.method("RebinX", [](TH2& a, Int_t arg0)->TH2 * { return a.RebinX(arg0); }); - t.method("RebinX", [](TH2* a)->TH2 * { return a->RebinX(); }); - t.method("RebinX", [](TH2* a, Int_t arg0)->TH2 * { return a->RebinX(arg0); }); - - DEBUG_MSG("Adding wrapper for TH2 * TH2::RebinY(Int_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: TH2 * TH2::RebinY(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:108:21 - t.method("RebinY", static_cast(&TH2::RebinY)); - t.method("RebinY", [](TH2& a)->TH2 * { return a.RebinY(); }); - t.method("RebinY", [](TH2& a, Int_t arg0)->TH2 * { return a.RebinY(arg0); }); - t.method("RebinY", [](TH2* a)->TH2 * { return a->RebinY(); }); - t.method("RebinY", [](TH2* a, Int_t arg0)->TH2 * { return a->RebinY(arg0); }); - - DEBUG_MSG("Adding wrapper for TH2 * TH2::Rebin(Int_t, const char *, const Double_t *) (" __HERE__ ")"); - // signature to use in the veto list: TH2 * TH2::Rebin(Int_t, const char *, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:109:21 - t.method("Rebin", static_cast(&TH2::Rebin)); - t.method("Rebin", [](TH2& a)->TH2 * { return a.Rebin(); }); - t.method("Rebin", [](TH2& a, Int_t arg0)->TH2 * { return a.Rebin(arg0); }); - t.method("Rebin", [](TH2& a, Int_t arg0, const char * arg1)->TH2 * { return a.Rebin(arg0, arg1); }); - t.method("Rebin", [](TH2* a)->TH2 * { return a->Rebin(); }); - t.method("Rebin", [](TH2* a, Int_t arg0)->TH2 * { return a->Rebin(arg0); }); - t.method("Rebin", [](TH2* a, Int_t arg0, const char * arg1)->TH2 * { return a->Rebin(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for TH2 * TH2::Rebin2D(Int_t, Int_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: TH2 * TH2::Rebin2D(Int_t, Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:110:21 - t.method("Rebin2D", static_cast(&TH2::Rebin2D)); - t.method("Rebin2D", [](TH2& a)->TH2 * { return a.Rebin2D(); }); - t.method("Rebin2D", [](TH2& a, Int_t arg0)->TH2 * { return a.Rebin2D(arg0); }); - t.method("Rebin2D", [](TH2& a, Int_t arg0, Int_t arg1)->TH2 * { return a.Rebin2D(arg0, arg1); }); - t.method("Rebin2D", [](TH2* a)->TH2 * { return a->Rebin2D(); }); - t.method("Rebin2D", [](TH2* a, Int_t arg0)->TH2 * { return a->Rebin2D(arg0); }); - t.method("Rebin2D", [](TH2* a, Int_t arg0, Int_t arg1)->TH2 * { return a->Rebin2D(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for TProfile * TH2::ProfileX(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: TProfile * TH2::ProfileX(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:111:21 - t.method("ProfileX", static_cast(&TH2::ProfileX)); - t.method("ProfileX", [](TH2 const& a)->TProfile * { return a.ProfileX(); }); - t.method("ProfileX", [](TH2 const& a, const char * arg0)->TProfile * { return a.ProfileX(arg0); }); - t.method("ProfileX", [](TH2 const& a, const char * arg0, Int_t arg1)->TProfile * { return a.ProfileX(arg0, arg1); }); - t.method("ProfileX", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a.ProfileX(arg0, arg1, arg2); }); - t.method("ProfileX", [](TH2 const* a)->TProfile * { return a->ProfileX(); }); - t.method("ProfileX", [](TH2 const* a, const char * arg0)->TProfile * { return a->ProfileX(arg0); }); - t.method("ProfileX", [](TH2 const* a, const char * arg0, Int_t arg1)->TProfile * { return a->ProfileX(arg0, arg1); }); - t.method("ProfileX", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a->ProfileX(arg0, arg1, arg2); }); - - DEBUG_MSG("Adding wrapper for TProfile * TH2::ProfileY(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: TProfile * TH2::ProfileY(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:112:21 - t.method("ProfileY", static_cast(&TH2::ProfileY)); - t.method("ProfileY", [](TH2 const& a)->TProfile * { return a.ProfileY(); }); - t.method("ProfileY", [](TH2 const& a, const char * arg0)->TProfile * { return a.ProfileY(arg0); }); - t.method("ProfileY", [](TH2 const& a, const char * arg0, Int_t arg1)->TProfile * { return a.ProfileY(arg0, arg1); }); - t.method("ProfileY", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a.ProfileY(arg0, arg1, arg2); }); - t.method("ProfileY", [](TH2 const* a)->TProfile * { return a->ProfileY(); }); - t.method("ProfileY", [](TH2 const* a, const char * arg0)->TProfile * { return a->ProfileY(arg0); }); - t.method("ProfileY", [](TH2 const* a, const char * arg0, Int_t arg1)->TProfile * { return a->ProfileY(arg0, arg1); }); - t.method("ProfileY", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a->ProfileY(arg0, arg1, arg2); }); - - DEBUG_MSG("Adding wrapper for TH1D * TH2::ProjectionX(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: TH1D * TH2::ProjectionX(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:113:21 - t.method("ProjectionX", static_cast(&TH2::ProjectionX)); - t.method("ProjectionX", [](TH2 const& a)->TH1D * { return a.ProjectionX(); }); - t.method("ProjectionX", [](TH2 const& a, const char * arg0)->TH1D * { return a.ProjectionX(arg0); }); - t.method("ProjectionX", [](TH2 const& a, const char * arg0, Int_t arg1)->TH1D * { return a.ProjectionX(arg0, arg1); }); - t.method("ProjectionX", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a.ProjectionX(arg0, arg1, arg2); }); - t.method("ProjectionX", [](TH2 const* a)->TH1D * { return a->ProjectionX(); }); - t.method("ProjectionX", [](TH2 const* a, const char * arg0)->TH1D * { return a->ProjectionX(arg0); }); - t.method("ProjectionX", [](TH2 const* a, const char * arg0, Int_t arg1)->TH1D * { return a->ProjectionX(arg0, arg1); }); - t.method("ProjectionX", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a->ProjectionX(arg0, arg1, arg2); }); - - DEBUG_MSG("Adding wrapper for TH1D * TH2::ProjectionY(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: TH1D * TH2::ProjectionY(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:114:21 - t.method("ProjectionY", static_cast(&TH2::ProjectionY)); - t.method("ProjectionY", [](TH2 const& a)->TH1D * { return a.ProjectionY(); }); - t.method("ProjectionY", [](TH2 const& a, const char * arg0)->TH1D * { return a.ProjectionY(arg0); }); - t.method("ProjectionY", [](TH2 const& a, const char * arg0, Int_t arg1)->TH1D * { return a.ProjectionY(arg0, arg1); }); - t.method("ProjectionY", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a.ProjectionY(arg0, arg1, arg2); }); - t.method("ProjectionY", [](TH2 const* a)->TH1D * { return a->ProjectionY(); }); - t.method("ProjectionY", [](TH2 const* a, const char * arg0)->TH1D * { return a->ProjectionY(arg0); }); - t.method("ProjectionY", [](TH2 const* a, const char * arg0, Int_t arg1)->TH1D * { return a->ProjectionY(arg0, arg1); }); - t.method("ProjectionY", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a->ProjectionY(arg0, arg1, arg2); }); - - DEBUG_MSG("Adding wrapper for void TH2::PutStats(Double_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::PutStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:115:21 - t.method("PutStats", static_cast(&TH2::PutStats)); - - DEBUG_MSG("Adding wrapper for TH1D * TH2::QuantilesX(Double_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: TH1D * TH2::QuantilesX(Double_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:116:21 - t.method("QuantilesX", static_cast(&TH2::QuantilesX)); - t.method("QuantilesX", [](TH2 const& a)->TH1D * { return a.QuantilesX(); }); - t.method("QuantilesX", [](TH2 const& a, Double_t arg0)->TH1D * { return a.QuantilesX(arg0); }); - t.method("QuantilesX", [](TH2 const* a)->TH1D * { return a->QuantilesX(); }); - t.method("QuantilesX", [](TH2 const* a, Double_t arg0)->TH1D * { return a->QuantilesX(arg0); }); - - DEBUG_MSG("Adding wrapper for TH1D * TH2::QuantilesY(Double_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: TH1D * TH2::QuantilesY(Double_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:117:21 - t.method("QuantilesY", static_cast(&TH2::QuantilesY)); - t.method("QuantilesY", [](TH2 const& a)->TH1D * { return a.QuantilesY(); }); - t.method("QuantilesY", [](TH2 const& a, Double_t arg0)->TH1D * { return a.QuantilesY(arg0); }); - t.method("QuantilesY", [](TH2 const* a)->TH1D * { return a->QuantilesY(); }); - t.method("QuantilesY", [](TH2 const* a, Double_t arg0)->TH1D * { return a->QuantilesY(arg0); }); - - DEBUG_MSG("Adding wrapper for void TH2::Reset(Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:118:21 - t.method("Reset", static_cast(&TH2::Reset)); - t.method("Reset", [](TH2& a)->void { a.Reset(); }); - t.method("Reset", [](TH2* a)->void { a->Reset(); }); - - DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:119:21 - t.method("SetBinContent", static_cast(&TH2::SetBinContent)); - - DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetBinContent(Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:120:21 - t.method("SetBinContent", static_cast(&TH2::SetBinContent)); - - DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetBinContent(Int_t, Int_t, Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:121:21 - t.method("SetBinContent", static_cast(&TH2::SetBinContent)); - - DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionX(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetShowProjectionX(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:122:21 - t.method("SetShowProjectionX", static_cast(&TH2::SetShowProjectionX)); - t.method("SetShowProjectionX", [](TH2& a)->void { a.SetShowProjectionX(); }); - t.method("SetShowProjectionX", [](TH2* a)->void { a->SetShowProjectionX(); }); - - DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionY(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetShowProjectionY(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:123:21 - t.method("SetShowProjectionY", static_cast(&TH2::SetShowProjectionY)); - t.method("SetShowProjectionY", [](TH2& a)->void { a.SetShowProjectionY(); }); - t.method("SetShowProjectionY", [](TH2* a)->void { a->SetShowProjectionY(); }); - - DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionXY(Int_t, Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::SetShowProjectionXY(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:124:21 - t.method("SetShowProjectionXY", static_cast(&TH2::SetShowProjectionXY)); - t.method("SetShowProjectionXY", [](TH2& a)->void { a.SetShowProjectionXY(); }); - t.method("SetShowProjectionXY", [](TH2& a, Int_t arg0)->void { a.SetShowProjectionXY(arg0); }); - t.method("SetShowProjectionXY", [](TH2* a)->void { a->SetShowProjectionXY(); }); - t.method("SetShowProjectionXY", [](TH2* a, Int_t arg0)->void { a->SetShowProjectionXY(arg0); }); - - DEBUG_MSG("Adding wrapper for TH1 * TH2::ShowBackground(Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: TH1 * TH2::ShowBackground(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:125:21 - t.method("ShowBackground", static_cast(&TH2::ShowBackground)); - t.method("ShowBackground", [](TH2& a)->TH1 * { return a.ShowBackground(); }); - t.method("ShowBackground", [](TH2& a, Int_t arg0)->TH1 * { return a.ShowBackground(arg0); }); - t.method("ShowBackground", [](TH2* a)->TH1 * { return a->ShowBackground(); }); - t.method("ShowBackground", [](TH2* a, Int_t arg0)->TH1 * { return a->ShowBackground(arg0); }); - - DEBUG_MSG("Adding wrapper for Int_t TH2::ShowPeaks(Double_t, Option_t *, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TH2::ShowPeaks(Double_t, Option_t *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:126:21 - t.method("ShowPeaks", static_cast(&TH2::ShowPeaks)); - t.method("ShowPeaks", [](TH2& a)->Int_t { return a.ShowPeaks(); }); - t.method("ShowPeaks", [](TH2& a, Double_t arg0)->Int_t { return a.ShowPeaks(arg0); }); - t.method("ShowPeaks", [](TH2& a, Double_t arg0, Option_t * arg1)->Int_t { return a.ShowPeaks(arg0, arg1); }); - t.method("ShowPeaks", [](TH2* a)->Int_t { return a->ShowPeaks(); }); - t.method("ShowPeaks", [](TH2* a, Double_t arg0)->Int_t { return a->ShowPeaks(arg0); }); - t.method("ShowPeaks", [](TH2* a, Double_t arg0, Option_t * arg1)->Int_t { return a->ShowPeaks(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for void TH2::Smooth(Int_t, Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::Smooth(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:127:21 - t.method("Smooth", static_cast(&TH2::Smooth)); - t.method("Smooth", [](TH2& a)->void { a.Smooth(); }); - t.method("Smooth", [](TH2& a, Int_t arg0)->void { a.Smooth(arg0); }); - t.method("Smooth", [](TH2* a)->void { a->Smooth(); }); - t.method("Smooth", [](TH2* a, Int_t arg0)->void { a->Smooth(arg0); }); - - DEBUG_MSG("Adding wrapper for Version_t TH2::Class_Version() (" __HERE__ ")"); - // signature to use in the veto list: Version_t TH2::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!Class_Version", static_cast(&TH2::Class_Version)); - - DEBUG_MSG("Adding wrapper for TClass * TH2::IsA() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - t.method("IsA", static_cast(&TH2::IsA)); - - DEBUG_MSG("Adding wrapper for void TH2::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - t.method("StreamerNVirtual", static_cast(&TH2::StreamerNVirtual)); - - DEBUG_MSG("Adding wrapper for const char * TH2::DeclFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!DeclFileName", []() { return (std::string)TH2::DeclFileName(); }); - - DEBUG_MSG("Adding wrapper for int TH2::ImplFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TH2::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!ImplFileLine", static_cast(&TH2::ImplFileLine)); - - DEBUG_MSG("Adding wrapper for const char * TH2::ImplFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!ImplFileName", []() { return (std::string)TH2::ImplFileName(); }); - - DEBUG_MSG("Adding wrapper for const char * TH2::Class_Name() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!Class_Name", []() { return (std::string)TH2::Class_Name(); }); - - DEBUG_MSG("Adding wrapper for TClass * TH2::Dictionary() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!Dictionary", static_cast(&TH2::Dictionary)); - - DEBUG_MSG("Adding wrapper for TClass * TH2::Class() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2::Class() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!Class", static_cast(&TH2::Class)); - - DEBUG_MSG("Adding wrapper for void TH2::Streamer(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - t.method("Streamer", static_cast(&TH2::Streamer)); - - DEBUG_MSG("Adding wrapper for int TH2::DeclFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TH2::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 - module_.method("TH2!DeclFileLine", static_cast(&TH2::DeclFileLine)); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTH2(jlcxx::Module& module){ - return std::shared_ptr(new JlTH2(module)); -} diff --git a/deps/src/JlClasses_016.cxx b/deps/src/JlClasses_016.cxx index c6916f8..57b9e06 100644 --- a/deps/src/JlClasses_016.cxx +++ b/deps/src/JlClasses_016.cxx @@ -6,6 +6,497 @@ #include "jlcxx/functions.hpp" #include "jlcxx/stl.hpp" +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +template<> struct SuperType { typedef TH1 type; }; +} + +// Class generating the wrapper for type TH2 +// signature to use in the veto file: TH2 +struct JlTH2: public Wrapper { + + JlTH2(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TH2 (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:30:7 + jlcxx::TypeWrapper t = jlModule.add_type("TH2", + jlcxx::julia_base_type()); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + + DEBUG_MSG("Adding wrapper for Int_t TH2::BufferEmpty(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::BufferEmpty(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:73:21 + t.method("BufferEmpty", static_cast(&TH2::BufferEmpty)); + t.method("BufferEmpty", [](TH2& a)->Int_t { return a.BufferEmpty(); }); + t.method("BufferEmpty", [](TH2* a)->Int_t { return a->BufferEmpty(); }); + + DEBUG_MSG("Adding wrapper for void TH2::Copy(TObject &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::Copy(TObject &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:74:21 + t.method("Copy", static_cast(&TH2::Copy)); + + DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::Fill(Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:75:21 + t.method("Fill", static_cast(&TH2::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::Fill(Double_t, Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:76:21 + t.method("Fill", static_cast(&TH2::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(Double_t, const char *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::Fill(Double_t, const char *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:77:21 + t.method("Fill", static_cast(&TH2::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(const char *, Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::Fill(const char *, Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:78:21 + t.method("Fill", static_cast(&TH2::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TH2::Fill(const char *, const char *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::Fill(const char *, const char *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:79:21 + t.method("Fill", static_cast(&TH2::Fill)); + + DEBUG_MSG("Adding wrapper for void TH2::FillN(Int_t, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FillN(Int_t, const Double_t *, const Double_t *, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:80:21 + t.method("FillN", static_cast(&TH2::FillN)); + + DEBUG_MSG("Adding wrapper for void TH2::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FillN(Int_t, const Double_t *, const Double_t *, const Double_t *, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:81:21 + t.method("FillN", static_cast(&TH2::FillN)); + t.method("FillN", [](TH2& a, Int_t arg0, const Double_t * arg1, const Double_t * arg2, const Double_t * arg3)->void { a.FillN(arg0, arg1, arg2, arg3); }); + t.method("FillN", [](TH2* a, Int_t arg0, const Double_t * arg1, const Double_t * arg2, const Double_t * arg3)->void { a->FillN(arg0, arg1, arg2, arg3); }); + + DEBUG_MSG("Adding wrapper for void TH2::FillRandom(const char *, Int_t, TRandom *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FillRandom(const char *, Int_t, TRandom *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:82:21 + t.method("FillRandom", static_cast(&TH2::FillRandom)); + t.method("FillRandom", [](TH2& a, const char * arg0)->void { a.FillRandom(arg0); }); + t.method("FillRandom", [](TH2& a, const char * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); + t.method("FillRandom", [](TH2* a, const char * arg0)->void { a->FillRandom(arg0); }); + t.method("FillRandom", [](TH2* a, const char * arg0, Int_t arg1)->void { a->FillRandom(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for void TH2::FillRandom(TH1 *, Int_t, TRandom *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FillRandom(TH1 *, Int_t, TRandom *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:83:21 + t.method("FillRandom", static_cast(&TH2::FillRandom)); + t.method("FillRandom", [](TH2& a, TH1 * arg0)->void { a.FillRandom(arg0); }); + t.method("FillRandom", [](TH2& a, TH1 * arg0, Int_t arg1)->void { a.FillRandom(arg0, arg1); }); + t.method("FillRandom", [](TH2* a, TH1 * arg0)->void { a->FillRandom(arg0); }); + t.method("FillRandom", [](TH2* a, TH1 * arg0, Int_t arg1)->void { a->FillRandom(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for void TH2::FitSlicesX(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FitSlicesX(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:84:21 + t.method("FitSlicesX", static_cast(&TH2::FitSlicesX)); + t.method("FitSlicesX", [](TH2& a)->void { a.FitSlicesX(); }); + t.method("FitSlicesX", [](TH2& a, TF1 * arg0)->void { a.FitSlicesX(arg0); }); + t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1)->void { a.FitSlicesX(arg0, arg1); }); + t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a.FitSlicesX(arg0, arg1, arg2); }); + t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a.FitSlicesX(arg0, arg1, arg2, arg3); }); + t.method("FitSlicesX", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a.FitSlicesX(arg0, arg1, arg2, arg3, arg4); }); + t.method("FitSlicesX", [](TH2* a)->void { a->FitSlicesX(); }); + t.method("FitSlicesX", [](TH2* a, TF1 * arg0)->void { a->FitSlicesX(arg0); }); + t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1)->void { a->FitSlicesX(arg0, arg1); }); + t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a->FitSlicesX(arg0, arg1, arg2); }); + t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a->FitSlicesX(arg0, arg1, arg2, arg3); }); + t.method("FitSlicesX", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a->FitSlicesX(arg0, arg1, arg2, arg3, arg4); }); + + DEBUG_MSG("Adding wrapper for void TH2::FitSlicesY(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::FitSlicesY(TF1 *, Int_t, Int_t, Int_t, Option_t *, TObjArray *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:85:21 + t.method("FitSlicesY", static_cast(&TH2::FitSlicesY)); + t.method("FitSlicesY", [](TH2& a)->void { a.FitSlicesY(); }); + t.method("FitSlicesY", [](TH2& a, TF1 * arg0)->void { a.FitSlicesY(arg0); }); + t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1)->void { a.FitSlicesY(arg0, arg1); }); + t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a.FitSlicesY(arg0, arg1, arg2); }); + t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a.FitSlicesY(arg0, arg1, arg2, arg3); }); + t.method("FitSlicesY", [](TH2& a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a.FitSlicesY(arg0, arg1, arg2, arg3, arg4); }); + t.method("FitSlicesY", [](TH2* a)->void { a->FitSlicesY(); }); + t.method("FitSlicesY", [](TH2* a, TF1 * arg0)->void { a->FitSlicesY(arg0); }); + t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1)->void { a->FitSlicesY(arg0, arg1); }); + t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2)->void { a->FitSlicesY(arg0, arg1, arg2); }); + t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3)->void { a->FitSlicesY(arg0, arg1, arg2, arg3); }); + t.method("FitSlicesY", [](TH2* a, TF1 * arg0, Int_t arg1, Int_t arg2, Int_t arg3, Option_t * arg4)->void { a->FitSlicesY(arg0, arg1, arg2, arg3, arg4); }); + + DEBUG_MSG("Adding wrapper for Int_t TH2::GetBin(Int_t, Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::GetBin(Int_t, Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:86:21 + t.method("GetBin", static_cast(&TH2::GetBin)); + t.method("GetBin", [](TH2 const& a, Int_t arg0, Int_t arg1)->Int_t { return a.GetBin(arg0, arg1); }); + t.method("GetBin", [](TH2 const* a, Int_t arg0, Int_t arg1)->Int_t { return a->GetBin(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinWithContent2(Double_t, Int_t &, Int_t &, Int_t, Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetBinWithContent2(Double_t, Int_t &, Int_t &, Int_t, Int_t, Int_t, Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:87:21 + t.method("GetBinWithContent2", static_cast(&TH2::GetBinWithContent2)); + t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2); }); + t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3); }); + t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4); }); + t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5); }); + t.method("GetBinWithContent2", [](TH2 const& a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5, Int_t arg6)->Double_t { return a.GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); + t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2); }); + t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3); }); + t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4); }); + t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5); }); + t.method("GetBinWithContent2", [](TH2 const* a, Double_t arg0, Int_t & arg1, Int_t & arg2, Int_t arg3, Int_t arg4, Int_t arg5, Int_t arg6)->Double_t { return a->GetBinWithContent2(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinContent(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetBinContent(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:89:21 + t.method("GetBinContent", static_cast(&TH2::GetBinContent)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinContent(Int_t, Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetBinContent(Int_t, Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:90:21 + t.method("GetBinContent", static_cast(&TH2::GetBinContent)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinErrorLow(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetBinErrorLow(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:93:21 + t.method("GetBinErrorLow", static_cast(&TH2::GetBinErrorLow)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetBinErrorUp(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetBinErrorUp(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:94:21 + t.method("GetBinErrorUp", static_cast(&TH2::GetBinErrorUp)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetCorrelationFactor(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetCorrelationFactor(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:95:21 + t.method("GetCorrelationFactor", static_cast(&TH2::GetCorrelationFactor)); + t.method("GetCorrelationFactor", [](TH2 const& a)->Double_t { return a.GetCorrelationFactor(); }); + t.method("GetCorrelationFactor", [](TH2 const& a, Int_t arg0)->Double_t { return a.GetCorrelationFactor(arg0); }); + t.method("GetCorrelationFactor", [](TH2 const* a)->Double_t { return a->GetCorrelationFactor(); }); + t.method("GetCorrelationFactor", [](TH2 const* a, Int_t arg0)->Double_t { return a->GetCorrelationFactor(arg0); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::GetCovariance(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::GetCovariance(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:96:21 + t.method("GetCovariance", static_cast(&TH2::GetCovariance)); + t.method("GetCovariance", [](TH2 const& a)->Double_t { return a.GetCovariance(); }); + t.method("GetCovariance", [](TH2 const& a, Int_t arg0)->Double_t { return a.GetCovariance(arg0); }); + t.method("GetCovariance", [](TH2 const* a)->Double_t { return a->GetCovariance(); }); + t.method("GetCovariance", [](TH2 const* a, Int_t arg0)->Double_t { return a->GetCovariance(arg0); }); + + DEBUG_MSG("Adding wrapper for void TH2::GetRandom2(Double_t &, Double_t &, TRandom *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::GetRandom2(Double_t &, Double_t &, TRandom *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:97:21 + t.method("GetRandom2", static_cast(&TH2::GetRandom2)); + t.method("GetRandom2", [](TH2& a, Double_t & arg0, Double_t & arg1)->void { a.GetRandom2(arg0, arg1); }); + t.method("GetRandom2", [](TH2* a, Double_t & arg0, Double_t & arg1)->void { a->GetRandom2(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for void TH2::GetStats(Double_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::GetStats(Double_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:98:21 + t.method("GetStats", static_cast(&TH2::GetStats)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::Integral(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:99:21 + t.method("Integral", static_cast(&TH2::Integral)); + t.method("Integral", [](TH2 const& a)->Double_t { return a.Integral(); }); + t.method("Integral", [](TH2 const* a)->Double_t { return a->Integral(); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:101:21 + t.method("Integral", static_cast(&TH2::Integral)); + t.method("Integral", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3)->Double_t { return a.Integral(arg0, arg1, arg2, arg3); }); + t.method("Integral", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3)->Double_t { return a->Integral(arg0, arg1, arg2, arg3); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::Integral(Int_t, Int_t, Int_t, Int_t, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:102:21 + t.method("Integral", static_cast(&TH2::Integral)); + t.method("Integral", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a.Integral(arg0, arg1, arg2, arg3, arg4, arg5); }); + t.method("Integral", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Int_t arg4, Int_t arg5)->Double_t { return a->Integral(arg0, arg1, arg2, arg3, arg4, arg5); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::IntegralAndError(Int_t, Int_t, Int_t, Int_t, Double_t &, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::IntegralAndError(Int_t, Int_t, Int_t, Int_t, Double_t &, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:103:21 + t.method("IntegralAndError", static_cast(&TH2::IntegralAndError)); + t.method("IntegralAndError", [](TH2 const& a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Double_t & arg4)->Double_t { return a.IntegralAndError(arg0, arg1, arg2, arg3, arg4); }); + t.method("IntegralAndError", [](TH2 const* a, Int_t arg0, Int_t arg1, Int_t arg2, Int_t arg3, Double_t & arg4)->Double_t { return a->IntegralAndError(arg0, arg1, arg2, arg3, arg4); }); + + DEBUG_MSG("Adding wrapper for Double_t TH2::Interpolate(Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::Interpolate(Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:104:21 + t.method("Interpolate", static_cast(&TH2::Interpolate)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::Interpolate(Double_t, Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::Interpolate(Double_t, Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:105:21 + t.method("Interpolate", static_cast(&TH2::Interpolate)); + + DEBUG_MSG("Adding wrapper for Double_t TH2::KolmogorovTest(const TH1 *, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TH2::KolmogorovTest(const TH1 *, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:106:21 + t.method("KolmogorovTest", static_cast(&TH2::KolmogorovTest)); + t.method("KolmogorovTest", [](TH2 const& a, const TH1 * arg0)->Double_t { return a.KolmogorovTest(arg0); }); + t.method("KolmogorovTest", [](TH2 const* a, const TH1 * arg0)->Double_t { return a->KolmogorovTest(arg0); }); + + DEBUG_MSG("Adding wrapper for TH2 * TH2::RebinX(Int_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: TH2 * TH2::RebinX(Int_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:107:21 + t.method("RebinX", static_cast(&TH2::RebinX)); + t.method("RebinX", [](TH2& a)->TH2 * { return a.RebinX(); }); + t.method("RebinX", [](TH2& a, Int_t arg0)->TH2 * { return a.RebinX(arg0); }); + t.method("RebinX", [](TH2* a)->TH2 * { return a->RebinX(); }); + t.method("RebinX", [](TH2* a, Int_t arg0)->TH2 * { return a->RebinX(arg0); }); + + DEBUG_MSG("Adding wrapper for TH2 * TH2::RebinY(Int_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: TH2 * TH2::RebinY(Int_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:108:21 + t.method("RebinY", static_cast(&TH2::RebinY)); + t.method("RebinY", [](TH2& a)->TH2 * { return a.RebinY(); }); + t.method("RebinY", [](TH2& a, Int_t arg0)->TH2 * { return a.RebinY(arg0); }); + t.method("RebinY", [](TH2* a)->TH2 * { return a->RebinY(); }); + t.method("RebinY", [](TH2* a, Int_t arg0)->TH2 * { return a->RebinY(arg0); }); + + DEBUG_MSG("Adding wrapper for TH2 * TH2::Rebin(Int_t, const char *, const Double_t *) (" __HERE__ ")"); + // signature to use in the veto list: TH2 * TH2::Rebin(Int_t, const char *, const Double_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:109:21 + t.method("Rebin", static_cast(&TH2::Rebin)); + t.method("Rebin", [](TH2& a)->TH2 * { return a.Rebin(); }); + t.method("Rebin", [](TH2& a, Int_t arg0)->TH2 * { return a.Rebin(arg0); }); + t.method("Rebin", [](TH2& a, Int_t arg0, const char * arg1)->TH2 * { return a.Rebin(arg0, arg1); }); + t.method("Rebin", [](TH2* a)->TH2 * { return a->Rebin(); }); + t.method("Rebin", [](TH2* a, Int_t arg0)->TH2 * { return a->Rebin(arg0); }); + t.method("Rebin", [](TH2* a, Int_t arg0, const char * arg1)->TH2 * { return a->Rebin(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for TH2 * TH2::Rebin2D(Int_t, Int_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: TH2 * TH2::Rebin2D(Int_t, Int_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:110:21 + t.method("Rebin2D", static_cast(&TH2::Rebin2D)); + t.method("Rebin2D", [](TH2& a)->TH2 * { return a.Rebin2D(); }); + t.method("Rebin2D", [](TH2& a, Int_t arg0)->TH2 * { return a.Rebin2D(arg0); }); + t.method("Rebin2D", [](TH2& a, Int_t arg0, Int_t arg1)->TH2 * { return a.Rebin2D(arg0, arg1); }); + t.method("Rebin2D", [](TH2* a)->TH2 * { return a->Rebin2D(); }); + t.method("Rebin2D", [](TH2* a, Int_t arg0)->TH2 * { return a->Rebin2D(arg0); }); + t.method("Rebin2D", [](TH2* a, Int_t arg0, Int_t arg1)->TH2 * { return a->Rebin2D(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for TProfile * TH2::ProfileX(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: TProfile * TH2::ProfileX(const char *, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:111:21 + t.method("ProfileX", static_cast(&TH2::ProfileX)); + t.method("ProfileX", [](TH2 const& a)->TProfile * { return a.ProfileX(); }); + t.method("ProfileX", [](TH2 const& a, const char * arg0)->TProfile * { return a.ProfileX(arg0); }); + t.method("ProfileX", [](TH2 const& a, const char * arg0, Int_t arg1)->TProfile * { return a.ProfileX(arg0, arg1); }); + t.method("ProfileX", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a.ProfileX(arg0, arg1, arg2); }); + t.method("ProfileX", [](TH2 const* a)->TProfile * { return a->ProfileX(); }); + t.method("ProfileX", [](TH2 const* a, const char * arg0)->TProfile * { return a->ProfileX(arg0); }); + t.method("ProfileX", [](TH2 const* a, const char * arg0, Int_t arg1)->TProfile * { return a->ProfileX(arg0, arg1); }); + t.method("ProfileX", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a->ProfileX(arg0, arg1, arg2); }); + + DEBUG_MSG("Adding wrapper for TProfile * TH2::ProfileY(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: TProfile * TH2::ProfileY(const char *, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:112:21 + t.method("ProfileY", static_cast(&TH2::ProfileY)); + t.method("ProfileY", [](TH2 const& a)->TProfile * { return a.ProfileY(); }); + t.method("ProfileY", [](TH2 const& a, const char * arg0)->TProfile * { return a.ProfileY(arg0); }); + t.method("ProfileY", [](TH2 const& a, const char * arg0, Int_t arg1)->TProfile * { return a.ProfileY(arg0, arg1); }); + t.method("ProfileY", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a.ProfileY(arg0, arg1, arg2); }); + t.method("ProfileY", [](TH2 const* a)->TProfile * { return a->ProfileY(); }); + t.method("ProfileY", [](TH2 const* a, const char * arg0)->TProfile * { return a->ProfileY(arg0); }); + t.method("ProfileY", [](TH2 const* a, const char * arg0, Int_t arg1)->TProfile * { return a->ProfileY(arg0, arg1); }); + t.method("ProfileY", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TProfile * { return a->ProfileY(arg0, arg1, arg2); }); + + DEBUG_MSG("Adding wrapper for TH1D * TH2::ProjectionX(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: TH1D * TH2::ProjectionX(const char *, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:113:21 + t.method("ProjectionX", static_cast(&TH2::ProjectionX)); + t.method("ProjectionX", [](TH2 const& a)->TH1D * { return a.ProjectionX(); }); + t.method("ProjectionX", [](TH2 const& a, const char * arg0)->TH1D * { return a.ProjectionX(arg0); }); + t.method("ProjectionX", [](TH2 const& a, const char * arg0, Int_t arg1)->TH1D * { return a.ProjectionX(arg0, arg1); }); + t.method("ProjectionX", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a.ProjectionX(arg0, arg1, arg2); }); + t.method("ProjectionX", [](TH2 const* a)->TH1D * { return a->ProjectionX(); }); + t.method("ProjectionX", [](TH2 const* a, const char * arg0)->TH1D * { return a->ProjectionX(arg0); }); + t.method("ProjectionX", [](TH2 const* a, const char * arg0, Int_t arg1)->TH1D * { return a->ProjectionX(arg0, arg1); }); + t.method("ProjectionX", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a->ProjectionX(arg0, arg1, arg2); }); + + DEBUG_MSG("Adding wrapper for TH1D * TH2::ProjectionY(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: TH1D * TH2::ProjectionY(const char *, Int_t, Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:114:21 + t.method("ProjectionY", static_cast(&TH2::ProjectionY)); + t.method("ProjectionY", [](TH2 const& a)->TH1D * { return a.ProjectionY(); }); + t.method("ProjectionY", [](TH2 const& a, const char * arg0)->TH1D * { return a.ProjectionY(arg0); }); + t.method("ProjectionY", [](TH2 const& a, const char * arg0, Int_t arg1)->TH1D * { return a.ProjectionY(arg0, arg1); }); + t.method("ProjectionY", [](TH2 const& a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a.ProjectionY(arg0, arg1, arg2); }); + t.method("ProjectionY", [](TH2 const* a)->TH1D * { return a->ProjectionY(); }); + t.method("ProjectionY", [](TH2 const* a, const char * arg0)->TH1D * { return a->ProjectionY(arg0); }); + t.method("ProjectionY", [](TH2 const* a, const char * arg0, Int_t arg1)->TH1D * { return a->ProjectionY(arg0, arg1); }); + t.method("ProjectionY", [](TH2 const* a, const char * arg0, Int_t arg1, Int_t arg2)->TH1D * { return a->ProjectionY(arg0, arg1, arg2); }); + + DEBUG_MSG("Adding wrapper for void TH2::PutStats(Double_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::PutStats(Double_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:115:21 + t.method("PutStats", static_cast(&TH2::PutStats)); + + DEBUG_MSG("Adding wrapper for TH1D * TH2::QuantilesX(Double_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: TH1D * TH2::QuantilesX(Double_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:116:21 + t.method("QuantilesX", static_cast(&TH2::QuantilesX)); + t.method("QuantilesX", [](TH2 const& a)->TH1D * { return a.QuantilesX(); }); + t.method("QuantilesX", [](TH2 const& a, Double_t arg0)->TH1D * { return a.QuantilesX(arg0); }); + t.method("QuantilesX", [](TH2 const* a)->TH1D * { return a->QuantilesX(); }); + t.method("QuantilesX", [](TH2 const* a, Double_t arg0)->TH1D * { return a->QuantilesX(arg0); }); + + DEBUG_MSG("Adding wrapper for TH1D * TH2::QuantilesY(Double_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: TH1D * TH2::QuantilesY(Double_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:117:21 + t.method("QuantilesY", static_cast(&TH2::QuantilesY)); + t.method("QuantilesY", [](TH2 const& a)->TH1D * { return a.QuantilesY(); }); + t.method("QuantilesY", [](TH2 const& a, Double_t arg0)->TH1D * { return a.QuantilesY(arg0); }); + t.method("QuantilesY", [](TH2 const* a)->TH1D * { return a->QuantilesY(); }); + t.method("QuantilesY", [](TH2 const* a, Double_t arg0)->TH1D * { return a->QuantilesY(arg0); }); + + DEBUG_MSG("Adding wrapper for void TH2::Reset(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::Reset(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:118:21 + t.method("Reset", static_cast(&TH2::Reset)); + t.method("Reset", [](TH2& a)->void { a.Reset(); }); + t.method("Reset", [](TH2* a)->void { a->Reset(); }); + + DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetBinContent(Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:119:21 + t.method("SetBinContent", static_cast(&TH2::SetBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetBinContent(Int_t, Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:120:21 + t.method("SetBinContent", static_cast(&TH2::SetBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2::SetBinContent(Int_t, Int_t, Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetBinContent(Int_t, Int_t, Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:121:21 + t.method("SetBinContent", static_cast(&TH2::SetBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionX(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetShowProjectionX(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:122:21 + t.method("SetShowProjectionX", static_cast(&TH2::SetShowProjectionX)); + t.method("SetShowProjectionX", [](TH2& a)->void { a.SetShowProjectionX(); }); + t.method("SetShowProjectionX", [](TH2* a)->void { a->SetShowProjectionX(); }); + + DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionY(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetShowProjectionY(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:123:21 + t.method("SetShowProjectionY", static_cast(&TH2::SetShowProjectionY)); + t.method("SetShowProjectionY", [](TH2& a)->void { a.SetShowProjectionY(); }); + t.method("SetShowProjectionY", [](TH2* a)->void { a->SetShowProjectionY(); }); + + DEBUG_MSG("Adding wrapper for void TH2::SetShowProjectionXY(Int_t, Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::SetShowProjectionXY(Int_t, Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:124:21 + t.method("SetShowProjectionXY", static_cast(&TH2::SetShowProjectionXY)); + t.method("SetShowProjectionXY", [](TH2& a)->void { a.SetShowProjectionXY(); }); + t.method("SetShowProjectionXY", [](TH2& a, Int_t arg0)->void { a.SetShowProjectionXY(arg0); }); + t.method("SetShowProjectionXY", [](TH2* a)->void { a->SetShowProjectionXY(); }); + t.method("SetShowProjectionXY", [](TH2* a, Int_t arg0)->void { a->SetShowProjectionXY(arg0); }); + + DEBUG_MSG("Adding wrapper for TH1 * TH2::ShowBackground(Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: TH1 * TH2::ShowBackground(Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:125:21 + t.method("ShowBackground", static_cast(&TH2::ShowBackground)); + t.method("ShowBackground", [](TH2& a)->TH1 * { return a.ShowBackground(); }); + t.method("ShowBackground", [](TH2& a, Int_t arg0)->TH1 * { return a.ShowBackground(arg0); }); + t.method("ShowBackground", [](TH2* a)->TH1 * { return a->ShowBackground(); }); + t.method("ShowBackground", [](TH2* a, Int_t arg0)->TH1 * { return a->ShowBackground(arg0); }); + + DEBUG_MSG("Adding wrapper for Int_t TH2::ShowPeaks(Double_t, Option_t *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TH2::ShowPeaks(Double_t, Option_t *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:126:21 + t.method("ShowPeaks", static_cast(&TH2::ShowPeaks)); + t.method("ShowPeaks", [](TH2& a)->Int_t { return a.ShowPeaks(); }); + t.method("ShowPeaks", [](TH2& a, Double_t arg0)->Int_t { return a.ShowPeaks(arg0); }); + t.method("ShowPeaks", [](TH2& a, Double_t arg0, Option_t * arg1)->Int_t { return a.ShowPeaks(arg0, arg1); }); + t.method("ShowPeaks", [](TH2* a)->Int_t { return a->ShowPeaks(); }); + t.method("ShowPeaks", [](TH2* a, Double_t arg0)->Int_t { return a->ShowPeaks(arg0); }); + t.method("ShowPeaks", [](TH2* a, Double_t arg0, Option_t * arg1)->Int_t { return a->ShowPeaks(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for void TH2::Smooth(Int_t, Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::Smooth(Int_t, Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:127:21 + t.method("Smooth", static_cast(&TH2::Smooth)); + t.method("Smooth", [](TH2& a)->void { a.Smooth(); }); + t.method("Smooth", [](TH2& a, Int_t arg0)->void { a.Smooth(arg0); }); + t.method("Smooth", [](TH2* a)->void { a->Smooth(); }); + t.method("Smooth", [](TH2* a, Int_t arg0)->void { a->Smooth(arg0); }); + + DEBUG_MSG("Adding wrapper for Version_t TH2::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TH2::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!Class_Version", static_cast(&TH2::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TH2::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2::IsA() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + t.method("IsA", static_cast(&TH2::IsA)); + + DEBUG_MSG("Adding wrapper for void TH2::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + t.method("StreamerNVirtual", static_cast(&TH2::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TH2::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!DeclFileName", []() { return (std::string)TH2::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TH2::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!ImplFileLine", static_cast(&TH2::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TH2::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!ImplFileName", []() { return (std::string)TH2::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TH2::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!Class_Name", []() { return (std::string)TH2::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TH2::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!Dictionary", static_cast(&TH2::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TH2::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2::Class() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!Class", static_cast(&TH2::Class)); + + DEBUG_MSG("Adding wrapper for void TH2::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + t.method("Streamer", static_cast(&TH2::Streamer)); + + DEBUG_MSG("Adding wrapper for int TH2::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:129:4 + module_.method("TH2!DeclFileLine", static_cast(&TH2::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTH2(jlcxx::Module& module){ + return std::shared_ptr(new JlTH2(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -885,152 +1376,3 @@ struct JlTH2I: public Wrapper { std::shared_ptr newJlTH2I(jlcxx::Module& module){ return std::shared_ptr(new JlTH2I(module)); } - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; -template<> struct SuperType { typedef TH2 type; }; -} - -// Class generating the wrapper for type TH2F -// signature to use in the veto file: TH2F -struct JlTH2F: public Wrapper { - - JlTH2F(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TH2F (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:258:7 - jlcxx::TypeWrapper t = jlModule.add_type("TH2F", - jlcxx::julia_base_type()); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - t.template constructor<>(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:262:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:264:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:266:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:268:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Float_t *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:270:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const TH2F &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:273:4 - t.constructor(/*finalize=*/true); - - DEBUG_MSG("Adding wrapper for void TH2F::AddBinContent(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:276:21 - t.method("AddBinContent", static_cast(&TH2F::AddBinContent)); - - DEBUG_MSG("Adding wrapper for void TH2F::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:277:21 - t.method("AddBinContent", static_cast(&TH2F::AddBinContent)); - - DEBUG_MSG("Adding wrapper for void TH2F::Copy(TObject &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:279:21 - t.method("Copy", static_cast(&TH2F::Copy)); - - DEBUG_MSG("Adding wrapper for void TH2F::Reset(Option_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:280:21 - t.method("Reset", static_cast(&TH2F::Reset)); - t.method("Reset", [](TH2F& a)->void { a.Reset(); }); - t.method("Reset", [](TH2F* a)->void { a->Reset(); }); - - DEBUG_MSG("Adding wrapper for void TH2F::SetBinsLength(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:281:21 - t.method("SetBinsLength", static_cast(&TH2F::SetBinsLength)); - t.method("SetBinsLength", [](TH2F& a)->void { a.SetBinsLength(); }); - t.method("SetBinsLength", [](TH2F* a)->void { a->SetBinsLength(); }); - - DEBUG_MSG("Adding wrapper for TH2F & TH2F::operator=(const TH2F &) (" __HERE__ ")"); - // signature to use in the veto list: TH2F & TH2F::operator=(const TH2F &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:283:21 - t.method("assign", static_cast(&TH2F::operator=)); - - DEBUG_MSG("Adding wrapper for Version_t TH2F::Class_Version() (" __HERE__ ")"); - // signature to use in the veto list: Version_t TH2F::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!Class_Version", static_cast(&TH2F::Class_Version)); - - DEBUG_MSG("Adding wrapper for TClass * TH2F::IsA() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2F::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - t.method("IsA", static_cast(&TH2F::IsA)); - - DEBUG_MSG("Adding wrapper for void TH2F::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - t.method("StreamerNVirtual", static_cast(&TH2F::StreamerNVirtual)); - - DEBUG_MSG("Adding wrapper for const char * TH2F::DeclFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2F::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!DeclFileName", []() { return (std::string)TH2F::DeclFileName(); }); - - DEBUG_MSG("Adding wrapper for int TH2F::ImplFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TH2F::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!ImplFileLine", static_cast(&TH2F::ImplFileLine)); - - DEBUG_MSG("Adding wrapper for const char * TH2F::ImplFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2F::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!ImplFileName", []() { return (std::string)TH2F::ImplFileName(); }); - - DEBUG_MSG("Adding wrapper for const char * TH2F::Class_Name() (" __HERE__ ")"); - // signature to use in the veto list: const char * TH2F::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!Class_Name", []() { return (std::string)TH2F::Class_Name(); }); - - DEBUG_MSG("Adding wrapper for TClass * TH2F::Dictionary() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2F::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!Dictionary", static_cast(&TH2F::Dictionary)); - - DEBUG_MSG("Adding wrapper for TClass * TH2F::Class() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TH2F::Class() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!Class", static_cast(&TH2F::Class)); - - DEBUG_MSG("Adding wrapper for void TH2F::Streamer(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TH2F::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - t.method("Streamer", static_cast(&TH2F::Streamer)); - - DEBUG_MSG("Adding wrapper for int TH2F::DeclFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TH2F::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:4 - module_.method("TH2F!DeclFileLine", static_cast(&TH2F::DeclFileLine)); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTH2F(jlcxx::Module& module){ - return std::shared_ptr(new JlTH2F(module)); -} diff --git a/deps/src/JlClasses_017.cxx b/deps/src/JlClasses_017.cxx index d2aa745..f216b22 100644 --- a/deps/src/JlClasses_017.cxx +++ b/deps/src/JlClasses_017.cxx @@ -6,6 +6,304 @@ #include "jlcxx/functions.hpp" #include "jlcxx/stl.hpp" +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +template<> struct SuperType { typedef TH2 type; }; +} + +// Class generating the wrapper for type TH2L +// signature to use in the veto file: TH2L +struct JlTH2L: public Wrapper { + + JlTH2L(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TH2L (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:257:7 + jlcxx::TypeWrapper t = jlModule.add_type("TH2L", + jlcxx::julia_base_type()); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:261:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:263:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:265:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const char *, const char *, Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:267:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const char *, const char *, Int_t, const Float_t *, Int_t, const Float_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:269:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2L::TH2L(const TH2L &) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:271:4 + t.constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for void TH2L::AddBinContent(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::AddBinContent(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:273:13 + t.method("AddBinContent", static_cast(&TH2L::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2L::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::AddBinContent(Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:274:13 + t.method("AddBinContent", static_cast(&TH2L::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2L::Copy(TObject &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::Copy(TObject &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:275:13 + t.method("Copy", static_cast(&TH2L::Copy)); + + DEBUG_MSG("Adding wrapper for void TH2L::Reset(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::Reset(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:276:13 + t.method("Reset", static_cast(&TH2L::Reset)); + t.method("Reset", [](TH2L& a)->void { a.Reset(); }); + t.method("Reset", [](TH2L* a)->void { a->Reset(); }); + + DEBUG_MSG("Adding wrapper for void TH2L::SetBinsLength(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::SetBinsLength(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:277:13 + t.method("SetBinsLength", static_cast(&TH2L::SetBinsLength)); + t.method("SetBinsLength", [](TH2L& a)->void { a.SetBinsLength(); }); + t.method("SetBinsLength", [](TH2L* a)->void { a->SetBinsLength(); }); + + DEBUG_MSG("Adding wrapper for TH2L & TH2L::operator=(const TH2L &) (" __HERE__ ")"); + // signature to use in the veto list: TH2L & TH2L::operator=(const TH2L &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:278:21 + t.method("assign", static_cast(&TH2L::operator=)); + + DEBUG_MSG("Adding wrapper for Version_t TH2L::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TH2L::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!Class_Version", static_cast(&TH2L::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TH2L::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2L::IsA() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + t.method("IsA", static_cast(&TH2L::IsA)); + + DEBUG_MSG("Adding wrapper for void TH2L::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + t.method("StreamerNVirtual", static_cast(&TH2L::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TH2L::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2L::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!DeclFileName", []() { return (std::string)TH2L::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TH2L::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2L::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!ImplFileLine", static_cast(&TH2L::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TH2L::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2L::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!ImplFileName", []() { return (std::string)TH2L::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TH2L::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2L::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!Class_Name", []() { return (std::string)TH2L::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TH2L::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2L::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!Dictionary", static_cast(&TH2L::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TH2L::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2L::Class() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!Class", static_cast(&TH2L::Class)); + + DEBUG_MSG("Adding wrapper for void TH2L::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2L::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + t.method("Streamer", static_cast(&TH2L::Streamer)); + + DEBUG_MSG("Adding wrapper for int TH2L::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2L::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:290:4 + module_.method("TH2L!DeclFileLine", static_cast(&TH2L::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTH2L(jlcxx::Module& module){ + return std::shared_ptr(new JlTH2L(module)); +} + +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +template<> struct SuperType { typedef TH2 type; }; +} + +// Class generating the wrapper for type TH2F +// signature to use in the veto file: TH2F +struct JlTH2F: public Wrapper { + + JlTH2F(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TH2F (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:295:7 + jlcxx::TypeWrapper t = jlModule.add_type("TH2F", + jlcxx::julia_base_type()); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:299:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:301:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:303:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:305:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const char *, const char *, Int_t, const Float_t *, Int_t, const Float_t *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:307:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TH2F::TH2F(const TH2F &) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH2.h:310:4 + t.constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for void TH2F::AddBinContent(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::AddBinContent(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:315:21 + t.method("AddBinContent", static_cast(&TH2F::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2F::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::AddBinContent(Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:319:21 + t.method("AddBinContent", static_cast(&TH2F::AddBinContent)); + + DEBUG_MSG("Adding wrapper for void TH2F::Copy(TObject &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::Copy(TObject &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:321:21 + t.method("Copy", static_cast(&TH2F::Copy)); + + DEBUG_MSG("Adding wrapper for void TH2F::Reset(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::Reset(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:322:21 + t.method("Reset", static_cast(&TH2F::Reset)); + t.method("Reset", [](TH2F& a)->void { a.Reset(); }); + t.method("Reset", [](TH2F* a)->void { a->Reset(); }); + + DEBUG_MSG("Adding wrapper for void TH2F::SetBinsLength(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::SetBinsLength(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:323:21 + t.method("SetBinsLength", static_cast(&TH2F::SetBinsLength)); + t.method("SetBinsLength", [](TH2F& a)->void { a.SetBinsLength(); }); + t.method("SetBinsLength", [](TH2F* a)->void { a->SetBinsLength(); }); + + DEBUG_MSG("Adding wrapper for TH2F & TH2F::operator=(const TH2F &) (" __HERE__ ")"); + // signature to use in the veto list: TH2F & TH2F::operator=(const TH2F &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:325:21 + t.method("assign", static_cast(&TH2F::operator=)); + + DEBUG_MSG("Adding wrapper for Version_t TH2F::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TH2F::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!Class_Version", static_cast(&TH2F::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TH2F::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2F::IsA() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + t.method("IsA", static_cast(&TH2F::IsA)); + + DEBUG_MSG("Adding wrapper for void TH2F::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + t.method("StreamerNVirtual", static_cast(&TH2F::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TH2F::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2F::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!DeclFileName", []() { return (std::string)TH2F::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TH2F::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2F::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!ImplFileLine", static_cast(&TH2F::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TH2F::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2F::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!ImplFileName", []() { return (std::string)TH2F::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TH2F::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TH2F::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!Class_Name", []() { return (std::string)TH2F::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TH2F::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2F::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!Dictionary", static_cast(&TH2F::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TH2F::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TH2F::Class() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!Class", static_cast(&TH2F::Class)); + + DEBUG_MSG("Adding wrapper for void TH2F::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TH2F::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + t.method("Streamer", static_cast(&TH2F::Streamer)); + + DEBUG_MSG("Adding wrapper for int TH2F::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TH2F::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TH2.h:337:4 + module_.method("TH2F!DeclFileLine", static_cast(&TH2F::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTH2F(jlcxx::Module& module){ + return std::shared_ptr(new JlTH2F(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -18,7 +316,7 @@ struct JlTH2D: public Wrapper { JlTH2D(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TH2D (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:301:7 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:343:7 jlcxx::TypeWrapper t = jlModule.add_type("TH2D", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -30,121 +328,121 @@ struct JlTH2D: public Wrapper { DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:305:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:347:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:307:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:349:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:309:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:351:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const char *, const char *, Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:311:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:353:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const char *, const char *, Int_t, const Float_t *, Int_t, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:313:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:355:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::TH2D(const TH2D &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH2.h:316:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:358:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TH2D::AddBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::AddBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:319:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:363:21 t.method("AddBinContent", static_cast(&TH2D::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH2D::AddBinContent(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::AddBinContent(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:320:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:366:21 t.method("AddBinContent", static_cast(&TH2D::AddBinContent)); DEBUG_MSG("Adding wrapper for void TH2D::Copy(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::Copy(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:322:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:368:21 t.method("Copy", static_cast(&TH2D::Copy)); DEBUG_MSG("Adding wrapper for void TH2D::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:323:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:369:21 t.method("Reset", static_cast(&TH2D::Reset)); t.method("Reset", [](TH2D& a)->void { a.Reset(); }); t.method("Reset", [](TH2D* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for void TH2D::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:324:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:370:21 t.method("SetBinsLength", static_cast(&TH2D::SetBinsLength)); t.method("SetBinsLength", [](TH2D& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TH2D* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for TH2D & TH2D::operator=(const TH2D &) (" __HERE__ ")"); // signature to use in the veto list: TH2D & TH2D::operator=(const TH2D &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:326:21 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:372:21 t.method("assign", static_cast(&TH2D::operator=)); DEBUG_MSG("Adding wrapper for Version_t TH2D::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TH2D::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!Class_Version", static_cast(&TH2D::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TH2D::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH2D::IsA() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 t.method("IsA", static_cast(&TH2D::IsA)); DEBUG_MSG("Adding wrapper for void TH2D::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 t.method("StreamerNVirtual", static_cast(&TH2D::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TH2D::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH2D::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!DeclFileName", []() { return (std::string)TH2D::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TH2D::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH2D::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!ImplFileLine", static_cast(&TH2D::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TH2D::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TH2D::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!ImplFileName", []() { return (std::string)TH2D::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TH2D::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TH2D::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!Class_Name", []() { return (std::string)TH2D::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TH2D::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH2D::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!Dictionary", static_cast(&TH2D::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TH2D::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TH2D::Class() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!Class", static_cast(&TH2D::Class)); DEBUG_MSG("Adding wrapper for void TH2D::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TH2D::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 t.method("Streamer", static_cast(&TH2D::Streamer)); DEBUG_MSG("Adding wrapper for int TH2D::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TH2D::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TH2.h:338:4 + // defined in /home/pgras/.julia/conda/3/include/TH2.h:384:4 module_.method("TH2D!DeclFileLine", static_cast(&TH2D::DeclFileLine)); } @@ -300,117 +598,126 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(Double_t, const char *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TProfile2D::Fill(Double_t, const char *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:104:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:106:22 t.method("Fill", static_cast(&TProfile2D::Fill)); - t.method("Fill", [](TProfile2D& a, Double_t arg0, const char * arg1, Double_t arg2)->Int_t { return a.Fill(arg0, arg1, arg2, 1.); }); - t.method("Fill", [](TProfile2D* a, Double_t arg0, const char * arg1, Double_t arg2)->Int_t { return a->Fill(arg0, arg1, arg2, 1.); }); DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(const char *, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TProfile2D::Fill(const char *, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:105:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:107:22 t.method("Fill", static_cast(&TProfile2D::Fill)); - t.method("Fill", [](TProfile2D& a, const char * arg0, Double_t arg1, Double_t arg2)->Int_t { return a.Fill(arg0, arg1, arg2, 1.); }); - t.method("Fill", [](TProfile2D* a, const char * arg0, Double_t arg1, Double_t arg2)->Int_t { return a->Fill(arg0, arg1, arg2, 1.); }); DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(const char *, const char *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TProfile2D::Fill(const char *, const char *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:106:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:108:22 t.method("Fill", static_cast(&TProfile2D::Fill)); - t.method("Fill", [](TProfile2D& a, const char * arg0, const char * arg1, Double_t arg2)->Int_t { return a.Fill(arg0, arg1, arg2, 1.); }); - t.method("Fill", [](TProfile2D* a, const char * arg0, const char * arg1, Double_t arg2)->Int_t { return a->Fill(arg0, arg1, arg2, 1.); }); DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TProfile2D::Fill(Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:107:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:109:22 t.method("Fill", static_cast(&TProfile2D::Fill)); + DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(Double_t, const char *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TProfile2D::Fill(Double_t, const char *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:110:22 + t.method("Fill", static_cast(&TProfile2D::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(const char *, Double_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TProfile2D::Fill(const char *, Double_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:111:22 + t.method("Fill", static_cast(&TProfile2D::Fill)); + + DEBUG_MSG("Adding wrapper for Int_t TProfile2D::Fill(const char *, const char *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TProfile2D::Fill(const char *, const char *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:112:22 + t.method("Fill", static_cast(&TProfile2D::Fill)); + DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinContent(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinContent(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:108:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:113:14 t.method("GetBinContent", static_cast(&TProfile2D::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinContent(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinContent(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:109:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:114:14 t.method("GetBinContent", static_cast(&TProfile2D::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinContent(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinContent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:110:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:115:14 t.method("GetBinContent", static_cast(&TProfile2D::GetBinContent)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinError(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinError(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:111:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:116:14 t.method("GetBinError", static_cast(&TProfile2D::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinError(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinError(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:112:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:117:14 t.method("GetBinError", static_cast(&TProfile2D::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinError(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinError(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:113:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:118:14 t.method("GetBinError", static_cast(&TProfile2D::GetBinError)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinEntries(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinEntries(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:114:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:119:22 t.method("GetBinEntries", static_cast(&TProfile2D::GetBinEntries)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetBinEffectiveEntries(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetBinEffectiveEntries(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:115:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:120:22 t.method("GetBinEffectiveEntries", static_cast(&TProfile2D::GetBinEffectiveEntries)); DEBUG_MSG("Adding wrapper for TArrayD * TProfile2D::GetBinSumw2() (" __HERE__ ")"); // signature to use in the veto list: TArrayD * TProfile2D::GetBinSumw2() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:116:21 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:121:21 t.method("GetBinSumw2", static_cast(&TProfile2D::GetBinSumw2)); DEBUG_MSG("Adding wrapper for const TArrayD * TProfile2D::GetBinSumw2() (" __HERE__ ")"); // signature to use in the veto list: const TArrayD * TProfile2D::GetBinSumw2() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:117:27 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:122:27 t.method("GetBinSumw2", static_cast(&TProfile2D::GetBinSumw2)); DEBUG_MSG("Adding wrapper for Option_t * TProfile2D::GetErrorOption() (" __HERE__ ")"); // signature to use in the veto list: Option_t * TProfile2D::GetErrorOption() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:118:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:123:22 t.method("GetErrorOption", static_cast(&TProfile2D::GetErrorOption)); DEBUG_MSG("Adding wrapper for void TProfile2D::GetStats(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::GetStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:119:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:124:14 t.method("GetStats", static_cast(&TProfile2D::GetStats)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetZmin() (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetZmin() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:120:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:125:22 t.method("GetZmin", static_cast(&TProfile2D::GetZmin)); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetZmax() (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetZmax() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:121:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:126:22 t.method("GetZmax", static_cast(&TProfile2D::GetZmax)); DEBUG_MSG("Adding wrapper for void TProfile2D::LabelsDeflate(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::LabelsDeflate(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:122:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:127:14 t.method("LabelsDeflate", static_cast(&TProfile2D::LabelsDeflate)); t.method("LabelsDeflate", [](TProfile2D& a)->void { a.LabelsDeflate(); }); t.method("LabelsDeflate", [](TProfile2D* a)->void { a->LabelsDeflate(); }); DEBUG_MSG("Adding wrapper for void TProfile2D::LabelsInflate(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::LabelsInflate(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:123:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:128:14 t.method("LabelsInflate", static_cast(&TProfile2D::LabelsInflate)); t.method("LabelsInflate", [](TProfile2D& a)->void { a.LabelsInflate(); }); t.method("LabelsInflate", [](TProfile2D* a)->void { a->LabelsInflate(); }); DEBUG_MSG("Adding wrapper for void TProfile2D::LabelsOption(Option_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::LabelsOption(Option_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:124:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:129:14 t.method("LabelsOption", static_cast(&TProfile2D::LabelsOption)); t.method("LabelsOption", [](TProfile2D& a)->void { a.LabelsOption(); }); t.method("LabelsOption", [](TProfile2D& a, Option_t * arg0)->void { a.LabelsOption(arg0); }); @@ -419,24 +726,24 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for Long64_t TProfile2D::Merge(TCollection *) (" __HERE__ ")"); // signature to use in the veto list: Long64_t TProfile2D::Merge(TCollection *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:125:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:130:14 t.method("Merge", static_cast(&TProfile2D::Merge)); DEBUG_MSG("Adding wrapper for Bool_t TProfile2D::Multiply(TF1 *, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TProfile2D::Multiply(TF1 *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:126:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:131:14 t.method("Multiply", static_cast(&TProfile2D::Multiply)); t.method("Multiply", [](TProfile2D& a, TF1 * arg0)->Bool_t { return a.Multiply(arg0); }); t.method("Multiply", [](TProfile2D* a, TF1 * arg0)->Bool_t { return a->Multiply(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TProfile2D::Multiply(const TH1 *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TProfile2D::Multiply(const TH1 *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:127:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:132:14 t.method("Multiply", static_cast(&TProfile2D::Multiply)); DEBUG_MSG("Adding wrapper for Bool_t TProfile2D::Multiply(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TProfile2D::Multiply(const TH1 *, const TH1 *, Double_t, Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:128:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:133:14 t.method("Multiply", static_cast(&TProfile2D::Multiply)); t.method("Multiply", [](TProfile2D& a, const TH1 * arg0, const TH1 * arg1)->Bool_t { return a.Multiply(arg0, arg1); }); t.method("Multiply", [](TProfile2D& a, const TH1 * arg0, const TH1 * arg1, Double_t arg2)->Bool_t { return a.Multiply(arg0, arg1, arg2); }); @@ -447,7 +754,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for TH2D * TProfile2D::ProjectionXY(const char *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TH2D * TProfile2D::ProjectionXY(const char *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:129:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:134:22 t.method("ProjectionXY", static_cast(&TProfile2D::ProjectionXY)); t.method("ProjectionXY", [](TProfile2D const& a)->TH2D * { return a.ProjectionXY(); }); t.method("ProjectionXY", [](TProfile2D const& a, const char * arg0)->TH2D * { return a.ProjectionXY(arg0); }); @@ -456,7 +763,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for TProfile * TProfile2D::ProfileX(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TProfile * TProfile2D::ProfileX(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:130:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:135:22 t.method("ProfileX", static_cast(&TProfile2D::ProfileX)); t.method("ProfileX", [](TProfile2D const& a)->TProfile * { return a.ProfileX(); }); t.method("ProfileX", [](TProfile2D const& a, const char * arg0)->TProfile * { return a.ProfileX(arg0); }); @@ -469,7 +776,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for TProfile * TProfile2D::ProfileY(const char *, Int_t, Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: TProfile * TProfile2D::ProfileY(const char *, Int_t, Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:131:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:136:22 t.method("ProfileY", static_cast(&TProfile2D::ProfileY)); t.method("ProfileY", [](TProfile2D const& a)->TProfile * { return a.ProfileY(); }); t.method("ProfileY", [](TProfile2D const& a, const char * arg0)->TProfile * { return a.ProfileY(arg0); }); @@ -482,19 +789,19 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for void TProfile2D::PutStats(Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::PutStats(Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:132:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:137:14 t.method("PutStats", static_cast(&TProfile2D::PutStats)); DEBUG_MSG("Adding wrapper for void TProfile2D::Reset(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::Reset(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:133:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:138:14 t.method("Reset", static_cast(&TProfile2D::Reset)); t.method("Reset", [](TProfile2D& a)->void { a.Reset(); }); t.method("Reset", [](TProfile2D* a)->void { a->Reset(); }); DEBUG_MSG("Adding wrapper for TProfile2D * TProfile2D::Rebin2D(Int_t, Int_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: TProfile2D * TProfile2D::Rebin2D(Int_t, Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:134:16 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:139:16 t.method("Rebin2D", static_cast(&TProfile2D::Rebin2D)); t.method("Rebin2D", [](TProfile2D& a)->TProfile2D * { return a.Rebin2D(); }); t.method("Rebin2D", [](TProfile2D& a, Int_t arg0)->TProfile2D * { return a.Rebin2D(arg0); }); @@ -505,7 +812,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for TProfile2D * TProfile2D::RebinX(Int_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: TProfile2D * TProfile2D::RebinX(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:135:16 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:140:16 t.method("RebinX", static_cast(&TProfile2D::RebinX)); t.method("RebinX", [](TProfile2D& a)->TProfile2D * { return a.RebinX(); }); t.method("RebinX", [](TProfile2D& a, Int_t arg0)->TProfile2D * { return a.RebinX(arg0); }); @@ -514,7 +821,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for TProfile2D * TProfile2D::RebinY(Int_t, const char *) (" __HERE__ ")"); // signature to use in the veto list: TProfile2D * TProfile2D::RebinY(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:136:16 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:141:16 t.method("RebinY", static_cast(&TProfile2D::RebinY)); t.method("RebinY", [](TProfile2D& a)->TProfile2D * { return a.RebinY(); }); t.method("RebinY", [](TProfile2D& a, Int_t arg0)->TProfile2D * { return a.RebinY(arg0); }); @@ -523,7 +830,7 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for void TProfile2D::Scale(Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::Scale(Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:138:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:143:14 t.method("Scale", static_cast(&TProfile2D::Scale)); t.method("Scale", [](TProfile2D& a)->void { a.Scale(); }); t.method("Scale", [](TProfile2D& a, Double_t arg0)->void { a.Scale(arg0); }); @@ -532,105 +839,105 @@ struct JlTProfile2D: public Wrapper { DEBUG_MSG("Adding wrapper for void TProfile2D::SetBinEntries(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetBinEntries(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:139:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:144:22 t.method("SetBinEntries", static_cast(&TProfile2D::SetBinEntries)); DEBUG_MSG("Adding wrapper for void TProfile2D::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:140:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:145:14 t.method("SetBins", static_cast(&TProfile2D::SetBins)); DEBUG_MSG("Adding wrapper for void TProfile2D::SetBins(Int_t, const Double_t *, Int_t, const Double_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetBins(Int_t, const Double_t *, Int_t, const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:141:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:146:14 t.method("SetBins", static_cast(&TProfile2D::SetBins)); DEBUG_MSG("Adding wrapper for void TProfile2D::SetBinsLength(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetBinsLength(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:142:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:147:14 t.method("SetBinsLength", static_cast(&TProfile2D::SetBinsLength)); t.method("SetBinsLength", [](TProfile2D& a)->void { a.SetBinsLength(); }); t.method("SetBinsLength", [](TProfile2D* a)->void { a->SetBinsLength(); }); DEBUG_MSG("Adding wrapper for void TProfile2D::SetBuffer(Int_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetBuffer(Int_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:143:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:14 t.method("SetBuffer", static_cast(&TProfile2D::SetBuffer)); t.method("SetBuffer", [](TProfile2D& a, Int_t arg0)->void { a.SetBuffer(arg0); }); t.method("SetBuffer", [](TProfile2D* a, Int_t arg0)->void { a->SetBuffer(arg0); }); DEBUG_MSG("Adding wrapper for void TProfile2D::SetErrorOption(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::SetErrorOption(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:144:22 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:149:22 t.method("SetErrorOption", static_cast(&TProfile2D::SetErrorOption)); t.method("SetErrorOption", [](TProfile2D& a)->void { a.SetErrorOption(); }); t.method("SetErrorOption", [](TProfile2D* a)->void { a->SetErrorOption(); }); DEBUG_MSG("Adding wrapper for void TProfile2D::Sumw2(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::Sumw2(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:145:14 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:150:14 t.method("Sumw2", static_cast(&TProfile2D::Sumw2)); t.method("Sumw2", [](TProfile2D& a)->void { a.Sumw2(); }); t.method("Sumw2", [](TProfile2D* a)->void { a->Sumw2(); }); DEBUG_MSG("Adding wrapper for Double_t TProfile2D::GetNumberOfBins() (" __HERE__ ")"); // signature to use in the veto list: Double_t TProfile2D::GetNumberOfBins() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:146:13 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:151:13 t.method("GetNumberOfBins", static_cast(&TProfile2D::GetNumberOfBins)); DEBUG_MSG("Adding wrapper for Version_t TProfile2D::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TProfile2D::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!Class_Version", static_cast(&TProfile2D::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TProfile2D::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProfile2D::IsA() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 t.method("IsA", static_cast(&TProfile2D::IsA)); DEBUG_MSG("Adding wrapper for void TProfile2D::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 t.method("StreamerNVirtual", static_cast(&TProfile2D::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TProfile2D::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TProfile2D::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!DeclFileName", []() { return (std::string)TProfile2D::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TProfile2D::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TProfile2D::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!ImplFileLine", static_cast(&TProfile2D::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TProfile2D::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TProfile2D::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!ImplFileName", []() { return (std::string)TProfile2D::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TProfile2D::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TProfile2D::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!Class_Name", []() { return (std::string)TProfile2D::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TProfile2D::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProfile2D::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!Dictionary", static_cast(&TProfile2D::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TProfile2D::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TProfile2D::Class() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!Class", static_cast(&TProfile2D::Class)); DEBUG_MSG("Adding wrapper for void TProfile2D::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TProfile2D::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 t.method("Streamer", static_cast(&TProfile2D::Streamer)); DEBUG_MSG("Adding wrapper for int TProfile2D::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TProfile2D::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:148:4 + // defined in /home/pgras/.julia/conda/3/include/TProfile2D.h:153:4 module_.method("TProfile2D!DeclFileLine", static_cast(&TProfile2D::DeclFileLine)); } @@ -668,59 +975,3 @@ struct JlTApplicationImp: public Wrapper { std::shared_ptr newJlTApplicationImp(jlcxx::Module& module){ return std::shared_ptr(new JlTApplicationImp(module)); } - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; -} - -// Class generating the wrapper for type TDatime -// signature to use in the veto file: TDatime -struct JlTDatime: public Wrapper { - - JlTDatime(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TDatime (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TDatime.h:37:7 - jlcxx::TypeWrapper t = jlModule.add_type("TDatime"); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - t.template constructor<>(/*finalize=*/true); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTDatime(jlcxx::Module& module){ - return std::shared_ptr(new JlTDatime(module)); -} - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; -} - -// Class generating the wrapper for type TArrayC -// signature to use in the veto file: TArrayC -struct JlTArrayC: public Wrapper { - - JlTArrayC(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TArrayC (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TArrayC.h:27:7 - jlcxx::TypeWrapper t = jlModule.add_type("TArrayC"); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - t.template constructor<>(/*finalize=*/true); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTArrayC(jlcxx::Module& module){ - return std::shared_ptr(new JlTArrayC(module)); -} diff --git a/deps/src/JlClasses_018.cxx b/deps/src/JlClasses_018.cxx index e7feb05..a54cb2a 100644 --- a/deps/src/JlClasses_018.cxx +++ b/deps/src/JlClasses_018.cxx @@ -6,6 +6,62 @@ #include "jlcxx/functions.hpp" #include "jlcxx/stl.hpp" +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +} + +// Class generating the wrapper for type TDatime +// signature to use in the veto file: TDatime +struct JlTDatime: public Wrapper { + + JlTDatime(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TDatime (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TDatime.h:37:7 + jlcxx::TypeWrapper t = jlModule.add_type("TDatime"); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTDatime(jlcxx::Module& module){ + return std::shared_ptr(new JlTDatime(module)); +} + +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +} + +// Class generating the wrapper for type TArrayC +// signature to use in the veto file: TArrayC +struct JlTArrayC: public Wrapper { + + JlTArrayC(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TArrayC (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TArrayC.h:27:7 + jlcxx::TypeWrapper t = jlModule.add_type("TArrayC"); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTArrayC(jlcxx::Module& module){ + return std::shared_ptr(new JlTArrayC(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -48,7 +104,7 @@ struct JlTFileOpenHandle: public Wrapper { JlTFileOpenHandle(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TFileOpenHandle (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFile.h:356:7 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:354:7 jlcxx::TypeWrapper t = jlModule.add_type("TFileOpenHandle", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -59,23 +115,23 @@ struct JlTFileOpenHandle: public Wrapper { DEBUG_MSG("Adding wrapper for Bool_t TFileOpenHandle::Matches(const char *) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TFileOpenHandle::Matches(const char *) - // defined in /home/pgras/.julia/conda/3/include/TFile.h:379:16 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:377:16 t.method("Matches", static_cast(&TFileOpenHandle::Matches)); DEBUG_MSG("Adding wrapper for const char * TFileOpenHandle::GetOpt() (" __HERE__ ")"); // signature to use in the veto list: const char * TFileOpenHandle::GetOpt() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:381:16 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:379:16 t.method("GetOpt", [](TFileOpenHandle const& a) { return (std::string)a.GetOpt(); }); t.method("GetOpt", [](TFileOpenHandle const* a) { return (std::string)a->GetOpt(); }); DEBUG_MSG("Adding wrapper for Int_t TFileOpenHandle::GetCompress() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFileOpenHandle::GetCompress() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:382:16 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:380:16 t.method("GetCompress", static_cast(&TFileOpenHandle::GetCompress)); DEBUG_MSG("Adding wrapper for Int_t TFileOpenHandle::GetNetOpt() (" __HERE__ ")"); // signature to use in the veto list: Int_t TFileOpenHandle::GetNetOpt() - // defined in /home/pgras/.julia/conda/3/include/TFile.h:383:16 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:381:16 t.method("GetNetOpt", static_cast(&TFileOpenHandle::GetNetOpt)); } @@ -110,140 +166,140 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::TGraph(Int_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:83:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:84:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(Int_t, const Int_t *, const Int_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:84:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:85:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(Int_t, const Float_t *, const Float_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:85:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:86:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(Int_t, const Double_t *, const Double_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:86:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:87:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(Int_t, const Double_t *, Double_t, Double_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:87:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:88:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(const TGraph &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:88:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:89:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for TGraph & TGraph::operator=(const TGraph &) (" __HERE__ ")"); // signature to use in the veto list: TGraph & TGraph::operator=(const TGraph &) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:89:12 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:90:12 t.method("assign", static_cast(&TGraph::operator=)); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(const TVectorD &, const TVectorD &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:91:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:92:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(const TH1 *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:92:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:93:4 t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(const TF1 *, Option_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:93:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:94:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::TGraph(const char *, const char *, Option_t *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:94:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:95:4 t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); t.constructor(/*finalize=*/true); DEBUG_MSG("Adding wrapper for void TGraph::AddPoint(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::AddPoint(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:97:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:98:26 t.method("AddPoint", static_cast(&TGraph::AddPoint)); DEBUG_MSG("Adding wrapper for void TGraph::Apply(TF1 *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Apply(TF1 *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:98:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:99:26 t.method("Apply", static_cast(&TGraph::Apply)); DEBUG_MSG("Adding wrapper for void TGraph::Browse(TBrowser *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Browse(TBrowser *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:99:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:100:26 t.method("Browse", static_cast(&TGraph::Browse)); DEBUG_MSG("Adding wrapper for Double_t TGraph::Chisquare(TF1 *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::Chisquare(TF1 *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:100:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:101:26 t.method("Chisquare", static_cast(&TGraph::Chisquare)); t.method("Chisquare", [](TGraph const& a, TF1 * arg0)->Double_t { return a.Chisquare(arg0); }); t.method("Chisquare", [](TGraph const* a, TF1 * arg0)->Double_t { return a->Chisquare(arg0); }); DEBUG_MSG("Adding wrapper for Bool_t TGraph::CompareArg(const TGraph *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::CompareArg(const TGraph *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:101:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:102:26 module_.method("TGraph!CompareArg", static_cast(&TGraph::CompareArg)); DEBUG_MSG("Adding wrapper for Bool_t TGraph::CompareX(const TGraph *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::CompareX(const TGraph *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:102:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:103:26 module_.method("TGraph!CompareX", static_cast(&TGraph::CompareX)); DEBUG_MSG("Adding wrapper for Bool_t TGraph::CompareY(const TGraph *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::CompareY(const TGraph *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:103:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:104:26 module_.method("TGraph!CompareY", static_cast(&TGraph::CompareY)); DEBUG_MSG("Adding wrapper for Bool_t TGraph::CompareRadius(const TGraph *, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::CompareRadius(const TGraph *, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:104:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:105:26 module_.method("TGraph!CompareRadius", static_cast(&TGraph::CompareRadius)); DEBUG_MSG("Adding wrapper for void TGraph::ComputeRange(Double_t &, Double_t &, Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::ComputeRange(Double_t &, Double_t &, Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:105:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:106:26 t.method("ComputeRange", static_cast(&TGraph::ComputeRange)); DEBUG_MSG("Adding wrapper for Int_t TGraph::DistancetoPrimitive(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::DistancetoPrimitive(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:106:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:107:26 t.method("DistancetoPrimitive", static_cast(&TGraph::DistancetoPrimitive)); DEBUG_MSG("Adding wrapper for void TGraph::Draw(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Draw(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:107:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:108:26 t.method("Draw", static_cast(&TGraph::Draw)); t.method("Draw", [](TGraph& a)->void { a.Draw(); }); t.method("Draw", [](TGraph* a)->void { a->Draw(); }); DEBUG_MSG("Adding wrapper for void TGraph::DrawGraph(Int_t, const Int_t *, const Int_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::DrawGraph(Int_t, const Int_t *, const Int_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:108:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:109:26 t.method("DrawGraph", static_cast(&TGraph::DrawGraph)); t.method("DrawGraph", [](TGraph& a, Int_t arg0, const Int_t * arg1, const Int_t * arg2)->void { a.DrawGraph(arg0, arg1, arg2); }); t.method("DrawGraph", [](TGraph* a, Int_t arg0, const Int_t * arg1, const Int_t * arg2)->void { a->DrawGraph(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for void TGraph::DrawGraph(Int_t, const Float_t *, const Float_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::DrawGraph(Int_t, const Float_t *, const Float_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:109:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:110:26 t.method("DrawGraph", static_cast(&TGraph::DrawGraph)); t.method("DrawGraph", [](TGraph& a, Int_t arg0, const Float_t * arg1, const Float_t * arg2)->void { a.DrawGraph(arg0, arg1, arg2); }); t.method("DrawGraph", [](TGraph* a, Int_t arg0, const Float_t * arg1, const Float_t * arg2)->void { a->DrawGraph(arg0, arg1, arg2); }); DEBUG_MSG("Adding wrapper for void TGraph::DrawGraph(Int_t, const Double_t *, const Double_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::DrawGraph(Int_t, const Double_t *, const Double_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:110:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:111:26 t.method("DrawGraph", static_cast(&TGraph::DrawGraph)); t.method("DrawGraph", [](TGraph& a, Int_t arg0)->void { a.DrawGraph(arg0); }); t.method("DrawGraph", [](TGraph& a, Int_t arg0, const Double_t * arg1)->void { a.DrawGraph(arg0, arg1); }); @@ -254,37 +310,37 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::DrawPanel() (" __HERE__ ")"); // signature to use in the veto list: void TGraph::DrawPanel() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:111:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:112:26 t.method("DrawPanel", static_cast(&TGraph::DrawPanel)); DEBUG_MSG("Adding wrapper for void TGraph::ExecuteEvent(Int_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::ExecuteEvent(Int_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:113:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:114:26 t.method("ExecuteEvent", static_cast(&TGraph::ExecuteEvent)); DEBUG_MSG("Adding wrapper for void TGraph::Expand(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Expand(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:114:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:115:26 t.method("Expand", static_cast(&TGraph::Expand)); DEBUG_MSG("Adding wrapper for void TGraph::Expand(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Expand(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:115:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:116:26 t.method("Expand", static_cast(&TGraph::Expand)); DEBUG_MSG("Adding wrapper for TObject * TGraph::FindObject(const char *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TGraph::FindObject(const char *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:116:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:117:26 t.method("FindObject", static_cast(&TGraph::FindObject)); DEBUG_MSG("Adding wrapper for TObject * TGraph::FindObject(const TObject *) (" __HERE__ ")"); // signature to use in the veto list: TObject * TGraph::FindObject(const TObject *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:117:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:118:26 t.method("FindObject", static_cast(&TGraph::FindObject)); DEBUG_MSG("Adding wrapper for TFitResultPtr TGraph::Fit(const char *, Option_t *, Option_t *, Axis_t, Axis_t) (" __HERE__ ")"); // signature to use in the veto list: TFitResultPtr TGraph::Fit(const char *, Option_t *, Option_t *, Axis_t, Axis_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:118:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:119:26 t.method("Fit", static_cast(&TGraph::Fit)); t.method("Fit", [](TGraph& a, const char * arg0)->TFitResultPtr { return a.Fit(arg0); }); t.method("Fit", [](TGraph& a, const char * arg0, Option_t * arg1)->TFitResultPtr { return a.Fit(arg0, arg1); }); @@ -297,7 +353,7 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for TFitResultPtr TGraph::Fit(TF1 *, Option_t *, Option_t *, Axis_t, Axis_t) (" __HERE__ ")"); // signature to use in the veto list: TFitResultPtr TGraph::Fit(TF1 *, Option_t *, Option_t *, Axis_t, Axis_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:119:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:120:26 t.method("Fit", static_cast(&TGraph::Fit)); t.method("Fit", [](TGraph& a, TF1 * arg0)->TFitResultPtr { return a.Fit(arg0); }); t.method("Fit", [](TGraph& a, TF1 * arg0, Option_t * arg1)->TFitResultPtr { return a.Fit(arg0, arg1); }); @@ -310,196 +366,196 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::FitPanel() (" __HERE__ ")"); // signature to use in the veto list: void TGraph::FitPanel() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:120:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:121:26 t.method("FitPanel", static_cast(&TGraph::FitPanel)); DEBUG_MSG("Adding wrapper for Bool_t TGraph::GetEditable() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::GetEditable() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:121:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:122:26 t.method("GetEditable", static_cast(&TGraph::GetEditable)); DEBUG_MSG("Adding wrapper for TF1 * TGraph::GetFunction(const char *) (" __HERE__ ")"); // signature to use in the veto list: TF1 * TGraph::GetFunction(const char *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:122:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:123:26 t.method("GetFunction", static_cast(&TGraph::GetFunction)); DEBUG_MSG("Adding wrapper for TH1F * TGraph::GetHistogram() (" __HERE__ ")"); // signature to use in the veto list: TH1F * TGraph::GetHistogram() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:123:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:124:26 t.method("GetHistogram", static_cast(&TGraph::GetHistogram)); DEBUG_MSG("Adding wrapper for TList * TGraph::GetListOfFunctions() (" __HERE__ ")"); // signature to use in the veto list: TList * TGraph::GetListOfFunctions() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:124:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:125:26 t.method("GetListOfFunctions", static_cast(&TGraph::GetListOfFunctions)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetCorrelationFactor() (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetCorrelationFactor() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:125:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:126:26 t.method("GetCorrelationFactor", static_cast(&TGraph::GetCorrelationFactor)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetCovariance() (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetCovariance() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:126:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:127:26 t.method("GetCovariance", static_cast(&TGraph::GetCovariance)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetMean(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetMean(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:127:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:128:26 t.method("GetMean", static_cast(&TGraph::GetMean)); t.method("GetMean", [](TGraph const& a)->Double_t { return a.GetMean(); }); t.method("GetMean", [](TGraph const* a)->Double_t { return a->GetMean(); }); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetRMS(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetRMS(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:128:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:129:26 t.method("GetRMS", static_cast(&TGraph::GetRMS)); t.method("GetRMS", [](TGraph const& a)->Double_t { return a.GetRMS(); }); t.method("GetRMS", [](TGraph const* a)->Double_t { return a->GetRMS(); }); DEBUG_MSG("Adding wrapper for Int_t TGraph::GetMaxSize() (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::GetMaxSize() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:129:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:130:26 t.method("GetMaxSize", static_cast(&TGraph::GetMaxSize)); DEBUG_MSG("Adding wrapper for Int_t TGraph::GetN() (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::GetN() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:130:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:131:26 t.method("GetN", static_cast(&TGraph::GetN)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorX(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorX(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:131:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:132:26 t.method("GetErrorX", static_cast(&TGraph::GetErrorX)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorY(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorY(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:132:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:133:26 t.method("GetErrorY", static_cast(&TGraph::GetErrorY)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorXhigh(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorXhigh(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:133:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:134:26 t.method("GetErrorXhigh", static_cast(&TGraph::GetErrorXhigh)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorXlow(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorXlow(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:134:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:135:26 t.method("GetErrorXlow", static_cast(&TGraph::GetErrorXlow)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorYhigh(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorYhigh(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:135:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:136:26 t.method("GetErrorYhigh", static_cast(&TGraph::GetErrorYhigh)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetErrorYlow(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetErrorYlow(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:136:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:137:26 t.method("GetErrorYlow", static_cast(&TGraph::GetErrorYlow)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetX() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetX() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:137:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:138:26 t.method("GetX", static_cast(&TGraph::GetX)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetY() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetY() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:138:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:139:26 t.method("GetY", static_cast(&TGraph::GetY)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEX() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEX() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:139:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:140:26 t.method("GetEX", static_cast(&TGraph::GetEX)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEY() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEY() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:140:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:141:26 t.method("GetEY", static_cast(&TGraph::GetEY)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEXhigh() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEXhigh() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:141:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:142:26 t.method("GetEXhigh", static_cast(&TGraph::GetEXhigh)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEXlow() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEXlow() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:142:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:143:26 t.method("GetEXlow", static_cast(&TGraph::GetEXlow)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEYhigh() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEYhigh() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:143:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:144:26 t.method("GetEYhigh", static_cast(&TGraph::GetEYhigh)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEYlow() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEYlow() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:144:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:145:26 t.method("GetEYlow", static_cast(&TGraph::GetEYlow)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEXlowd() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEXlowd() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:145:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:146:26 t.method("GetEXlowd", static_cast(&TGraph::GetEXlowd)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEXhighd() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEXhighd() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:146:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:147:26 t.method("GetEXhighd", static_cast(&TGraph::GetEXhighd)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEYlowd() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEYlowd() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:147:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:148:26 t.method("GetEYlowd", static_cast(&TGraph::GetEYlowd)); DEBUG_MSG("Adding wrapper for Double_t * TGraph::GetEYhighd() (" __HERE__ ")"); // signature to use in the veto list: Double_t * TGraph::GetEYhighd() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:148:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:149:26 t.method("GetEYhighd", static_cast(&TGraph::GetEYhighd)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetMaximum() (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetMaximum() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:149:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:150:26 t.method("GetMaximum", static_cast(&TGraph::GetMaximum)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetMinimum() (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetMinimum() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:150:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:151:26 t.method("GetMinimum", static_cast(&TGraph::GetMinimum)); DEBUG_MSG("Adding wrapper for TAxis * TGraph::GetXaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TGraph::GetXaxis() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:151:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:152:26 t.method("GetXaxis", static_cast(&TGraph::GetXaxis)); DEBUG_MSG("Adding wrapper for TAxis * TGraph::GetYaxis() (" __HERE__ ")"); // signature to use in the veto list: TAxis * TGraph::GetYaxis() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:152:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:153:26 t.method("GetYaxis", static_cast(&TGraph::GetYaxis)); DEBUG_MSG("Adding wrapper for char * TGraph::GetObjectInfo(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: char * TGraph::GetObjectInfo(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:153:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:154:26 t.method("GetObjectInfo", static_cast(&TGraph::GetObjectInfo)); DEBUG_MSG("Adding wrapper for Int_t TGraph::GetPoint(Int_t, Double_t &, Double_t &) (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::GetPoint(Int_t, Double_t &, Double_t &) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:154:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:155:26 t.method("GetPoint", static_cast(&TGraph::GetPoint)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetPointX(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetPointX(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:155:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:156:26 t.method("GetPointX", static_cast(&TGraph::GetPointX)); DEBUG_MSG("Adding wrapper for Double_t TGraph::GetPointY(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::GetPointY(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:156:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:157:26 t.method("GetPointY", static_cast(&TGraph::GetPointY)); DEBUG_MSG("Adding wrapper for void TGraph::InitExpo(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::InitExpo(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:158:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:159:26 t.method("InitExpo", static_cast(&TGraph::InitExpo)); t.method("InitExpo", [](TGraph& a)->void { a.InitExpo(); }); t.method("InitExpo", [](TGraph& a, Double_t arg0)->void { a.InitExpo(arg0); }); @@ -508,7 +564,7 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::InitGaus(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::InitGaus(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:159:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:160:26 t.method("InitGaus", static_cast(&TGraph::InitGaus)); t.method("InitGaus", [](TGraph& a)->void { a.InitGaus(); }); t.method("InitGaus", [](TGraph& a, Double_t arg0)->void { a.InitGaus(arg0); }); @@ -517,7 +573,7 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::InitPolynom(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::InitPolynom(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:160:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:161:26 t.method("InitPolynom", static_cast(&TGraph::InitPolynom)); t.method("InitPolynom", [](TGraph& a)->void { a.InitPolynom(); }); t.method("InitPolynom", [](TGraph& a, Double_t arg0)->void { a.InitPolynom(arg0); }); @@ -526,17 +582,17 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TGraph::InsertPoint() (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::InsertPoint() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:161:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:162:26 t.method("InsertPoint", static_cast(&TGraph::InsertPoint)); DEBUG_MSG("Adding wrapper for void TGraph::InsertPointBefore(Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::InsertPointBefore(Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:162:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:163:26 t.method("InsertPointBefore", static_cast(&TGraph::InsertPointBefore)); DEBUG_MSG("Adding wrapper for Double_t TGraph::Integral(Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: Double_t TGraph::Integral(Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:163:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:164:26 t.method("Integral", static_cast(&TGraph::Integral)); t.method("Integral", [](TGraph const& a)->Double_t { return a.Integral(); }); t.method("Integral", [](TGraph const& a, Int_t arg0)->Double_t { return a.Integral(arg0); }); @@ -545,22 +601,22 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for Bool_t TGraph::IsEditable() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::IsEditable() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:164:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:165:26 t.method("IsEditable", static_cast(&TGraph::IsEditable)); DEBUG_MSG("Adding wrapper for Bool_t TGraph::IsHighlight() (" __HERE__ ")"); // signature to use in the veto list: Bool_t TGraph::IsHighlight() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:165:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:166:26 t.method("IsHighlight", static_cast(&TGraph::IsHighlight)); DEBUG_MSG("Adding wrapper for Int_t TGraph::IsInside(Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::IsInside(Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:166:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:167:26 t.method("IsInside", static_cast(&TGraph::IsInside)); DEBUG_MSG("Adding wrapper for void TGraph::LeastSquareFit(Int_t, Double_t *, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::LeastSquareFit(Int_t, Double_t *, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:167:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:168:26 t.method("LeastSquareFit", static_cast(&TGraph::LeastSquareFit)); t.method("LeastSquareFit", [](TGraph& a, Int_t arg0, Double_t * arg1)->void { a.LeastSquareFit(arg0, arg1); }); t.method("LeastSquareFit", [](TGraph& a, Int_t arg0, Double_t * arg1, Double_t arg2)->void { a.LeastSquareFit(arg0, arg1, arg2); }); @@ -569,7 +625,7 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::LeastSquareLinearFit(Int_t, Double_t &, Double_t &, Int_t &, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::LeastSquareLinearFit(Int_t, Double_t &, Double_t &, Int_t &, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:168:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:169:26 t.method("LeastSquareLinearFit", static_cast(&TGraph::LeastSquareLinearFit)); t.method("LeastSquareLinearFit", [](TGraph& a, Int_t arg0, Double_t & arg1, Double_t & arg2, Int_t & arg3)->void { a.LeastSquareLinearFit(arg0, arg1, arg2, arg3); }); t.method("LeastSquareLinearFit", [](TGraph& a, Int_t arg0, Double_t & arg1, Double_t & arg2, Int_t & arg3, Double_t arg4)->void { a.LeastSquareLinearFit(arg0, arg1, arg2, arg3, arg4); }); @@ -578,12 +634,12 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for Int_t TGraph::Merge(TCollection *) (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::Merge(TCollection *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:169:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:170:26 t.method("Merge", static_cast(&TGraph::Merge)); DEBUG_MSG("Adding wrapper for void TGraph::MovePoints(Double_t, Double_t, Bool_t, Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::MovePoints(Double_t, Double_t, Bool_t, Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:170:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:171:26 t.method("MovePoints", static_cast(&TGraph::MovePoints)); t.method("MovePoints", [](TGraph& a, Double_t arg0, Double_t arg1)->void { a.MovePoints(arg0, arg1); }); t.method("MovePoints", [](TGraph& a, Double_t arg0, Double_t arg1, Bool_t arg2)->void { a.MovePoints(arg0, arg1, arg2); }); @@ -592,58 +648,60 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::Paint(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Paint(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:171:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:172:26 t.method("Paint", static_cast(&TGraph::Paint)); t.method("Paint", [](TGraph& a)->void { a.Paint(); }); t.method("Paint", [](TGraph* a)->void { a->Paint(); }); DEBUG_MSG("Adding wrapper for void TGraph::PaintGraph(Int_t, const Double_t *, const Double_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::PaintGraph(Int_t, const Double_t *, const Double_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:172:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:173:26 t.method("PaintGraph", static_cast(&TGraph::PaintGraph)); DEBUG_MSG("Adding wrapper for void TGraph::PaintGrapHist(Int_t, const Double_t *, const Double_t *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::PaintGrapHist(Int_t, const Double_t *, const Double_t *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:173:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:174:26 t.method("PaintGrapHist", static_cast(&TGraph::PaintGrapHist)); DEBUG_MSG("Adding wrapper for void TGraph::PaintStats(TF1 *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::PaintStats(TF1 *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:174:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:175:26 t.method("PaintStats", static_cast(&TGraph::PaintStats)); DEBUG_MSG("Adding wrapper for void TGraph::Print(Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Print(Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:175:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:176:26 t.method("Print", static_cast(&TGraph::Print)); t.method("Print", [](TGraph const& a)->void { a.Print(); }); t.method("Print", [](TGraph const* a)->void { a->Print(); }); DEBUG_MSG("Adding wrapper for void TGraph::RecursiveRemove(TObject *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::RecursiveRemove(TObject *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:176:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:177:26 t.method("RecursiveRemove", static_cast(&TGraph::RecursiveRemove)); DEBUG_MSG("Adding wrapper for Int_t TGraph::RemovePoint() (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::RemovePoint() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:177:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:178:26 t.method("RemovePoint", static_cast(&TGraph::RemovePoint)); DEBUG_MSG("Adding wrapper for Int_t TGraph::RemovePoint(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Int_t TGraph::RemovePoint(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:178:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:179:26 t.method("RemovePoint", static_cast(&TGraph::RemovePoint)); DEBUG_MSG("Adding wrapper for void TGraph::SaveAs(const char *, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SaveAs(const char *, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:180:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:181:26 t.method("SaveAs", static_cast(&TGraph::SaveAs)); + t.method("SaveAs", [](TGraph const& a)->void { a.SaveAs(); }); t.method("SaveAs", [](TGraph const& a, const char * arg0)->void { a.SaveAs(arg0); }); + t.method("SaveAs", [](TGraph const* a)->void { a->SaveAs(); }); t.method("SaveAs", [](TGraph const* a, const char * arg0)->void { a->SaveAs(arg0); }); DEBUG_MSG("Adding wrapper for void TGraph::Scale(Double_t, Option_t *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Scale(Double_t, Option_t *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:181:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:182:26 t.method("Scale", static_cast(&TGraph::Scale)); t.method("Scale", [](TGraph& a)->void { a.Scale(); }); t.method("Scale", [](TGraph& a, Double_t arg0)->void { a.Scale(arg0); }); @@ -652,67 +710,74 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::SetEditable(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetEditable(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:182:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:183:26 t.method("SetEditable", static_cast(&TGraph::SetEditable)); t.method("SetEditable", [](TGraph& a)->void { a.SetEditable(); }); t.method("SetEditable", [](TGraph* a)->void { a->SetEditable(); }); DEBUG_MSG("Adding wrapper for void TGraph::SetHighlight(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetHighlight(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:183:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:184:26 t.method("SetHighlight", static_cast(&TGraph::SetHighlight)); t.method("SetHighlight", [](TGraph& a)->void { a.SetHighlight(); }); t.method("SetHighlight", [](TGraph* a)->void { a->SetHighlight(); }); DEBUG_MSG("Adding wrapper for void TGraph::SetHistogram(TH1F *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetHistogram(TH1F *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:184:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:185:26 t.method("SetHistogram", static_cast(&TGraph::SetHistogram)); DEBUG_MSG("Adding wrapper for void TGraph::SetMaximum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetMaximum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:185:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:186:26 t.method("SetMaximum", static_cast(&TGraph::SetMaximum)); t.method("SetMaximum", [](TGraph& a)->void { a.SetMaximum(); }); t.method("SetMaximum", [](TGraph* a)->void { a->SetMaximum(); }); DEBUG_MSG("Adding wrapper for void TGraph::SetMinimum(Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetMinimum(Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:186:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:187:26 t.method("SetMinimum", static_cast(&TGraph::SetMinimum)); t.method("SetMinimum", [](TGraph& a)->void { a.SetMinimum(); }); t.method("SetMinimum", [](TGraph* a)->void { a->SetMinimum(); }); DEBUG_MSG("Adding wrapper for void TGraph::Set(Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Set(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:187:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:188:26 t.method("Set", static_cast(&TGraph::Set)); + DEBUG_MSG("Adding wrapper for void TGraph::SetOption(Option_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TGraph::SetOption(Option_t *) + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:189:17 + t.method("SetOption", static_cast(&TGraph::SetOption)); + t.method("SetOption", [](TGraph& a)->void { a.SetOption(); }); + t.method("SetOption", [](TGraph* a)->void { a->SetOption(); }); + DEBUG_MSG("Adding wrapper for void TGraph::SetPoint(Int_t, Double_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetPoint(Int_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:188:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:190:26 t.method("SetPoint", static_cast(&TGraph::SetPoint)); DEBUG_MSG("Adding wrapper for void TGraph::SetPointX(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetPointX(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:189:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:191:26 t.method("SetPointX", static_cast(&TGraph::SetPointX)); DEBUG_MSG("Adding wrapper for void TGraph::SetPointY(Int_t, Double_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetPointY(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:190:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:192:26 t.method("SetPointY", static_cast(&TGraph::SetPointY)); DEBUG_MSG("Adding wrapper for void TGraph::SetName(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetName(const char *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:191:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:193:26 t.method("SetName", static_cast(&TGraph::SetName)); t.method("SetName", [](TGraph& a)->void { a.SetName(); }); t.method("SetName", [](TGraph* a)->void { a->SetName(); }); DEBUG_MSG("Adding wrapper for void TGraph::SetNameTitle(const char *, const char *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetNameTitle(const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:192:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:194:26 t.method("SetNameTitle", static_cast(&TGraph::SetNameTitle)); t.method("SetNameTitle", [](TGraph& a)->void { a.SetNameTitle(); }); t.method("SetNameTitle", [](TGraph& a, const char * arg0)->void { a.SetNameTitle(arg0); }); @@ -721,21 +786,21 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::SetStats(Bool_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetStats(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:193:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:195:26 t.method("SetStats", static_cast(&TGraph::SetStats)); t.method("SetStats", [](TGraph& a)->void { a.SetStats(); }); t.method("SetStats", [](TGraph* a)->void { a->SetStats(); }); DEBUG_MSG("Adding wrapper for void TGraph::SetTitle(const char *) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::SetTitle(const char *) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:194:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:196:26 t.method("SetTitle", static_cast(&TGraph::SetTitle)); t.method("SetTitle", [](TGraph& a)->void { a.SetTitle(); }); t.method("SetTitle", [](TGraph* a)->void { a->SetTitle(); }); DEBUG_MSG("Adding wrapper for void TGraph::Sort(Bool_t (*)(const TGraph *, Int_t, Int_t), Bool_t, Int_t, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Sort(Bool_t (*)(const TGraph *, Int_t, Int_t), Bool_t, Int_t, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:195:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:197:26 t.method("Sort", static_cast(&TGraph::Sort)); t.method("Sort", [](TGraph& a)->void { a.Sort(); }); t.method("Sort", [](TGraph& a, Bool_t (*arg0)(const TGraph *, Int_t, Int_t))->void { a.Sort(arg0); }); @@ -748,67 +813,67 @@ struct JlTGraph: public Wrapper { DEBUG_MSG("Adding wrapper for void TGraph::UseCurrentStyle() (" __HERE__ ")"); // signature to use in the veto list: void TGraph::UseCurrentStyle() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:197:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:199:26 t.method("UseCurrentStyle", static_cast(&TGraph::UseCurrentStyle)); DEBUG_MSG("Adding wrapper for void TGraph::Zero(Int_t &, Double_t, Double_t, Double_t, Double_t &, Double_t &, Int_t) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Zero(Int_t &, Double_t, Double_t, Double_t, Double_t &, Double_t &, Int_t) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:198:26 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:26 t.method("Zero", static_cast(&TGraph::Zero)); DEBUG_MSG("Adding wrapper for Version_t TGraph::Class_Version() (" __HERE__ ")"); // signature to use in the veto list: Version_t TGraph::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!Class_Version", static_cast(&TGraph::Class_Version)); DEBUG_MSG("Adding wrapper for TClass * TGraph::IsA() (" __HERE__ ")"); // signature to use in the veto list: TClass * TGraph::IsA() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 t.method("IsA", static_cast(&TGraph::IsA)); DEBUG_MSG("Adding wrapper for void TGraph::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 t.method("StreamerNVirtual", static_cast(&TGraph::StreamerNVirtual)); DEBUG_MSG("Adding wrapper for const char * TGraph::DeclFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TGraph::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!DeclFileName", []() { return (std::string)TGraph::DeclFileName(); }); DEBUG_MSG("Adding wrapper for int TGraph::ImplFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TGraph::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!ImplFileLine", static_cast(&TGraph::ImplFileLine)); DEBUG_MSG("Adding wrapper for const char * TGraph::ImplFileName() (" __HERE__ ")"); // signature to use in the veto list: const char * TGraph::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!ImplFileName", []() { return (std::string)TGraph::ImplFileName(); }); DEBUG_MSG("Adding wrapper for const char * TGraph::Class_Name() (" __HERE__ ")"); // signature to use in the veto list: const char * TGraph::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!Class_Name", []() { return (std::string)TGraph::Class_Name(); }); DEBUG_MSG("Adding wrapper for TClass * TGraph::Dictionary() (" __HERE__ ")"); // signature to use in the veto list: TClass * TGraph::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!Dictionary", static_cast(&TGraph::Dictionary)); DEBUG_MSG("Adding wrapper for TClass * TGraph::Class() (" __HERE__ ")"); // signature to use in the veto list: TClass * TGraph::Class() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!Class", static_cast(&TGraph::Class)); DEBUG_MSG("Adding wrapper for void TGraph::Streamer(TBuffer &) (" __HERE__ ")"); // signature to use in the veto list: void TGraph::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 t.method("Streamer", static_cast(&TGraph::Streamer)); DEBUG_MSG("Adding wrapper for int TGraph::DeclFileLine() (" __HERE__ ")"); // signature to use in the veto list: int TGraph::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:200:4 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:202:4 module_.method("TGraph!DeclFileLine", static_cast(&TGraph::DeclFileLine)); } @@ -818,202 +883,3 @@ struct JlTGraph: public Wrapper { std::shared_ptr newJlTGraph(jlcxx::Module& module){ return std::shared_ptr(new JlTGraph(module)); } - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; -} - -// Class generating the wrapper for type TF1Parameters -// signature to use in the veto file: TF1Parameters -struct JlTF1Parameters: public Wrapper { - - JlTF1Parameters(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TF1Parameters (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:51:7 - jlcxx::TypeWrapper t = jlModule.add_type("TF1Parameters"); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - t.template constructor<>(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TF1Parameters::TF1Parameters(Int_t) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:54:4 - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TF1Parameters::TF1Parameters(const TF1Parameters &) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:63:4 - t.constructor(/*finalize=*/true); - - DEBUG_MSG("Adding wrapper for TF1Parameters & TF1Parameters::operator=(const TF1Parameters &) (" __HERE__ ")"); - // signature to use in the veto list: TF1Parameters & TF1Parameters::operator=(const TF1Parameters &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:68:19 - t.method("assign", static_cast(&TF1Parameters::operator=)); - - DEBUG_MSG("Adding wrapper for Double_t TF1Parameters::GetParameter(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TF1Parameters::GetParameter(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:78:13 - t.method("GetParameter", static_cast(&TF1Parameters::GetParameter)); - - DEBUG_MSG("Adding wrapper for Double_t TF1Parameters::GetParameter(const char *) (" __HERE__ ")"); - // signature to use in the veto list: Double_t TF1Parameters::GetParameter(const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:82:13 - t.method("GetParameter", static_cast(&TF1Parameters::GetParameter)); - - DEBUG_MSG("Adding wrapper for const Double_t * TF1Parameters::GetParameters() (" __HERE__ ")"); - // signature to use in the veto list: const Double_t * TF1Parameters::GetParameters() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:86:20 - t.method("GetParameters", static_cast(&TF1Parameters::GetParameters)); - - DEBUG_MSG("Adding wrapper for const std::vector & TF1Parameters::ParamsVec() (" __HERE__ ")"); - // signature to use in the veto list: const std::vector & TF1Parameters::ParamsVec() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:90:31 - t.method("ParamsVec", static_cast & (TF1Parameters::*)() const>(&TF1Parameters::ParamsVec)); - - DEBUG_MSG("Adding wrapper for Int_t TF1Parameters::GetParNumber(const char *) (" __HERE__ ")"); - // signature to use in the veto list: Int_t TF1Parameters::GetParNumber(const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:95:10 - t.method("GetParNumber", static_cast(&TF1Parameters::GetParNumber)); - - DEBUG_MSG("Adding wrapper for const char * TF1Parameters::GetParName(Int_t) (" __HERE__ ")"); - // signature to use in the veto list: const char * TF1Parameters::GetParName(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:97:16 - t.method("GetParName", [](TF1Parameters const& a, Int_t arg0) { return (std::string)a.GetParName(arg0); }); - t.method("GetParName", [](TF1Parameters const* a, Int_t arg0) { return (std::string)a->GetParName(arg0); }); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameter(Int_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParameter(Int_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:104:11 - t.method("SetParameter", static_cast(&TF1Parameters::SetParameter)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameters(const Double_t *) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParameters(const Double_t *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:109:10 - t.method("SetParameters", static_cast(&TF1Parameters::SetParameters)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameters(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParameters(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:113:10 - t.method("SetParameters", static_cast(&TF1Parameters::SetParameters)); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1)->void { a.SetParameters(arg0, arg1); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2)->void { a.SetParameters(arg0, arg1, arg2); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3)->void { a.SetParameters(arg0, arg1, arg2, arg3); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7, Double_t arg8)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); }); - t.method("SetParameters", [](TF1Parameters& a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7, Double_t arg8, Double_t arg9)->void { a.SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1)->void { a->SetParameters(arg0, arg1); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2)->void { a->SetParameters(arg0, arg1, arg2); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3)->void { a->SetParameters(arg0, arg1, arg2, arg3); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7, Double_t arg8)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); }); - t.method("SetParameters", [](TF1Parameters* a, Double_t arg0, Double_t arg1, Double_t arg2, Double_t arg3, Double_t arg4, Double_t arg5, Double_t arg6, Double_t arg7, Double_t arg8, Double_t arg9)->void { a->SetParameters(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); }); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameter(const char *, Double_t) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParameter(const char *, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:117:11 - t.method("SetParameter", static_cast(&TF1Parameters::SetParameter)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParName(Int_t, const char *) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParName(Int_t, const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:121:11 - t.method("SetParName", static_cast(&TF1Parameters::SetParName)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParNames(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::SetParNames(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:126:11 - t.method("SetParNames", static_cast(&TF1Parameters::SetParNames)); - t.method("SetParNames", [](TF1Parameters& a)->void { a.SetParNames(); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0)->void { a.SetParNames(arg0); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1)->void { a.SetParNames(arg0, arg1); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2)->void { a.SetParNames(arg0, arg1, arg2); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3)->void { a.SetParNames(arg0, arg1, arg2, arg3); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7, const char * arg8)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); }); - t.method("SetParNames", [](TF1Parameters& a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7, const char * arg8, const char * arg9)->void { a.SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); }); - t.method("SetParNames", [](TF1Parameters* a)->void { a->SetParNames(); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0)->void { a->SetParNames(arg0); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1)->void { a->SetParNames(arg0, arg1); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2)->void { a->SetParNames(arg0, arg1, arg2); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3)->void { a->SetParNames(arg0, arg1, arg2, arg3); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4, arg5); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7, const char * arg8)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); }); - t.method("SetParNames", [](TF1Parameters* a, const char * arg0, const char * arg1, const char * arg2, const char * arg3, const char * arg4, const char * arg5, const char * arg6, const char * arg7, const char * arg8, const char * arg9)->void { a->SetParNames(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); }); - - DEBUG_MSG("Adding wrapper for Version_t TF1Parameters::Class_Version() (" __HERE__ ")"); - // signature to use in the veto list: Version_t TF1Parameters::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!Class_Version", static_cast(&TF1Parameters::Class_Version)); - - DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::IsA() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TF1Parameters::IsA() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - t.method("IsA", static_cast(&TF1Parameters::IsA)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - t.method("StreamerNVirtual", static_cast(&TF1Parameters::StreamerNVirtual)); - - DEBUG_MSG("Adding wrapper for const char * TF1Parameters::DeclFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TF1Parameters::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!DeclFileName", []() { return (std::string)TF1Parameters::DeclFileName(); }); - - DEBUG_MSG("Adding wrapper for int TF1Parameters::ImplFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TF1Parameters::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!ImplFileLine", static_cast(&TF1Parameters::ImplFileLine)); - - DEBUG_MSG("Adding wrapper for const char * TF1Parameters::ImplFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TF1Parameters::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!ImplFileName", []() { return (std::string)TF1Parameters::ImplFileName(); }); - - DEBUG_MSG("Adding wrapper for const char * TF1Parameters::Class_Name() (" __HERE__ ")"); - // signature to use in the veto list: const char * TF1Parameters::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!Class_Name", []() { return (std::string)TF1Parameters::Class_Name(); }); - - DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::Dictionary() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TF1Parameters::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!Dictionary", static_cast(&TF1Parameters::Dictionary)); - - DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::Class() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TF1Parameters::Class() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!Class", static_cast(&TF1Parameters::Class)); - - DEBUG_MSG("Adding wrapper for void TF1Parameters::Streamer(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TF1Parameters::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - t.method("Streamer", static_cast(&TF1Parameters::Streamer)); - - DEBUG_MSG("Adding wrapper for int TF1Parameters::DeclFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TF1Parameters::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:133:4 - module_.method("TF1Parameters!DeclFileLine", static_cast(&TF1Parameters::DeclFileLine)); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTF1Parameters(jlcxx::Module& module){ - return std::shared_ptr(new JlTF1Parameters(module)); -} diff --git a/deps/src/JlClasses_019.cxx b/deps/src/JlClasses_019.cxx index 2c0ffa3..0be8c27 100644 --- a/deps/src/JlClasses_019.cxx +++ b/deps/src/JlClasses_019.cxx @@ -6,6 +6,155 @@ #include "jlcxx/functions.hpp" #include "jlcxx/stl.hpp" +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; +} + +// Class generating the wrapper for type TF1Parameters +// signature to use in the veto file: TF1Parameters +struct JlTF1Parameters: public Wrapper { + + JlTF1Parameters(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TF1Parameters (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TF1.h:53:7 + jlcxx::TypeWrapper t = jlModule.add_type("TF1Parameters"); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TF1Parameters::TF1Parameters(Int_t) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TF1.h:56:4 + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TF1Parameters::TF1Parameters(const TF1Parameters &) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TF1.h:65:4 + t.constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for TF1Parameters & TF1Parameters::operator=(const TF1Parameters &) (" __HERE__ ")"); + // signature to use in the veto list: TF1Parameters & TF1Parameters::operator=(const TF1Parameters &) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:70:19 + t.method("assign", static_cast(&TF1Parameters::operator=)); + + DEBUG_MSG("Adding wrapper for Double_t TF1Parameters::GetParameter(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TF1Parameters::GetParameter(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:80:13 + t.method("GetParameter", static_cast(&TF1Parameters::GetParameter)); + + DEBUG_MSG("Adding wrapper for Double_t TF1Parameters::GetParameter(const char *) (" __HERE__ ")"); + // signature to use in the veto list: Double_t TF1Parameters::GetParameter(const char *) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:84:13 + t.method("GetParameter", static_cast(&TF1Parameters::GetParameter)); + + DEBUG_MSG("Adding wrapper for const Double_t * TF1Parameters::GetParameters() (" __HERE__ ")"); + // signature to use in the veto list: const Double_t * TF1Parameters::GetParameters() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:88:20 + t.method("GetParameters", static_cast(&TF1Parameters::GetParameters)); + + DEBUG_MSG("Adding wrapper for const std::vector & TF1Parameters::ParamsVec() (" __HERE__ ")"); + // signature to use in the veto list: const std::vector & TF1Parameters::ParamsVec() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:92:31 + t.method("ParamsVec", static_cast & (TF1Parameters::*)() const>(&TF1Parameters::ParamsVec)); + + DEBUG_MSG("Adding wrapper for Int_t TF1Parameters::GetParNumber(const char *) (" __HERE__ ")"); + // signature to use in the veto list: Int_t TF1Parameters::GetParNumber(const char *) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:97:10 + t.method("GetParNumber", static_cast(&TF1Parameters::GetParNumber)); + + DEBUG_MSG("Adding wrapper for const char * TF1Parameters::GetParName(Int_t) (" __HERE__ ")"); + // signature to use in the veto list: const char * TF1Parameters::GetParName(Int_t) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:99:16 + t.method("GetParName", [](TF1Parameters const& a, Int_t arg0) { return (std::string)a.GetParName(arg0); }); + t.method("GetParName", [](TF1Parameters const* a, Int_t arg0) { return (std::string)a->GetParName(arg0); }); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameter(Int_t, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::SetParameter(Int_t, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:106:11 + t.method("SetParameter", static_cast(&TF1Parameters::SetParameter)); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameters(const Double_t *) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::SetParameters(const Double_t *) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:111:10 + t.method("SetParameters", static_cast(&TF1Parameters::SetParameters)); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParameter(const char *, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::SetParameter(const char *, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:118:11 + t.method("SetParameter", static_cast(&TF1Parameters::SetParameter)); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::SetParName(Int_t, const char *) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::SetParName(Int_t, const char *) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:122:11 + t.method("SetParName", static_cast(&TF1Parameters::SetParName)); + + DEBUG_MSG("Adding wrapper for Version_t TF1Parameters::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TF1Parameters::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!Class_Version", static_cast(&TF1Parameters::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TF1Parameters::IsA() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + t.method("IsA", static_cast(&TF1Parameters::IsA)); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + t.method("StreamerNVirtual", static_cast(&TF1Parameters::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TF1Parameters::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TF1Parameters::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!DeclFileName", []() { return (std::string)TF1Parameters::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TF1Parameters::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TF1Parameters::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!ImplFileLine", static_cast(&TF1Parameters::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TF1Parameters::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TF1Parameters::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!ImplFileName", []() { return (std::string)TF1Parameters::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TF1Parameters::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TF1Parameters::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!Class_Name", []() { return (std::string)TF1Parameters::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TF1Parameters::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!Dictionary", static_cast(&TF1Parameters::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TF1Parameters::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TF1Parameters::Class() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!Class", static_cast(&TF1Parameters::Class)); + + DEBUG_MSG("Adding wrapper for void TF1Parameters::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TF1Parameters::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + t.method("Streamer", static_cast(&TF1Parameters::Streamer)); + + DEBUG_MSG("Adding wrapper for int TF1Parameters::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TF1Parameters::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TF1.h:130:4 + module_.method("TF1Parameters!DeclFileLine", static_cast(&TF1Parameters::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTF1Parameters(jlcxx::Module& module){ + return std::shared_ptr(new JlTF1Parameters(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -17,7 +166,7 @@ struct JlTF1_TF1FunctorPointer: public Wrapper { JlTF1_TF1FunctorPointer(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TF1::TF1FunctorPointer (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:228:11 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:247:11 jlcxx::TypeWrapper t = jlModule.add_type("TF1!TF1FunctorPointer"); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); } @@ -27,7 +176,7 @@ struct JlTF1_TF1FunctorPointer: public Wrapper { DEBUG_MSG("Adding wrapper for TF1::TF1FunctorPointer * TF1::TF1FunctorPointer::Clone() (" __HERE__ ")"); // signature to use in the veto list: TF1::TF1FunctorPointer * TF1::TF1FunctorPointer::Clone() - // defined in /home/pgras/.julia/conda/3/include/TF1.h:230:36 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:249:36 t.method("Clone", static_cast(&TF1::TF1FunctorPointer::Clone)); } @@ -50,7 +199,7 @@ struct JlTFormula: public Wrapper { JlTFormula(jlcxx::Module& jlModule): Wrapper(jlModule){ DEBUG_MSG("Adding wrapper for type TFormula (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFormula.h:86:7 + // defined in /home/pgras/.julia/conda/3/include/TFormula.h:88:7 jlcxx::TypeWrapper t = jlModule.add_type("TFormula", jlcxx::julia_base_type()); type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); @@ -97,269 +246,3 @@ struct JlTMethodCall: public Wrapper { std::shared_ptr newJlTMethodCall(jlcxx::Module& module){ return std::shared_ptr(new JlTMethodCall(module)); } - -namespace jlcxx { - template<> struct IsMirroredType : std::false_type { }; - template<> struct DefaultConstructible : std::false_type { }; - template<> struct CopyConstructible : std::false_type { }; -template<> struct SuperType { typedef TObject type; }; -} - -// Class generating the wrapper for type TTreeReader -// signature to use in the veto file: TTreeReader -struct JlTTreeReader: public Wrapper { - - JlTTreeReader(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TTreeReader (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:44:7 - jlcxx::TypeWrapper t = jlModule.add_type("TTreeReader", - jlcxx::julia_base_type()); - type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); - } - - void add_methods() const{ - auto& t = *type_; - t.template constructor<>(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(TTree *, TEntryList *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:165:4 - t.constructor(/*finalize=*/true); - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(const char *, TDirectory *, TEntryList *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:166:4 - t.constructor(/*finalize=*/true); - t.constructor(/*finalize=*/true); - - - DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(const char *, TEntryList *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:167:4 - t.constructor(/*finalize=*/true); - t.constructor(/*finalize=*/true); - - DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(TTree *, TEntryList *) (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::SetTree(TTree *, TEntryList *) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:171:9 - t.method("SetTree", static_cast(&TTreeReader::SetTree)); - t.method("SetTree", [](TTreeReader& a, TTree * arg0)->void { a.SetTree(arg0); }); - t.method("SetTree", [](TTreeReader* a, TTree * arg0)->void { a->SetTree(arg0); }); - - DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(const char *, TEntryList *) (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::SetTree(const char *, TEntryList *) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:172:9 - t.method("SetTree", static_cast(&TTreeReader::SetTree)); - t.method("SetTree", [](TTreeReader& a, const char * arg0)->void { a.SetTree(arg0); }); - t.method("SetTree", [](TTreeReader* a, const char * arg0)->void { a->SetTree(arg0); }); - - DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(const char *, TDirectory *, TEntryList *) (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::SetTree(const char *, TDirectory *, TEntryList *) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:175:9 - t.method("SetTree", static_cast(&TTreeReader::SetTree)); - t.method("SetTree", [](TTreeReader& a, const char * arg0, TDirectory * arg1)->void { a.SetTree(arg0, arg1); }); - t.method("SetTree", [](TTreeReader* a, const char * arg0, TDirectory * arg1)->void { a->SetTree(arg0, arg1); }); - - DEBUG_MSG("Adding wrapper for Bool_t TTreeReader::IsChain() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeReader::IsChain() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:177:11 - t.method("IsChain", static_cast(&TTreeReader::IsChain)); - - DEBUG_MSG("Adding wrapper for Bool_t TTreeReader::IsInvalid() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeReader::IsInvalid() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:179:11 - t.method("IsInvalid", static_cast(&TTreeReader::IsInvalid)); - - DEBUG_MSG("Adding wrapper for TTree * TTreeReader::GetTree() (" __HERE__ ")"); - // signature to use in the veto list: TTree * TTreeReader::GetTree() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:181:11 - t.method("GetTree", static_cast(&TTreeReader::GetTree)); - - DEBUG_MSG("Adding wrapper for TEntryList * TTreeReader::GetEntryList() (" __HERE__ ")"); - // signature to use in the veto list: TEntryList * TTreeReader::GetEntryList() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:182:16 - t.method("GetEntryList", static_cast(&TTreeReader::GetEntryList)); - - DEBUG_MSG("Adding wrapper for Bool_t TTreeReader::Next() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeReader::Next() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:190:11 - t.method("Next", static_cast(&TTreeReader::Next)); - - DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetEntry(Long64_t) (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetEntry(Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:199:17 - t.method("SetEntry", static_cast(&TTreeReader::SetEntry)); - - DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetLocalEntry(Long64_t) (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetLocalEntry(Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:209:17 - t.method("SetLocalEntry", static_cast(&TTreeReader::SetLocalEntry)); - - DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetEntriesRange(Long64_t, Long64_t) (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetEntriesRange(Long64_t, Long64_t) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:211:17 - t.method("SetEntriesRange", static_cast(&TTreeReader::SetEntriesRange)); - - DEBUG_MSG("Adding wrapper for void TTreeReader::Restart() (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::Restart() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:219:9 - t.method("Restart", static_cast(&TTreeReader::Restart)); - - DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::GetEntryStatus() (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::GetEntryStatus() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:223:17 - t.method("GetEntryStatus", static_cast(&TTreeReader::GetEntryStatus)); - - DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetEntries() (" __HERE__ ")"); - // signature to use in the veto list: Long64_t TTreeReader::GetEntries() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:225:13 - t.method("GetEntries", static_cast(&TTreeReader::GetEntries)); - - DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetEntries(Bool_t) (" __HERE__ ")"); - // signature to use in the veto list: Long64_t TTreeReader::GetEntries(Bool_t) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:226:13 - t.method("GetEntries", static_cast(&TTreeReader::GetEntries)); - - DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetCurrentEntry() (" __HERE__ ")"); - // signature to use in the veto list: Long64_t TTreeReader::GetCurrentEntry() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:235:13 - t.method("GetCurrentEntry", static_cast(&TTreeReader::GetCurrentEntry)); - - DEBUG_MSG("Adding wrapper for Bool_t TTreeReader::Notify() (" __HERE__ ")"); - // signature to use in the veto list: Bool_t TTreeReader::Notify() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:237:11 - t.method("Notify", static_cast(&TTreeReader::Notify)); - - DEBUG_MSG("Adding wrapper for TTreeReader::Iterator_t TTreeReader::begin() (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::Iterator_t TTreeReader::begin() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:240:15 - t.method("begin", static_cast(&TTreeReader::begin)); - - DEBUG_MSG("Adding wrapper for TTreeReader::Iterator_t TTreeReader::end() (" __HERE__ ")"); - // signature to use in the veto list: TTreeReader::Iterator_t TTreeReader::end() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:244:15 - t.method("end", static_cast(&TTreeReader::end)); - - DEBUG_MSG("Adding wrapper for Version_t TTreeReader::Class_Version() (" __HERE__ ")"); - // signature to use in the veto list: Version_t TTreeReader::Class_Version() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!Class_Version", static_cast(&TTreeReader::Class_Version)); - - DEBUG_MSG("Adding wrapper for TClass * TTreeReader::IsA() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TTreeReader::IsA() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - t.method("IsA", static_cast(&TTreeReader::IsA)); - - DEBUG_MSG("Adding wrapper for void TTreeReader::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::StreamerNVirtual(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - t.method("StreamerNVirtual", static_cast(&TTreeReader::StreamerNVirtual)); - - DEBUG_MSG("Adding wrapper for const char * TTreeReader::DeclFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TTreeReader::DeclFileName() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!DeclFileName", []() { return (std::string)TTreeReader::DeclFileName(); }); - - DEBUG_MSG("Adding wrapper for int TTreeReader::ImplFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TTreeReader::ImplFileLine() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!ImplFileLine", static_cast(&TTreeReader::ImplFileLine)); - - DEBUG_MSG("Adding wrapper for const char * TTreeReader::ImplFileName() (" __HERE__ ")"); - // signature to use in the veto list: const char * TTreeReader::ImplFileName() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!ImplFileName", []() { return (std::string)TTreeReader::ImplFileName(); }); - - DEBUG_MSG("Adding wrapper for const char * TTreeReader::Class_Name() (" __HERE__ ")"); - // signature to use in the veto list: const char * TTreeReader::Class_Name() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!Class_Name", []() { return (std::string)TTreeReader::Class_Name(); }); - - DEBUG_MSG("Adding wrapper for TClass * TTreeReader::Dictionary() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TTreeReader::Dictionary() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!Dictionary", static_cast(&TTreeReader::Dictionary)); - - DEBUG_MSG("Adding wrapper for TClass * TTreeReader::Class() (" __HERE__ ")"); - // signature to use in the veto list: TClass * TTreeReader::Class() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!Class", static_cast(&TTreeReader::Class)); - - DEBUG_MSG("Adding wrapper for void TTreeReader::Streamer(TBuffer &) (" __HERE__ ")"); - // signature to use in the veto list: void TTreeReader::Streamer(TBuffer &) - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - t.method("Streamer", static_cast(&TTreeReader::Streamer)); - - DEBUG_MSG("Adding wrapper for int TTreeReader::DeclFileLine() (" __HERE__ ")"); - // signature to use in the veto list: int TTreeReader::DeclFileLine() - // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 - module_.method("TTreeReader!DeclFileLine", static_cast(&TTreeReader::DeclFileLine)); - } - -private: - std::unique_ptr> type_; -}; -std::shared_ptr newJlTTreeReader(jlcxx::Module& module){ - return std::shared_ptr(new JlTTreeReader(module)); -} - -namespace jlcxx { - - template - struct BuildParameterList> - { - typedef ParameterList type; - }; - - template struct IsMirroredType> : std::false_type { }; - template struct DefaultConstructible> : std::false_type { }; -} - -// Class generating the wrapper for type TTreeReaderValue -// signature to use in the veto file: TTreeReaderValue -struct JlTTreeReaderValue: public Wrapper { - - JlTTreeReaderValue(jlcxx::Module& jlModule): Wrapper(jlModule){ - DEBUG_MSG("Adding wrapper for type TTreeReaderValue (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:146:30 - jlcxx::TypeWrapper>> t = jlModule.add_type>>("TTreeReaderValue"); - type_ = std::unique_ptr>>>(new jlcxx::TypeWrapper>>(jlModule, t)); - auto t146_decl_methods = [this] (jlcxx::TypeWrapper> wrapped){ - auto module_ = this->module_; - typedef TTreeReaderValue WrappedType; - - - DEBUG_MSG("Adding wrapper for void TTreeReaderValue::TTreeReaderValue(TTreeReader &, const char *) (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:152:4 - wrapped.template constructor(/*finalize=*/true); - - DEBUG_MSG("Adding wrapper for T * TTreeReaderValue::Get() (" __HERE__ ")"); - // signature to use in the veto list: T * TTreeReaderValue::Get() - // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:161:7 - wrapped.method("Get", static_cast(&WrappedType::Get)); - - DEBUG_MSG("Adding wrapper for T * TTreeReaderValue::operator->() (" __HERE__ ")"); - // signature to use in the veto list: T * TTreeReaderValue::operator->() - // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:174:7 - wrapped.method("arrow", static_cast(&WrappedType::operator->)); - module_.set_override_module(jl_base_module); - - DEBUG_MSG("Adding wrapper for T & TTreeReaderValue::operator*() (" __HERE__ ")"); - // signature to use in the veto list: T & TTreeReaderValue::operator*() - // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:179:7 - wrapped.method("getindex", static_cast(&WrappedType::operator*)); - - module_.unset_override_module(); - }; - t.apply, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue>(t146_decl_methods); - } - - void add_methods() const{ - } - -private: - std::unique_ptr>>> type_; -}; -std::shared_ptr newJlTTreeReaderValue(jlcxx::Module& module){ - return std::shared_ptr(new JlTTreeReaderValue(module)); -} diff --git a/deps/src/JlClasses_020.cxx b/deps/src/JlClasses_020.cxx index ef6f958..ab31459 100644 --- a/deps/src/JlClasses_020.cxx +++ b/deps/src/JlClasses_020.cxx @@ -6,6 +6,272 @@ #include "jlcxx/functions.hpp" #include "jlcxx/stl.hpp" +namespace jlcxx { + template<> struct IsMirroredType : std::false_type { }; + template<> struct DefaultConstructible : std::false_type { }; + template<> struct CopyConstructible : std::false_type { }; +template<> struct SuperType { typedef TObject type; }; +} + +// Class generating the wrapper for type TTreeReader +// signature to use in the veto file: TTreeReader +struct JlTTreeReader: public Wrapper { + + JlTTreeReader(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TTreeReader (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:44:7 + jlcxx::TypeWrapper t = jlModule.add_type("TTreeReader", + jlcxx::julia_base_type()); + type_ = std::unique_ptr>(new jlcxx::TypeWrapper(jlModule, t)); + } + + void add_methods() const{ + auto& t = *type_; + t.template constructor<>(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(TTree *, TEntryList *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:165:4 + t.constructor(/*finalize=*/true); + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(const char *, TDirectory *, TEntryList *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:166:4 + t.constructor(/*finalize=*/true); + t.constructor(/*finalize=*/true); + + + DEBUG_MSG("Adding wrapper for void TTreeReader::TTreeReader(const char *, TEntryList *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:167:4 + t.constructor(/*finalize=*/true); + t.constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(TTree *, TEntryList *) (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::SetTree(TTree *, TEntryList *) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:171:9 + t.method("SetTree", static_cast(&TTreeReader::SetTree)); + t.method("SetTree", [](TTreeReader& a, TTree * arg0)->void { a.SetTree(arg0); }); + t.method("SetTree", [](TTreeReader* a, TTree * arg0)->void { a->SetTree(arg0); }); + + DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(const char *, TEntryList *) (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::SetTree(const char *, TEntryList *) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:172:9 + t.method("SetTree", static_cast(&TTreeReader::SetTree)); + t.method("SetTree", [](TTreeReader& a, const char * arg0)->void { a.SetTree(arg0); }); + t.method("SetTree", [](TTreeReader* a, const char * arg0)->void { a->SetTree(arg0); }); + + DEBUG_MSG("Adding wrapper for void TTreeReader::SetTree(const char *, TDirectory *, TEntryList *) (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::SetTree(const char *, TDirectory *, TEntryList *) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:175:9 + t.method("SetTree", static_cast(&TTreeReader::SetTree)); + t.method("SetTree", [](TTreeReader& a, const char * arg0, TDirectory * arg1)->void { a.SetTree(arg0, arg1); }); + t.method("SetTree", [](TTreeReader* a, const char * arg0, TDirectory * arg1)->void { a->SetTree(arg0, arg1); }); + + DEBUG_MSG("Adding wrapper for bool TTreeReader::IsChain() (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeReader::IsChain() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:177:9 + t.method("IsChain", static_cast(&TTreeReader::IsChain)); + + DEBUG_MSG("Adding wrapper for bool TTreeReader::IsInvalid() (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeReader::IsInvalid() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:179:9 + t.method("IsInvalid", static_cast(&TTreeReader::IsInvalid)); + + DEBUG_MSG("Adding wrapper for TTree * TTreeReader::GetTree() (" __HERE__ ")"); + // signature to use in the veto list: TTree * TTreeReader::GetTree() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:181:11 + t.method("GetTree", static_cast(&TTreeReader::GetTree)); + + DEBUG_MSG("Adding wrapper for TEntryList * TTreeReader::GetEntryList() (" __HERE__ ")"); + // signature to use in the veto list: TEntryList * TTreeReader::GetEntryList() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:182:16 + t.method("GetEntryList", static_cast(&TTreeReader::GetEntryList)); + + DEBUG_MSG("Adding wrapper for bool TTreeReader::Next() (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeReader::Next() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:190:9 + t.method("Next", static_cast(&TTreeReader::Next)); + + DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetEntry(Long64_t) (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetEntry(Long64_t) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:199:17 + t.method("SetEntry", static_cast(&TTreeReader::SetEntry)); + + DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetLocalEntry(Long64_t) (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetLocalEntry(Long64_t) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:209:17 + t.method("SetLocalEntry", static_cast(&TTreeReader::SetLocalEntry)); + + DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::SetEntriesRange(Long64_t, Long64_t) (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::SetEntriesRange(Long64_t, Long64_t) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:211:17 + t.method("SetEntriesRange", static_cast(&TTreeReader::SetEntriesRange)); + + DEBUG_MSG("Adding wrapper for void TTreeReader::Restart() (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::Restart() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:219:9 + t.method("Restart", static_cast(&TTreeReader::Restart)); + + DEBUG_MSG("Adding wrapper for TTreeReader::EEntryStatus TTreeReader::GetEntryStatus() (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::EEntryStatus TTreeReader::GetEntryStatus() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:223:17 + t.method("GetEntryStatus", static_cast(&TTreeReader::GetEntryStatus)); + + DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetEntries() (" __HERE__ ")"); + // signature to use in the veto list: Long64_t TTreeReader::GetEntries() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:225:13 + t.method("GetEntries", static_cast(&TTreeReader::GetEntries)); + + DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetEntries(bool) (" __HERE__ ")"); + // signature to use in the veto list: Long64_t TTreeReader::GetEntries(bool) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:226:13 + t.method("GetEntries", static_cast(&TTreeReader::GetEntries)); + + DEBUG_MSG("Adding wrapper for Long64_t TTreeReader::GetCurrentEntry() (" __HERE__ ")"); + // signature to use in the veto list: Long64_t TTreeReader::GetCurrentEntry() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:235:13 + t.method("GetCurrentEntry", static_cast(&TTreeReader::GetCurrentEntry)); + + DEBUG_MSG("Adding wrapper for bool TTreeReader::Notify() (" __HERE__ ")"); + // signature to use in the veto list: bool TTreeReader::Notify() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:237:9 + t.method("Notify", static_cast(&TTreeReader::Notify)); + + DEBUG_MSG("Adding wrapper for TTreeReader::Iterator_t TTreeReader::begin() (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::Iterator_t TTreeReader::begin() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:240:15 + t.method("begin", static_cast(&TTreeReader::begin)); + + DEBUG_MSG("Adding wrapper for TTreeReader::Iterator_t TTreeReader::end() (" __HERE__ ")"); + // signature to use in the veto list: TTreeReader::Iterator_t TTreeReader::end() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:244:15 + t.method("end", static_cast(&TTreeReader::end)); + + DEBUG_MSG("Adding wrapper for Version_t TTreeReader::Class_Version() (" __HERE__ ")"); + // signature to use in the veto list: Version_t TTreeReader::Class_Version() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!Class_Version", static_cast(&TTreeReader::Class_Version)); + + DEBUG_MSG("Adding wrapper for TClass * TTreeReader::IsA() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TTreeReader::IsA() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + t.method("IsA", static_cast(&TTreeReader::IsA)); + + DEBUG_MSG("Adding wrapper for void TTreeReader::StreamerNVirtual(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::StreamerNVirtual(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + t.method("StreamerNVirtual", static_cast(&TTreeReader::StreamerNVirtual)); + + DEBUG_MSG("Adding wrapper for const char * TTreeReader::DeclFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TTreeReader::DeclFileName() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!DeclFileName", []() { return (std::string)TTreeReader::DeclFileName(); }); + + DEBUG_MSG("Adding wrapper for int TTreeReader::ImplFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TTreeReader::ImplFileLine() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!ImplFileLine", static_cast(&TTreeReader::ImplFileLine)); + + DEBUG_MSG("Adding wrapper for const char * TTreeReader::ImplFileName() (" __HERE__ ")"); + // signature to use in the veto list: const char * TTreeReader::ImplFileName() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!ImplFileName", []() { return (std::string)TTreeReader::ImplFileName(); }); + + DEBUG_MSG("Adding wrapper for const char * TTreeReader::Class_Name() (" __HERE__ ")"); + // signature to use in the veto list: const char * TTreeReader::Class_Name() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!Class_Name", []() { return (std::string)TTreeReader::Class_Name(); }); + + DEBUG_MSG("Adding wrapper for TClass * TTreeReader::Dictionary() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TTreeReader::Dictionary() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!Dictionary", static_cast(&TTreeReader::Dictionary)); + + DEBUG_MSG("Adding wrapper for TClass * TTreeReader::Class() (" __HERE__ ")"); + // signature to use in the veto list: TClass * TTreeReader::Class() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!Class", static_cast(&TTreeReader::Class)); + + DEBUG_MSG("Adding wrapper for void TTreeReader::Streamer(TBuffer &) (" __HERE__ ")"); + // signature to use in the veto list: void TTreeReader::Streamer(TBuffer &) + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + t.method("Streamer", static_cast(&TTreeReader::Streamer)); + + DEBUG_MSG("Adding wrapper for int TTreeReader::DeclFileLine() (" __HERE__ ")"); + // signature to use in the veto list: int TTreeReader::DeclFileLine() + // defined in /home/pgras/.julia/conda/3/include/TTreeReader.h:314:4 + module_.method("TTreeReader!DeclFileLine", static_cast(&TTreeReader::DeclFileLine)); + } + +private: + std::unique_ptr> type_; +}; +std::shared_ptr newJlTTreeReader(jlcxx::Module& module){ + return std::shared_ptr(new JlTTreeReader(module)); +} + +namespace jlcxx { + + template + struct BuildParameterList> + { + typedef ParameterList type; + }; + + template struct IsMirroredType> : std::false_type { }; + template struct DefaultConstructible> : std::false_type { }; +} + +// Class generating the wrapper for type TTreeReaderValue +// signature to use in the veto file: TTreeReaderValue +struct JlTTreeReaderValue: public Wrapper { + + JlTTreeReaderValue(jlcxx::Module& jlModule): Wrapper(jlModule){ + DEBUG_MSG("Adding wrapper for type TTreeReaderValue (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:146:30 + jlcxx::TypeWrapper>> t = jlModule.add_type>>("TTreeReaderValue"); + type_ = std::unique_ptr>>>(new jlcxx::TypeWrapper>>(jlModule, t)); + auto t148_decl_methods = [this] (jlcxx::TypeWrapper> wrapped){ + auto module_ = this->module_; + typedef TTreeReaderValue WrappedType; + + + DEBUG_MSG("Adding wrapper for void TTreeReaderValue::TTreeReaderValue(TTreeReader &, const char *) (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:152:4 + wrapped.template constructor(/*finalize=*/true); + + DEBUG_MSG("Adding wrapper for T * TTreeReaderValue::Get() (" __HERE__ ")"); + // signature to use in the veto list: T * TTreeReaderValue::Get() + // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:161:7 + wrapped.method("Get", static_cast(&WrappedType::Get)); + + DEBUG_MSG("Adding wrapper for T * TTreeReaderValue::operator->() (" __HERE__ ")"); + // signature to use in the veto list: T * TTreeReaderValue::operator->() + // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:174:7 + wrapped.method("arrow", static_cast(&WrappedType::operator->)); + module_.set_override_module(jl_base_module); + + DEBUG_MSG("Adding wrapper for T & TTreeReaderValue::operator*() (" __HERE__ ")"); + // signature to use in the veto list: T & TTreeReaderValue::operator*() + // defined in /home/pgras/.julia/conda/3/include/TTreeReaderValue.h:179:7 + wrapped.method("getindex", static_cast(&WrappedType::operator*)); + + module_.unset_override_module(); + }; + t.apply, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue, TTreeReaderValue>(t148_decl_methods); + } + + void add_methods() const{ + } + +private: + std::unique_ptr>>> type_; +}; +std::shared_ptr newJlTTreeReaderValue(jlcxx::Module& module){ + return std::shared_ptr(new JlTTreeReaderValue(module)); +} + namespace jlcxx { template<> struct IsMirroredType : std::false_type { }; template<> struct DefaultConstructible : std::false_type { }; @@ -83,7 +349,7 @@ struct JlTTreeReaderArray: public Wrapper { // defined in /home/pgras/.julia/conda/3/include/TTreeReaderArray.h:75:30 jlcxx::TypeWrapper>> t = jlModule.add_type>>("TTreeReaderArray"); type_ = std::unique_ptr>>>(new jlcxx::TypeWrapper>>(jlModule, t)); - auto t152_decl_methods = [this] (jlcxx::TypeWrapper> wrapped){ + auto t154_decl_methods = [this] (jlcxx::TypeWrapper> wrapped){ auto module_ = this->module_; typedef TTreeReaderArray WrappedType; @@ -121,7 +387,7 @@ struct JlTTreeReaderArray: public Wrapper { module_.unset_override_module(); }; - t.apply, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray>(t152_decl_methods); + t.apply, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray, TTreeReaderArray>(t154_decl_methods); } void add_methods() const{ diff --git a/deps/src/JlGlobals.cxx b/deps/src/JlGlobals.cxx index 57858e6..c72ebf6 100644 --- a/deps/src/JlGlobals.cxx +++ b/deps/src/JlGlobals.cxx @@ -17,12 +17,12 @@ struct JlGlobal: public Wrapper { DEBUG_MSG("Adding wrapper for std::string cling::printValue(TObject *) (" __HERE__ ")"); // signature to use in the veto list: std::string cling::printValue(TObject *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:380:16 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:378:16 t.method("cling!printValue", static_cast(&cling::printValue)); DEBUG_MSG("Adding wrapper for bool ROOT::Detail::HasBeenDeleted(const TObject *) (" __HERE__ ")"); // signature to use in the veto list: bool ROOT::Detail::HasBeenDeleted(const TObject *) - // defined in /home/pgras/.julia/conda/3/include/TObject.h:404:23 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:402:23 t.method("ROOT!Detail!HasBeenDeleted", static_cast(&ROOT::Detail::HasBeenDeleted)); DEBUG_MSG("Adding wrapper for void ROOT::EnableThreadSafety() (" __HERE__ ")"); @@ -53,220 +53,250 @@ struct JlGlobal: public Wrapper { DEBUG_MSG("Adding wrapper for TROOT * ROOT::GetROOT() (" __HERE__ ")"); // signature to use in the veto list: TROOT * ROOT::GetROOT() - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:377:11 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:378:11 t.method("ROOT!GetROOT", static_cast(&ROOT::GetROOT)); DEBUG_MSG("Adding wrapper for void ROOT::CallRecursiveRemoveIfNeeded(TObject &) (" __HERE__ ")"); // signature to use in the veto list: void ROOT::CallRecursiveRemoveIfNeeded(TObject &) - // defined in /home/pgras/.julia/conda/3/include/TROOT.h:395:16 + // defined in /home/pgras/.julia/conda/3/include/TROOT.h:396:16 t.method("ROOT!CallRecursiveRemoveIfNeeded", static_cast(&ROOT::CallRecursiveRemoveIfNeeded)); DEBUG_MSG("Adding wrapper for Bool_t R_ISDIR(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISDIR(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:115:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:113:15 t.method("R_ISDIR", static_cast(&R_ISDIR)); DEBUG_MSG("Adding wrapper for Bool_t R_ISCHR(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISCHR(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:116:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:114:15 t.method("R_ISCHR", static_cast(&R_ISCHR)); DEBUG_MSG("Adding wrapper for Bool_t R_ISBLK(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISBLK(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:117:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:115:15 t.method("R_ISBLK", static_cast(&R_ISBLK)); DEBUG_MSG("Adding wrapper for Bool_t R_ISREG(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISREG(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:118:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:116:15 t.method("R_ISREG", static_cast(&R_ISREG)); DEBUG_MSG("Adding wrapper for Bool_t R_ISLNK(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISLNK(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:119:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:117:15 t.method("R_ISLNK", static_cast(&R_ISLNK)); DEBUG_MSG("Adding wrapper for Bool_t R_ISFIFO(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISFIFO(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:120:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:118:15 t.method("R_ISFIFO", static_cast(&R_ISFIFO)); DEBUG_MSG("Adding wrapper for Bool_t R_ISSOCK(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISSOCK(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:121:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:119:15 t.method("R_ISSOCK", static_cast(&R_ISSOCK)); DEBUG_MSG("Adding wrapper for Bool_t R_ISOFF(Int_t) (" __HERE__ ")"); // signature to use in the veto list: Bool_t R_ISOFF(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:122:15 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:120:15 t.method("R_ISOFF", static_cast(&R_ISOFF)); DEBUG_MSG("Adding wrapper for std::string cling::printValue(TH1 *) (" __HERE__ ")"); // signature to use in the veto list: std::string cling::printValue(TH1 *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:449:15 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:452:15 t.method("cling!printValue", static_cast(&cling::printValue)); module_.set_override_module(jl_base_module); DEBUG_MSG("Adding wrapper for TH1C operator*(Double_t, const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator*(Double_t, const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:485:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:488:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1C operator*(const TH1C &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator*(const TH1C &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:487:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:490:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1C operator+(const TH1C &, const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator+(const TH1C &, const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:488:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:491:6 t.method("+", static_cast(&operator+)); DEBUG_MSG("Adding wrapper for TH1C operator-(const TH1C &, const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator-(const TH1C &, const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:489:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:492:6 t.method("-", static_cast(&operator-)); DEBUG_MSG("Adding wrapper for TH1C operator*(const TH1C &, const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator*(const TH1C &, const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:490:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:493:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1C operator/(const TH1C &, const TH1C &) (" __HERE__ ")"); // signature to use in the veto list: TH1C operator/(const TH1C &, const TH1C &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:491:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:494:6 t.method("/", static_cast(&operator/)); DEBUG_MSG("Adding wrapper for TH1S operator*(Double_t, const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator*(Double_t, const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:526:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:529:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1S operator*(const TH1S &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator*(const TH1S &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:528:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:531:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1S operator+(const TH1S &, const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator+(const TH1S &, const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:529:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:532:6 t.method("+", static_cast(&operator+)); DEBUG_MSG("Adding wrapper for TH1S operator-(const TH1S &, const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator-(const TH1S &, const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:530:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:533:6 t.method("-", static_cast(&operator-)); DEBUG_MSG("Adding wrapper for TH1S operator*(const TH1S &, const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator*(const TH1S &, const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:531:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:534:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1S operator/(const TH1S &, const TH1S &) (" __HERE__ ")"); // signature to use in the veto list: TH1S operator/(const TH1S &, const TH1S &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:532:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:535:6 t.method("/", static_cast(&operator/)); DEBUG_MSG("Adding wrapper for TH1I operator*(Double_t, const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator*(Double_t, const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:567:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:570:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1I operator*(const TH1I &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator*(const TH1I &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:569:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:572:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1I operator+(const TH1I &, const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator+(const TH1I &, const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:570:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:573:6 t.method("+", static_cast(&operator+)); DEBUG_MSG("Adding wrapper for TH1I operator-(const TH1I &, const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator-(const TH1I &, const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:571:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:574:6 t.method("-", static_cast(&operator-)); DEBUG_MSG("Adding wrapper for TH1I operator*(const TH1I &, const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator*(const TH1I &, const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:572:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:575:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1I operator/(const TH1I &, const TH1I &) (" __HERE__ ")"); // signature to use in the veto list: TH1I operator/(const TH1I &, const TH1I &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:573:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:576:6 t.method("/", static_cast(&operator/)); + DEBUG_MSG("Adding wrapper for TH1L operator*(Double_t, const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator*(Double_t, const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:611:6 + t.method("*", static_cast(&operator*)); + + DEBUG_MSG("Adding wrapper for TH1L operator*(const TH1L &, Double_t) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator*(const TH1L &, Double_t) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:613:6 + t.method("*", static_cast(&operator*)); + + DEBUG_MSG("Adding wrapper for TH1L operator+(const TH1L &, const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator+(const TH1L &, const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:614:6 + t.method("+", static_cast(&operator+)); + + DEBUG_MSG("Adding wrapper for TH1L operator-(const TH1L &, const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator-(const TH1L &, const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:615:6 + t.method("-", static_cast(&operator-)); + + DEBUG_MSG("Adding wrapper for TH1L operator*(const TH1L &, const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator*(const TH1L &, const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:616:6 + t.method("*", static_cast(&operator*)); + + DEBUG_MSG("Adding wrapper for TH1L operator/(const TH1L &, const TH1L &) (" __HERE__ ")"); + // signature to use in the veto list: TH1L operator/(const TH1L &, const TH1L &) + // defined in /home/pgras/.julia/conda/3/include/TH1.h:617:6 + t.method("/", static_cast(&operator/)); + DEBUG_MSG("Adding wrapper for TH1F operator*(Double_t, const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator*(Double_t, const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:610:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:659:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1F operator*(const TH1F &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator*(const TH1F &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:612:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:661:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1F operator+(const TH1F &, const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator+(const TH1F &, const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:613:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:662:6 t.method("+", static_cast(&operator+)); DEBUG_MSG("Adding wrapper for TH1F operator-(const TH1F &, const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator-(const TH1F &, const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:614:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:663:6 t.method("-", static_cast(&operator-)); DEBUG_MSG("Adding wrapper for TH1F operator*(const TH1F &, const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator*(const TH1F &, const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:615:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:664:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1F operator/(const TH1F &, const TH1F &) (" __HERE__ ")"); // signature to use in the veto list: TH1F operator/(const TH1F &, const TH1F &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:616:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:665:6 t.method("/", static_cast(&operator/)); DEBUG_MSG("Adding wrapper for TH1D operator*(Double_t, const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator*(Double_t, const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:653:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:706:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1D operator*(const TH1D &, Double_t) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator*(const TH1D &, Double_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:655:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:708:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1D operator+(const TH1D &, const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator+(const TH1D &, const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:656:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:709:6 t.method("+", static_cast(&operator+)); DEBUG_MSG("Adding wrapper for TH1D operator-(const TH1D &, const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator-(const TH1D &, const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:657:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:710:6 t.method("-", static_cast(&operator-)); DEBUG_MSG("Adding wrapper for TH1D operator*(const TH1D &, const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator*(const TH1D &, const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:658:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:711:6 t.method("*", static_cast(&operator*)); DEBUG_MSG("Adding wrapper for TH1D operator/(const TH1D &, const TH1D &) (" __HERE__ ")"); // signature to use in the veto list: TH1D operator/(const TH1D &, const TH1D &) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:659:6 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:712:6 t.method("/", static_cast(&operator/)); module_.unset_override_module(); DEBUG_MSG("Adding wrapper for TH1 * R__H(Int_t) (" __HERE__ ")"); // signature to use in the veto list: TH1 * R__H(Int_t) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:661:16 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:714:16 t.method("R__H", static_cast(&R__H)); DEBUG_MSG("Adding wrapper for TH1 * R__H(const char *) (" __HERE__ ")"); // signature to use in the veto list: TH1 * R__H(const char *) - // defined in /home/pgras/.julia/conda/3/include/TH1.h:662:16 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:715:16 t.method("R__H", static_cast(&R__H)); DEBUG_MSG("Adding wrapper for TTree * GetTTree(TDirectoryFile &, const char *) (" __HERE__ ")"); @@ -619,29 +649,29 @@ struct JlGlobal: public Wrapper { module_.method("TTree!kMaxEntries", []()-> Long64_t { return TTree::kMaxEntries; }); DEBUG_MSG("Adding gRootDir methods to provide access to the global variable gRootDir (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:241:24 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:235:24 t.method("gRootDir", []()-> const char * { return gRootDir; }); DEBUG_MSG("Adding gProgName methods to provide access to the global variable gProgName (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:242:24 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:236:24 t.method("gProgName", []()-> const char * { return gProgName; }); DEBUG_MSG("Adding gProgPath methods to provide access to the global variable gProgPath (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:243:24 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:237:24 t.method("gProgPath", []()-> const char * { return gProgPath; }); DEBUG_MSG("Adding gSystemMutex methods to provide access to the global variable gSystemMutex (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:244:26 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:238:26 t.method("gSystemMutex", []()-> TVirtualMutex * { return gSystemMutex; }); t.method("gSystemMutex!", [](TVirtualMutex * val)-> TVirtualMutex * { return gSystemMutex = val; }); DEBUG_MSG("Adding gSystem methods to provide access to the global variable gSystem (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:560:20 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:555:20 t.method("gSystem", []()-> TSystem * { return gSystem; }); t.method("gSystem!", [](TSystem * val)-> TSystem * { return gSystem = val; }); DEBUG_MSG("Adding gXDisplay methods to provide access to the global variable gXDisplay (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:561:25 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:556:25 t.method("gXDisplay", []()-> TFileHandler * { return gXDisplay; }); t.method("gXDisplay!", [](TFileHandler * val)-> TFileHandler * { return gXDisplay = val; }); diff --git a/deps/src/TBranchPtr.h b/deps/src/TBranchPtr.h index 0c5a0aa..728e275 100644 --- a/deps/src/TBranchPtr.h +++ b/deps/src/TBranchPtr.h @@ -21,7 +21,7 @@ class TBranchPtr{ }; /** To be used in place of template TBranch* TTree:Branch(const - * char* name, Char_t* obj, Int_t bufsize, Int_t splitlevel); + * char* name, T* obj, Int_t bufsize, Int_t splitlevel); */ template TBranchPtr Branch(TTree& tree, const char* name, T& obj, Int_t bufsize = 3200, Int_t splitlevel = 99){ diff --git a/deps/src/jlROOT.cxx b/deps/src/jlROOT.cxx index 5bd2d87..e77c3e8 100644 --- a/deps/src/jlROOT.cxx +++ b/deps/src/jlROOT.cxx @@ -78,6 +78,7 @@ class JlTFitResultPtr; class JlTH1C; class JlTH1S; class JlTH1I; +class JlTH1L; class JlTH1F; class JlTH1D; class JlTH2; @@ -85,6 +86,7 @@ class JlTProfile; class JlTH2C; class JlTH2S; class JlTH2I; +class JlTH2L; class JlTH2F; class JlTH2D; class JlTProfile2D; @@ -172,6 +174,7 @@ std::shared_ptr newJlTFitResultPtr(jlcxx::Module&); std::shared_ptr newJlTH1C(jlcxx::Module&); std::shared_ptr newJlTH1S(jlcxx::Module&); std::shared_ptr newJlTH1I(jlcxx::Module&); +std::shared_ptr newJlTH1L(jlcxx::Module&); std::shared_ptr newJlTH1F(jlcxx::Module&); std::shared_ptr newJlTH1D(jlcxx::Module&); std::shared_ptr newJlTH2(jlcxx::Module&); @@ -179,6 +182,7 @@ std::shared_ptr newJlTProfile(jlcxx::Module&); std::shared_ptr newJlTH2C(jlcxx::Module&); std::shared_ptr newJlTH2S(jlcxx::Module&); std::shared_ptr newJlTH2I(jlcxx::Module&); +std::shared_ptr newJlTH2L(jlcxx::Module&); std::shared_ptr newJlTH2F(jlcxx::Module&); std::shared_ptr newJlTH2D(jlcxx::Module&); std::shared_ptr newJlTProfile2D(jlcxx::Module&); @@ -301,6 +305,7 @@ throw_if_version_incompatibility(); std::shared_ptr(newJlTH1C(jlModule)), std::shared_ptr(newJlTH1S(jlModule)), std::shared_ptr(newJlTH1I(jlModule)), + std::shared_ptr(newJlTH1L(jlModule)), std::shared_ptr(newJlTH1F(jlModule)), std::shared_ptr(newJlTH1D(jlModule)), std::shared_ptr(newJlTH2(jlModule)), @@ -308,6 +313,7 @@ throw_if_version_incompatibility(); std::shared_ptr(newJlTH2C(jlModule)), std::shared_ptr(newJlTH2S(jlModule)), std::shared_ptr(newJlTH2I(jlModule)), + std::shared_ptr(newJlTH2L(jlModule)), std::shared_ptr(newJlTH2F(jlModule)), std::shared_ptr(newJlTH2D(jlModule)), std::shared_ptr(newJlTProfile2D(jlModule)), @@ -359,7 +365,7 @@ throw_if_version_incompatibility(); jlModule.set_const("TObject!kWriteDelete", static_cast(TObject::kWriteDelete)); DEBUG_MSG("Adding wrapper for enum EObjBits (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TObject.h:368:6 + // defined in /home/pgras/.julia/conda/3/include/TObject.h:366:6 jlModule.add_bits("EObjBits", jlcxx::julia_type("CppEnum")); jlModule.set_const("kCanDelete", kCanDelete); jlModule.set_const("kMustCleanup", kMustCleanup); @@ -450,7 +456,7 @@ throw_if_version_incompatibility(); jlModule.set_const("TLeaf!DeserializeType!kZeroCopy", TLeaf::DeserializeType::kZeroCopy); DEBUG_MSG("Adding wrapper for enum EAccessMode (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:43:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:41:6 jlModule.add_bits("EAccessMode", jlcxx::julia_type("CppEnum")); jlModule.set_const("kFileExists", kFileExists); jlModule.set_const("kExecutePermission", kExecutePermission); @@ -458,13 +464,13 @@ throw_if_version_incompatibility(); jlModule.set_const("kReadPermission", kReadPermission); DEBUG_MSG("Adding wrapper for enum ELogOption (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:50:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:48:6 jlModule.add_bits("ELogOption", jlcxx::julia_type("CppEnum")); jlModule.set_const("kLogPid", kLogPid); jlModule.set_const("kLogCons", kLogCons); DEBUG_MSG("Adding wrapper for enum ELogLevel (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:55:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:53:6 jlModule.add_bits("ELogLevel", jlcxx::julia_type("CppEnum")); jlModule.set_const("kLogEmerg", kLogEmerg); jlModule.set_const("kLogAlert", kLogAlert); @@ -476,7 +482,7 @@ throw_if_version_incompatibility(); jlModule.set_const("kLogDebug", kLogDebug); DEBUG_MSG("Adding wrapper for enum ELogFacility (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:66:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:64:6 jlModule.add_bits("ELogFacility", jlcxx::julia_type("CppEnum")); jlModule.set_const("kLogLocal0", kLogLocal0); jlModule.set_const("kLogLocal1", kLogLocal1); @@ -488,7 +494,7 @@ throw_if_version_incompatibility(); jlModule.set_const("kLogLocal7", kLogLocal7); DEBUG_MSG("Adding wrapper for enum EFpeMask (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:77:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:75:6 jlModule.add_bits("EFpeMask", jlcxx::julia_type("CppEnum")); jlModule.set_const("kNoneMask", kNoneMask); jlModule.set_const("kInvalid", kInvalid); @@ -500,7 +506,7 @@ throw_if_version_incompatibility(); jlModule.set_const("kAllMask", kAllMask); DEBUG_MSG("Adding wrapper for enum EFileModeMask (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:88:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:86:6 jlModule.add_bits("EFileModeMask", jlcxx::julia_type("CppEnum")); jlModule.set_const("kS_IFMT", kS_IFMT); jlModule.set_const("kS_IFSOCK", kS_IFSOCK); @@ -528,7 +534,7 @@ throw_if_version_incompatibility(); jlModule.set_const("kS_IXOTH", kS_IXOTH); DEBUG_MSG("Adding wrapper for enum ESockOptions (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:215:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:213:6 jlModule.add_bits("ESockOptions", jlcxx::julia_type("CppEnum")); jlModule.set_const("kSendBuffer", kSendBuffer); jlModule.set_const("kRecvBuffer", kRecvBuffer); @@ -542,7 +548,7 @@ throw_if_version_incompatibility(); jlModule.set_const("kBytesToRead", kBytesToRead); DEBUG_MSG("Adding wrapper for enum ESendRecvOptions (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:228:6 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:226:6 jlModule.add_bits("ESendRecvOptions", jlcxx::julia_type("CppEnum")); jlModule.set_const("kDefault", kDefault); jlModule.set_const("kOob", kOob); @@ -550,14 +556,14 @@ throw_if_version_incompatibility(); jlModule.set_const("kDontBlock", kDontBlock); DEBUG_MSG("Adding wrapper for enum TSystem::EAclicMode (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:269:9 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:263:9 jlModule.add_bits("TSystem!EAclicMode", jlcxx::julia_type("CppEnum")); jlModule.set_const("TSystem!kDefault", TSystem::kDefault); jlModule.set_const("TSystem!kDebug", TSystem::kDebug); jlModule.set_const("TSystem!kOpt", TSystem::kOpt); DEBUG_MSG("Adding wrapper for enum TSystem::EAclicProperties (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TSystem.h:270:9 + // defined in /home/pgras/.julia/conda/3/include/TSystem.h:264:9 jlModule.add_bits("TSystem!EAclicProperties", jlcxx::julia_type("CppEnum")); jlModule.set_const("TSystem!kFlatBuildDir", TSystem::kFlatBuildDir); @@ -669,14 +675,14 @@ throw_if_version_incompatibility(); jlModule.set_const("TAxis!kMoreLogLabels", TAxis::kMoreLogLabels); DEBUG_MSG("Adding wrapper for enum TH1::EBinErrorOpt (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:63:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:64:10 jlModule.add_bits("TH1!EBinErrorOpt", jlcxx::julia_type("CppEnum")); jlModule.set_const("TH1!kNormal", TH1::kNormal); jlModule.set_const("TH1!kPoisson", TH1::kPoisson); jlModule.set_const("TH1!kPoisson2", TH1::kPoisson2); - DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TH1.h:70:4 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:70:4 + DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TH1.h:71:4 (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:71:4 jlModule.set_const("TH1!kNoAxis", static_cast(TH1::kNoAxis)); jlModule.set_const("TH1!kXaxis", static_cast(TH1::kXaxis)); jlModule.set_const("TH1!kYaxis", static_cast(TH1::kYaxis)); @@ -684,14 +690,14 @@ throw_if_version_incompatibility(); jlModule.set_const("TH1!kAllAxes", static_cast(TH1::kAllAxes)); DEBUG_MSG("Adding wrapper for enum TH1::EStatOverflows (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:79:10 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:80:10 jlModule.add_bits("TH1!EStatOverflows", jlcxx::julia_type("CppEnum")); jlModule.set_const("TH1!kIgnore", TH1::kIgnore); jlModule.set_const("TH1!kConsider", TH1::kConsider); jlModule.set_const("TH1!kNeutral", TH1::kNeutral); DEBUG_MSG("Adding wrapper for enum TH1::EStatusBits (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:162:9 + // defined in /home/pgras/.julia/conda/3/include/TH1.h:164:9 jlModule.add_bits("TH1!EStatusBits", jlcxx::julia_type("CppEnum")); jlModule.set_const("TH1!kNoStats", TH1::kNoStats); jlModule.set_const("TH1!kUserContour", TH1::kUserContour); @@ -703,8 +709,8 @@ throw_if_version_incompatibility(); jlModule.set_const("TH1!kAutoBinPTwo", TH1::kAutoBinPTwo); jlModule.set_const("TH1!kIsHighlight", TH1::kIsHighlight); - DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TH1.h:181:4 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TH1.h:181:4 + DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TH1.h:183:4 (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TH1.h:183:4 jlModule.set_const("TH1!kNstat", static_cast(TH1::kNstat)); DEBUG_MSG("Adding wrapper for enum EErrorType (" __HERE__ ")"); @@ -761,6 +767,7 @@ throw_if_version_incompatibility(); DEBUG_MSG("Adding wrapper for enum TFile::EStatusBits (" __HERE__ ")"); // defined in /home/pgras/.julia/conda/3/include/TFile.h:183:9 jlModule.add_bits("TFile!EStatusBits", jlcxx::julia_type("CppEnum")); + jlModule.set_const("TFile!k630forwardCompatibility", TFile::k630forwardCompatibility); jlModule.set_const("TFile!kRecovered", TFile::kRecovered); jlModule.set_const("TFile!kHasReferences", TFile::kHasReferences); jlModule.set_const("TFile!kDevNull", TFile::kDevNull); @@ -770,18 +777,18 @@ throw_if_version_incompatibility(); jlModule.set_const("TFile!kReproducible", TFile::kReproducible); DEBUG_MSG("Adding wrapper for enum TFile::ERelativeTo (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFile.h:192:9 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:199:9 jlModule.add_bits("TFile!ERelativeTo", jlcxx::julia_type("CppEnum")); jlModule.set_const("TFile!kBeg", TFile::kBeg); jlModule.set_const("TFile!kCur", TFile::kCur); jlModule.set_const("TFile!kEnd", TFile::kEnd); - DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TFile.h:193:4 (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFile.h:193:4 + DEBUG_MSG("Adding anonymous enum defined in /home/pgras/.julia/conda/3/include/TFile.h:200:4 (" __HERE__ ")"); + // defined in /home/pgras/.julia/conda/3/include/TFile.h:200:4 jlModule.set_const("TFile!kStartBigFile", static_cast(TFile::kStartBigFile)); DEBUG_MSG("Adding wrapper for enum TFile::EFileType (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TFile.h:195:9 + // defined in /home/pgras/.julia/conda/3/include/TFile.h:202:9 jlModule.add_bits("TFile!EFileType", jlcxx::julia_type("CppEnum")); jlModule.set_const("TFile!kDefault", TFile::kDefault); jlModule.set_const("TFile!kLocal", TFile::kLocal); @@ -791,7 +798,7 @@ throw_if_version_incompatibility(); jlModule.set_const("TFile!kMerge", TFile::kMerge); DEBUG_MSG("Adding wrapper for enum TGraph::EStatusBits (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TGraph.h:73:9 + // defined in /home/pgras/.julia/conda/3/include/TGraph.h:74:9 jlModule.add_bits("TGraph!EStatusBits", jlcxx::julia_type("CppEnum")); jlModule.set_const("TGraph!kNoStats", TGraph::kNoStats); jlModule.set_const("TGraph!kClipFrame", TGraph::kClipFrame); @@ -801,14 +808,14 @@ throw_if_version_incompatibility(); jlModule.set_const("TGraph!kIsHighlight", TGraph::kIsHighlight); DEBUG_MSG("Adding wrapper for enum TF1::EAddToList (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:221:15 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:240:15 jlModule.add_bits("TF1!EAddToList", jlcxx::julia_type("CppEnum")); jlModule.set_const("TF1!EAddToList!kDefault", TF1::EAddToList::kDefault); jlModule.set_const("TF1!EAddToList!kAdd", TF1::EAddToList::kAdd); jlModule.set_const("TF1!EAddToList!kNo", TF1::EAddToList::kNo); DEBUG_MSG("Adding wrapper for enum TF1::EStatusBits (" __HERE__ ")"); - // defined in /home/pgras/.julia/conda/3/include/TF1.h:325:9 + // defined in /home/pgras/.julia/conda/3/include/TF1.h:344:9 jlModule.add_bits("TF1!EStatusBits", jlcxx::julia_type("CppEnum")); jlModule.set_const("TF1!kNotGlobal", TF1::kNotGlobal); jlModule.set_const("TF1!kNotDraw", TF1::kNotDraw); diff --git a/misc/ROOT.wit b/misc/ROOT.wit index 6e69759..f950b7f 100644 --- a/misc/ROOT.wit +++ b/misc/ROOT.wit @@ -1,6 +1,6 @@ module_name = "ROOT" uuid = "1706fdcc-8426-44f1-a283-5be479e9517c" -version = "0.3.1-DEV" +version = "0.3.1" export_jl_fname = "ROOT-export.jl" module_jl_fname = "ROOT-generated.jl" diff --git a/misc/jlROOT-report.txt b/misc/jlROOT-report.txt index d952e59..bfaee88 100644 --- a/misc/jlROOT-report.txt +++ b/misc/jlROOT-report.txt @@ -143,6 +143,7 @@ TFitResultPtr TH1C TH1S TH1I +TH1L TH1F TH1D TH2 @@ -150,6 +151,7 @@ TProfile TH2C TH2S TH2I +TH2L TH2F TH2D TProfile2D @@ -232,6 +234,8 @@ void * TObject::operator new(size_t, void *) void * TObject::operator new[](size_t, void *) void TObject::operator delete(void *) void TObject::operator delete[](void *) +void TObject::operator delete(void *, size_t) +void TObject::operator delete[](void *, size_t) void TObject::operator delete(void *, void *) void TObject::operator delete[](void *, void *) void TObject::SetBit(UInt_t, Bool_t) @@ -858,6 +862,7 @@ void TROOT::RefreshBrowsers() TObject * TROOT::Remove(TObject *) void TROOT::RemoveClass(TClass *) void TROOT::Reset(Option_t *) +void TROOT::ResetClassSaved() void TROOT::SaveContext() void TROOT::SetApplication(TApplication *) void TROOT::SetBatch(Bool_t) @@ -1120,7 +1125,7 @@ int TCanvas::DeclFileLine() Int_t ROOT::Experimental::Internal::TBulkBranchRead::GetBulkEntries(Long64_t, TBuffer &) Int_t ROOT::Experimental::Internal::TBulkBranchRead::GetEntriesSerialized(Long64_t, TBuffer &) Int_t ROOT::Experimental::Internal::TBulkBranchRead::GetEntriesSerialized(Long64_t, TBuffer &, TBuffer *) -Bool_t ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() +bool ROOT::Experimental::Internal::TBulkBranchRead::SupportsBulkRead() void TBranch::TBranch(TTree *, const char *, void *, const char *, Int_t, Int_t) void TBranch::TBranch(TBranch *, const char *, void *, const char *, Int_t, Int_t) void TBranch::AddLastBasket(Long64_t) @@ -1175,12 +1180,12 @@ Int_t TBranch::GetSplitLevel() Long64_t TBranch::GetEntries() TTree * TBranch::GetTree() Int_t TBranch::GetRow(Int_t) -Bool_t TBranch::GetMakeClass() +bool TBranch::GetMakeClass() TBranch * TBranch::GetMother() TBranch * TBranch::GetSubBranch(const TBranch *) TBuffer * TBranch::GetTransientBuffer(Int_t) -Bool_t TBranch::IsAutoDelete() -Bool_t TBranch::IsFolder() +bool TBranch::IsAutoDelete() +bool TBranch::IsFolder() void TBranch::KeepCircular(Long64_t) Int_t TBranch::LoadBaskets() void TBranch::Print(Option_t *) @@ -1192,24 +1197,24 @@ void TBranch::ResetAddress() void TBranch::ResetReadEntry() void TBranch::SetAddress(void *) void TBranch::SetObject(void *) -void TBranch::SetAutoDelete(Bool_t) +void TBranch::SetAutoDelete(bool) void TBranch::SetBasketSize(Int_t) void TBranch::SetBufferAddress(TBuffer *) void TBranch::SetCompressionAlgorithm(Int_t) void TBranch::SetCompressionLevel(Int_t) void TBranch::SetCompressionSettings(Int_t) void TBranch::SetEntries(Long64_t) -void TBranch::SetEntryOffsetLen(Int_t, Bool_t) +void TBranch::SetEntryOffsetLen(Int_t, bool) void TBranch::SetFirstEntry(Long64_t) void TBranch::SetFile(TFile *) void TBranch::SetFile(const char *) void TBranch::SetIOFeatures(TBranch::TIOFeatures &) -Bool_t TBranch::SetMakeClass(Bool_t) +bool TBranch::SetMakeClass(bool) void TBranch::SetOffset(Int_t) -void TBranch::SetStatus(Bool_t) +void TBranch::SetStatus(bool) void TBranch::SetTree(TTree *) void TBranch::SetupAddresses() -Bool_t TBranch::SupportsBulkRead() +bool TBranch::SupportsBulkRead() void TBranch::UpdateAddress() void TBranch::UpdateFile() void TBranch::ResetCount() @@ -1225,10 +1230,10 @@ TClass * TBranch::Class() void TBranch::Streamer(TBuffer &) int TBranch::DeclFileLine() void TTree::TTree(const char *, const char *, Int_t, TDirectory *) -Int_t TTree::AddBranchToCache(const char *, Bool_t) -Int_t TTree::AddBranchToCache(TBranch *, Bool_t) -Int_t TTree::DropBranchFromCache(const char *, Bool_t) -Int_t TTree::DropBranchFromCache(TBranch *, Bool_t) +Int_t TTree::AddBranchToCache(const char *, bool) +Int_t TTree::AddBranchToCache(TBranch *, bool) +Int_t TTree::DropBranchFromCache(const char *, bool) +Int_t TTree::DropBranchFromCache(TBranch *, bool) void TTree::AddClone(TTree *) void TTree::AddTotBytes(Int_t) void TTree::AddZipBytes(Int_t) @@ -1245,11 +1250,11 @@ TBranch * TTree::BranchOld(const char *, const char *, void *, Int_t, Int_t) TBranch * TTree::BranchRef() void TTree::Browse(TBrowser *) Int_t TTree::BuildIndex(const char *, const char *) -TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, Bool_t) +TStreamerInfo * TTree::BuildStreamerInfo(TClass *, void *, bool) TFile * TTree::ChangeFile(TFile *) TTree * TTree::CloneTree(Long64_t, Option_t *) -void TTree::CopyAddresses(TTree *, Bool_t) -Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, Bool_t) +void TTree::CopyAddresses(TTree *, bool) +Long64_t TTree::CopyEntries(TTree *, Long64_t, Option_t *, bool) TTree * TTree::CopyTree(const char *, Option_t *, Long64_t, Long64_t) void TTree::DirectoryAutoAdd(TDirectory *) Int_t TTree::Debug() @@ -1258,24 +1263,24 @@ void TTree::Draw(Option_t *) Long64_t TTree::Draw(const char *, const char *, Option_t *, Long64_t, Long64_t) void TTree::DropBaskets() void TTree::DropBuffers(Int_t) -Bool_t TTree::EnableCache() +bool TTree::EnableCache() Int_t TTree::Fill() TBranch * TTree::FindBranch(const char *) TLeaf * TTree::FindLeaf(const char *) Int_t TTree::Fit(const char *, const char *, const char *, Option_t *, Option_t *, Long64_t, Long64_t) -Int_t TTree::FlushBaskets(Bool_t) +Int_t TTree::FlushBaskets(bool) const char * TTree::GetAlias(const char *) UInt_t TTree::GetAllocationCount() Long64_t TTree::GetAutoFlush() Long64_t TTree::GetAutoSave() TBranch * TTree::GetBranch(const char *) -Bool_t TTree::GetBranchStatus(const char *) +bool TTree::GetBranchStatus(const char *) Int_t TTree::GetBranchStyle() Long64_t TTree::GetCacheSize() TTree::TClusterIterator TTree::GetClusterIterator(Long64_t) Long64_t TTree::GetChainEntryNumber(Long64_t) Long64_t TTree::GetChainOffset() -Bool_t TTree::GetClusterPrefetch() +bool TTree::GetClusterPrefetch() TFile * TTree::GetCurrentFile() Int_t TTree::GetDefaultEntryOffsetLen() Long64_t TTree::GetDebugMax() @@ -1297,11 +1302,11 @@ Int_t TTree::GetFileNumber() TTree * TTree::GetFriend(const char *) const char * TTree::GetFriendAlias(TTree *) TH1 * TTree::GetHistogram() -Bool_t TTree::GetImplicitMT() +bool TTree::GetImplicitMT() Int_t * TTree::GetIndex() Double_t * TTree::GetIndexValues() ROOT::TIOFeatures TTree::GetIOFeatures() -TIterator * TTree::GetIteratorOnAllLeaves(Bool_t) +TIterator * TTree::GetIteratorOnAllLeaves(bool) TLeaf * TTree::GetLeaf(const char *, const char *) TLeaf * TTree::GetLeaf(const char *) TList * TTree::GetListOfClones() @@ -1340,8 +1345,8 @@ Double_t * TTree::GetW() Double_t TTree::GetWeight() Long64_t TTree::GetZipBytes() void TTree::IncrementTotalBuffers(Int_t) -Bool_t TTree::IsFolder() -Bool_t TTree::InPlaceClone(TDirectory *, const char *) +bool TTree::IsFolder() +bool TTree::InPlaceClone(TDirectory *, const char *) Int_t TTree::LoadBaskets(Long64_t) Long64_t TTree::LoadTree(Long64_t) Long64_t TTree::LoadTreeFriend(Long64_t, TTree *) @@ -1349,10 +1354,10 @@ Int_t TTree::MakeClass(const char *, Option_t *) Int_t TTree::MakeCode(const char *) Int_t TTree::MakeProxy(const char *, const char *, const char *, const char *, Int_t) Int_t TTree::MakeSelector(const char *, Option_t *) -Bool_t TTree::MemoryFull(Int_t) +bool TTree::MemoryFull(Int_t) Long64_t TTree::Merge(TCollection *, Option_t *) TTree * TTree::MergeTrees(TList *, Option_t *) -Bool_t TTree::Notify() +bool TTree::Notify() void TTree::OptimizeBaskets(ULong64_t, Float_t, Option_t *) void TTree::Print(Option_t *) void TTree::PrintCacheStats(Option_t *) @@ -1366,30 +1371,30 @@ void TTree::Reset(Option_t *) void TTree::ResetBranchAddress(TBranch *) void TTree::ResetBranchAddresses() Long64_t TTree::Scan(const char *, const char *, Option_t *, Long64_t, Long64_t) -Bool_t TTree::SetAlias(const char *, const char *) +bool TTree::SetAlias(const char *, const char *) void TTree::SetAutoSave(Long64_t) void TTree::SetAutoFlush(Long64_t) void TTree::SetBasketSize(const char *, Int_t) Int_t TTree::SetBranchAddress(const char *, void *, TBranch **) -Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, Bool_t) -Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, Bool_t) -void TTree::SetBranchStatus(const char *, Bool_t, UInt_t *) +Int_t TTree::SetBranchAddress(const char *, void *, TClass *, EDataType, bool) +Int_t TTree::SetBranchAddress(const char *, void *, TBranch **, TClass *, EDataType, bool) +void TTree::SetBranchStatus(const char *, bool, UInt_t *) void TTree::SetBranchStyle(Int_t) Int_t TTree::SetCacheSize(Long64_t) Int_t TTree::SetCacheEntryRange(Long64_t, Long64_t) void TTree::SetCacheLearnEntries(Int_t) void TTree::SetChainOffset(Long64_t) void TTree::SetCircular(Long64_t) -void TTree::SetClusterPrefetch(Bool_t) +void TTree::SetClusterPrefetch(bool) void TTree::SetDebug(Int_t, Long64_t, Long64_t) -void TTree::SetDefaultEntryOffsetLen(Int_t, Bool_t) +void TTree::SetDefaultEntryOffsetLen(Int_t, bool) void TTree::SetDirectory(TDirectory *) Long64_t TTree::SetEntries(Long64_t) void TTree::SetEstimate(Long64_t) ROOT::TIOFeatures TTree::SetIOFeatures(const ROOT::TIOFeatures &) void TTree::SetFileNumber(Int_t) void TTree::SetEntryList(TEntryList *, Option_t *) -void TTree::SetImplicitMT(Bool_t) +void TTree::SetImplicitMT(bool) void TTree::SetMakeClass(Int_t) void TTree::SetMaxEntryLoop(Long64_t) void TTree::SetMaxTreeSize(Long64_t) @@ -1397,7 +1402,7 @@ void TTree::SetMaxVirtualSize(Long64_t) void TTree::SetName(const char *) void TTree::SetNotify(TObject *) void TTree::SetObject(const char *, const char *) -void TTree::SetParallelUnzip(Bool_t, Float_t) +void TTree::SetParallelUnzip(bool, Float_t) void TTree::SetScanField(Int_t) void TTree::SetTargetMemoryRatio(Float_t) void TTree::SetTimerInterval(Int_t) @@ -1423,7 +1428,7 @@ void TTree::Streamer(TBuffer &) int TTree::DeclFileLine() void TLeaf::TLeaf(TBranch *, const char *, const char *) void TLeaf::Browse(TBrowser *) -Bool_t TLeaf::CanGenerateOffsetArray() +bool TLeaf::CanGenerateOffsetArray() void TLeaf::Export(TClonesArray *, Int_t) void TLeaf::FillBasket(TBuffer &) Int_t * TLeaf::GenerateOffsetArray(Int_t, Int_t) @@ -1444,23 +1449,23 @@ void * TLeaf::GetValuePointer() const char * TLeaf::GetTypeName() Double_t TLeaf::GetValue(Int_t) Long64_t TLeaf::GetValueLong64(Int_t) -Bool_t TLeaf::IncludeRange(TLeaf *) +bool TLeaf::IncludeRange(TLeaf *) void TLeaf::Import(TClonesArray *, Int_t) -Bool_t TLeaf::IsOnTerminalBranch() -Bool_t TLeaf::IsRange() -Bool_t TLeaf::IsUnsigned() +bool TLeaf::IsOnTerminalBranch() +bool TLeaf::IsRange() +bool TLeaf::IsUnsigned() void TLeaf::PrintValue(Int_t) void TLeaf::ReadBasket(TBuffer &) void TLeaf::ReadBasketExport(TBuffer &, TClonesArray *, Int_t) bool TLeaf::ReadBasketFast(TBuffer &, Long64_t) bool TLeaf::ReadBasketSerialized(TBuffer &, Long64_t) -Int_t TLeaf::ResetAddress(void *, Bool_t) +Int_t TLeaf::ResetAddress(void *, bool) void TLeaf::SetAddress(void *) void TLeaf::SetBranch(TBranch *) void TLeaf::SetLeafCount(TLeaf *) void TLeaf::SetLen(Int_t) void TLeaf::SetOffset(Int_t) -void TLeaf::SetRange(Bool_t) +void TLeaf::SetRange(bool) void TLeaf::SetUnsigned() Version_t TLeaf::Class_Version() TClass * TLeaf::IsA() @@ -1487,8 +1492,8 @@ void TEntryList::Add(const TEntryList *) void TEntryList::AddSubList(TEntryList *) Int_t TEntryList::Contains(Long64_t, TTree *) void TEntryList::DirectoryAutoAdd(TDirectory *) -Bool_t TEntryList::Enter(Long64_t, TTree *) -Bool_t TEntryList::Enter(Long64_t, const char *, const char *) +bool TEntryList::Enter(Long64_t, TTree *) +bool TEntryList::Enter(Long64_t, const char *, const char *) void TEntryList::EnterRange(Long64_t, Long64_t, TTree *, UInt_t) TEntryList * TEntryList::GetCurrentList() TEntryList * TEntryList::GetEntryList(const char *, const char *, Option_t *) @@ -1501,25 +1506,25 @@ Long64_t TEntryList::GetN() const char * TEntryList::GetTreeName() const char * TEntryList::GetFileName() Int_t TEntryList::GetTreeNumber() -Bool_t TEntryList::GetReapplyCut() -Bool_t TEntryList::IsValid() +bool TEntryList::GetReapplyCut() +bool TEntryList::IsValid() Int_t TEntryList::Merge(TCollection *) Long64_t TEntryList::Next() void TEntryList::OptimizeStorage() Int_t TEntryList::RelocatePaths(const char *, const char *) -Bool_t TEntryList::Remove(Long64_t, TTree *) +bool TEntryList::Remove(Long64_t, TTree *) void TEntryList::Reset() -Int_t TEntryList::ScanPaths(TList *, Bool_t) +Int_t TEntryList::ScanPaths(TList *, bool) void TEntryList::Print(const Option_t *) void TEntryList::SetDirectory(TDirectory *) void TEntryList::SetEntriesToProcess(Long64_t) -void TEntryList::SetShift(Bool_t) +void TEntryList::SetShift(bool) void TEntryList::SetTree(const TTree *) void TEntryList::SetTree(const char *, const char *) void TEntryList::SetTreeName(const char *) void TEntryList::SetFileName(const char *) void TEntryList::SetTreeNumber(Int_t) -void TEntryList::SetReapplyCut(Bool_t) +void TEntryList::SetReapplyCut(bool) void TEntryList::Subtract(const TEntryList *) Int_t TEntryList::Relocate(const char *, const char *, const char *, const char *) Int_t TEntryList::Scan(const char *, TList *) @@ -1694,6 +1699,7 @@ void TH1::Rebuild(Option_t *) void TH1::RecursiveRemove(TObject *) void TH1::Reset(Option_t *) void TH1::ResetStats() +void TH1::SaveAs(const char *, Option_t *) void TH1::Scale(Double_t, Option_t *) void TH1::SetAxisColor(Color_t, Option_t *) void TH1::SetAxisRange(Double_t, Double_t, Option_t *) @@ -1768,7 +1774,7 @@ TClass * TH1::Dictionary() TClass * TH1::Class() void TH1::Streamer(TBuffer &) int TH1::DeclFileLine() -void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTree *, Bool_t) +void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTree *, bool) void TTreeFriendLeafIter::TTreeFriendLeafIter(const TTreeFriendLeafIter &) TIterator & TTreeFriendLeafIter::operator=(const TIterator &) TTreeFriendLeafIter & TTreeFriendLeafIter::operator=(const TTreeFriendLeafIter &) @@ -1776,8 +1782,8 @@ const TCollection * TTreeFriendLeafIter::GetCollection() Option_t * TTreeFriendLeafIter::GetOption() TObject * TTreeFriendLeafIter::Next() void TTreeFriendLeafIter::Reset() -Bool_t TTreeFriendLeafIter::operator!=(const TIterator &) -Bool_t TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) +bool TTreeFriendLeafIter::operator!=(const TIterator &) +bool TTreeFriendLeafIter::operator!=(const TTreeFriendLeafIter &) TObject * TTreeFriendLeafIter::operator*() Version_t TTreeFriendLeafIter::Class_Version() TClass * TTreeFriendLeafIter::IsA() @@ -1860,6 +1866,7 @@ void TSystem::SetDisplay() void TSystem::SetErrorStr(const char *) const char * TSystem::GetErrorStr() const char * TSystem::GetError() +Int_t TSystem::GetCryptoRandom(void *, Int_t) void TSystem::RemoveOnExit(TObject *) const char * TSystem::HostName() void TSystem::NotifyApplicationCreated() @@ -1919,7 +1926,7 @@ int TSystem::mkdir(const char *, Bool_t) Bool_t TSystem::cd(const char *) const char * TSystem::pwd() const char * TSystem::TempDirectory() -FILE * TSystem::TempFileName(TString &, const char *) +FILE * TSystem::TempFileName(TString &, const char *, const char *) const char * TSystem::BaseName(const char *) const char * TSystem::DirName(const char *) TString TSystem::GetDirName(const char *) @@ -2276,7 +2283,7 @@ Double_t TRandom::Gaus(Double_t, Double_t) UInt_t TRandom::GetSeed() UInt_t TRandom::Integer(UInt_t) Double_t TRandom::Landau(Double_t, Double_t) -Int_t TRandom::Poisson(Double_t) +ULong64_t TRandom::Poisson(Double_t) Double_t TRandom::PoissonD(Double_t) void TRandom::Rannor(Float_t &, Float_t &) void TRandom::Rannor(Double_t &, Double_t &) @@ -2364,6 +2371,27 @@ TClass * TH1I::Dictionary() TClass * TH1I::Class() void TH1I::Streamer(TBuffer &) int TH1I::DeclFileLine() +void TH1L::TH1L(const char *, const char *, Int_t, Double_t, Double_t) +void TH1L::TH1L(const char *, const char *, Int_t, const Float_t *) +void TH1L::TH1L(const char *, const char *, Int_t, const Double_t *) +void TH1L::TH1L(const TH1L &) +TH1L & TH1L::operator=(const TH1L &) +void TH1L::AddBinContent(Int_t) +void TH1L::AddBinContent(Int_t, Double_t) +void TH1L::Copy(TObject &) +void TH1L::Reset(Option_t *) +void TH1L::SetBinsLength(Int_t) +Version_t TH1L::Class_Version() +TClass * TH1L::IsA() +void TH1L::StreamerNVirtual(TBuffer &) +const char * TH1L::DeclFileName() +int TH1L::ImplFileLine() +const char * TH1L::ImplFileName() +const char * TH1L::Class_Name() +TClass * TH1L::Dictionary() +TClass * TH1L::Class() +void TH1L::Streamer(TBuffer &) +int TH1L::DeclFileLine() void TH1F::TH1F(const char *, const char *, Int_t, Double_t, Double_t) void TH1F::TH1F(const char *, const char *, Int_t, const Float_t *) void TH1F::TH1F(const char *, const char *, Int_t, const Double_t *) @@ -2605,6 +2633,29 @@ TClass * TH2I::Dictionary() TClass * TH2I::Class() void TH2I::Streamer(TBuffer &) int TH2I::DeclFileLine() +void TH2L::TH2L(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) +void TH2L::TH2L(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) +void TH2L::TH2L(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) +void TH2L::TH2L(const char *, const char *, Int_t, const Double_t *, Int_t, const Double_t *) +void TH2L::TH2L(const char *, const char *, Int_t, const Float_t *, Int_t, const Float_t *) +void TH2L::TH2L(const TH2L &) +void TH2L::AddBinContent(Int_t) +void TH2L::AddBinContent(Int_t, Double_t) +void TH2L::Copy(TObject &) +void TH2L::Reset(Option_t *) +void TH2L::SetBinsLength(Int_t) +TH2L & TH2L::operator=(const TH2L &) +Version_t TH2L::Class_Version() +TClass * TH2L::IsA() +void TH2L::StreamerNVirtual(TBuffer &) +const char * TH2L::DeclFileName() +int TH2L::ImplFileLine() +const char * TH2L::ImplFileName() +const char * TH2L::Class_Name() +TClass * TH2L::Dictionary() +TClass * TH2L::Class() +void TH2L::Streamer(TBuffer &) +int TH2L::DeclFileLine() void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, Double_t, Double_t) void TH2F::TH2F(const char *, const char *, Int_t, const Double_t *, Int_t, Double_t, Double_t) void TH2F::TH2F(const char *, const char *, Int_t, Double_t, Double_t, Int_t, const Double_t *) @@ -2674,6 +2725,9 @@ Int_t TProfile2D::Fill(Double_t, const char *, Double_t, Double_t) Int_t TProfile2D::Fill(const char *, Double_t, Double_t, Double_t) Int_t TProfile2D::Fill(const char *, const char *, Double_t, Double_t) Int_t TProfile2D::Fill(Double_t, Double_t, Double_t, Double_t) +Int_t TProfile2D::Fill(Double_t, const char *, Double_t) +Int_t TProfile2D::Fill(const char *, Double_t, Double_t) +Int_t TProfile2D::Fill(const char *, const char *, Double_t) Double_t TProfile2D::GetBinContent(Int_t) Double_t TProfile2D::GetBinContent(Int_t, Int_t) Double_t TProfile2D::GetBinContent(Int_t, Int_t, Int_t) @@ -2826,6 +2880,7 @@ void TGraph::SetHistogram(TH1F *) void TGraph::SetMaximum(Double_t) void TGraph::SetMinimum(Double_t) void TGraph::Set(Int_t) +void TGraph::SetOption(Option_t *) void TGraph::SetPoint(Int_t, Double_t, Double_t) void TGraph::SetPointX(Int_t, Double_t) void TGraph::SetPointY(Int_t, Double_t) @@ -2858,10 +2913,8 @@ Int_t TF1Parameters::GetParNumber(const char *) const char * TF1Parameters::GetParName(Int_t) void TF1Parameters::SetParameter(Int_t, Double_t) void TF1Parameters::SetParameters(const Double_t *) -void TF1Parameters::SetParameters(Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t, Double_t) void TF1Parameters::SetParameter(const char *, Double_t) void TF1Parameters::SetParName(Int_t, const char *) -void TF1Parameters::SetParNames(const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *, const char *) Version_t TF1Parameters::Class_Version() TClass * TF1Parameters::IsA() void TF1Parameters::StreamerNVirtual(TBuffer &) @@ -2880,20 +2933,20 @@ void TTreeReader::TTreeReader(const char *, TEntryList *) void TTreeReader::SetTree(TTree *, TEntryList *) void TTreeReader::SetTree(const char *, TEntryList *) void TTreeReader::SetTree(const char *, TDirectory *, TEntryList *) -Bool_t TTreeReader::IsChain() -Bool_t TTreeReader::IsInvalid() +bool TTreeReader::IsChain() +bool TTreeReader::IsInvalid() TTree * TTreeReader::GetTree() TEntryList * TTreeReader::GetEntryList() -Bool_t TTreeReader::Next() +bool TTreeReader::Next() TTreeReader::EEntryStatus TTreeReader::SetEntry(Long64_t) TTreeReader::EEntryStatus TTreeReader::SetLocalEntry(Long64_t) TTreeReader::EEntryStatus TTreeReader::SetEntriesRange(Long64_t, Long64_t) void TTreeReader::Restart() TTreeReader::EEntryStatus TTreeReader::GetEntryStatus() Long64_t TTreeReader::GetEntries() -Long64_t TTreeReader::GetEntries(Bool_t) +Long64_t TTreeReader::GetEntries(bool) Long64_t TTreeReader::GetCurrentEntry() -Bool_t TTreeReader::Notify() +bool TTreeReader::Notify() TTreeReader::Iterator_t TTreeReader::begin() TTreeReader::Iterator_t TTreeReader::end() Version_t TTreeReader::Class_Version() @@ -2957,6 +3010,12 @@ TH1I operator+(const TH1I &, const TH1I &) TH1I operator-(const TH1I &, const TH1I &) TH1I operator*(const TH1I &, const TH1I &) TH1I operator/(const TH1I &, const TH1I &) +TH1L operator*(Double_t, const TH1L &) +TH1L operator*(const TH1L &, Double_t) +TH1L operator+(const TH1L &, const TH1L &) +TH1L operator-(const TH1L &, const TH1L &) +TH1L operator*(const TH1L &, const TH1L &) +TH1L operator/(const TH1L &, const TH1L &) TH1F operator*(Double_t, const TH1F &) TH1F operator*(const TH1F &, Double_t) TH1F operator+(const TH1F &, const TH1F &) diff --git a/src/ROOT-export.jl b/src/ROOT-export.jl index 28dda6f..d3d642d 100644 --- a/src/ROOT-export.jl +++ b/src/ROOT-export.jl @@ -33,8 +33,8 @@ export GetCanvasID, GetCanvasPar, GetCellContent, GetCellError, GetCenter, GetCe export GetChainOffset, GetChisquare, GetClass, GetClassIndex, GetClassName, GetClickSelected, GetClickSelectedPad, GetClipboard export GetClusterIterator, GetClusterPrefetch, GetCollection, GetCompress, GetCompressionAlgorithm, GetCompressionFactor export GetCompressionLevel, GetCompressionSettings, GetConfigFeatures, GetConfigOptions, GetContour, GetContourLevel, GetContourLevelPad -export GetCorrelationFactor, GetCovariance, GetCpuInfo, GetCreationDate, GetCumulative, GetCurrentEntry, GetCurrentFile, GetCurrentList -export GetCutClassName, GetCycle, GetDISPLAY, GetDatime, GetDebugMax, GetDebugMin, GetDecimals, GetDefCanvasName +export GetCorrelationFactor, GetCovariance, GetCpuInfo, GetCreationDate, GetCryptoRandom, GetCumulative, GetCurrentEntry, GetCurrentFile +export GetCurrentList, GetCutClassName, GetCycle, GetDISPLAY, GetDatime, GetDebugMax, GetDebugMin, GetDecimals, GetDefCanvasName export GetDefaultEntryOffsetLen, GetDeserializeType, GetDimension, GetDirEntry, GetDirName, GetDirPtr, GetDirectory, GetDoubleBuffer export GetDrawOption, GetDynamicPath, GetEND, GetEX, GetEXhigh, GetEXhighd, GetEXlow, GetEXlowd, GetEY, GetEYhigh, GetEYhighd export GetEYlow, GetEYlowd, GetEditHistograms, GetEditable, GetEditorMode, GetEffectiveEntries, GetEffectiveGid, GetEffectiveUid @@ -106,17 +106,17 @@ export ReadObjWithBuffer, ReadObjectAny, ReadRandom, ReadStreamerInfo, ReadTObje export RebinY, Rebuild, Recover, RecursiveRemove, RecvBuf, RecvRaw, RedirectOutput, Refresh, RefreshBrowsers, ReleaseParameter export RelocatePaths, Remove, RemoveAt, RemoveCheckBox, RemoveClass, RemoveFileHandler, RemoveFriend, RemoveIdleTimer, RemoveOnExit export RemovePoint, RemoveRange, RemoveSignalHandler, RemoveStdExceptionHandler, RemoveTimer, Rename, Reset, ResetAddress, ResetBit -export ResetBranchAddress, ResetBranchAddresses, ResetDrawn, ResetErrno, ResetReadEntry, ResetSignal, ResetSignals, ResetStats, ResetTimer -export ResetUpdated, Resize, ResizeOpaque, Restart, ReturnFromRun, ReturnPressed, Rndm, RndmArray, RotateTitle, Run, Save, SaveAs -export SaveContext, SaveObjectAs, SaveSelf, SaveSource, Scale, Scan, ScanPaths, Seek, Select, Selected, SendBuf, SendRaw -export SetAclicMode, SetAddress, SetAlias, SetAlphanumeric, SetApplication, SetAutoDelete, SetAutoFlush, SetAutoSave, SetAxisColor -export SetAxisRange, SetBarOffset, SetBarWidth, SetBasketSize, SetBatch, SetBinContent, SetBinEntries, SetBinError -export SetBinErrorOption, SetBinLabel, SetBins, SetBinsLength, SetBit, SetBranch, SetBranchAddress, SetBranchStatus, SetBrowserImp -export SetBuffer, SetBufferAddress, SetBufferSize, SetBuildDir, SetCacheEntryRange, SetCacheLearnEntries, SetCacheSize -export SetCanExtend, SetCanvasSize, SetCellContent, SetCellError, SetChainOffset, SetChisquare, SetCircular, SetClickSelected -export SetClickSelectedPad, SetClusterPrefetch, SetCompressionAlgorithm, SetCompressionLevel, SetCompressionSettings, SetContent -export SetContour, SetContourLevel, SetCursor, SetCutClassName, SetDebug, SetDecimals, SetDefCanvasName, SetDefaultEntryOffsetLen -export SetDefaults, SetDirectory, SetDisplay, SetDoubleBuffer, SetDrawOption, SetDynamicPath, SetEND, SetEchoMode +export ResetBranchAddress, ResetBranchAddresses, ResetClassSaved, ResetDrawn, ResetErrno, ResetReadEntry, ResetSignal, ResetSignals +export ResetStats, ResetTimer, ResetUpdated, Resize, ResizeOpaque, Restart, ReturnFromRun, ReturnPressed, Rndm, RndmArray +export RotateTitle, Run, Save, SaveAs, SaveContext, SaveObjectAs, SaveSelf, SaveSource, Scale, Scan, ScanPaths, Seek, Select +export Selected, SendBuf, SendRaw, SetAclicMode, SetAddress, SetAlias, SetAlphanumeric, SetApplication, SetAutoDelete +export SetAutoFlush, SetAutoSave, SetAxisColor, SetAxisRange, SetBarOffset, SetBarWidth, SetBasketSize, SetBatch, SetBinContent +export SetBinEntries, SetBinError, SetBinErrorOption, SetBinLabel, SetBins, SetBinsLength, SetBit, SetBranch, SetBranchAddress +export SetBranchStatus, SetBrowserImp, SetBuffer, SetBufferAddress, SetBufferSize, SetBuildDir, SetCacheEntryRange +export SetCacheLearnEntries, SetCacheSize, SetCanExtend, SetCanvasSize, SetCellContent, SetCellError, SetChainOffset, SetChisquare +export SetCircular, SetClickSelected, SetClickSelectedPad, SetClusterPrefetch, SetCompressionAlgorithm, SetCompressionLevel +export SetCompressionSettings, SetContent, SetContour, SetContourLevel, SetCursor, SetCutClassName, SetDebug, SetDecimals, SetDefCanvasName +export SetDefaultEntryOffsetLen, SetDefaults, SetDirectory, SetDisplay, SetDoubleBuffer, SetDrawOption, SetDynamicPath, SetEND, SetEchoMode export SetEditHistograms, SetEditable, SetEditorMode, SetEntries, SetEntriesRange, SetEntriesToProcess, SetEntry, SetEntryList export SetEntryOffsetLen, SetError, SetErrorOption, SetErrorStr, SetEscape, SetEstimate, SetExecutingMacro, SetFPEMask, SetFile export SetFileName, SetFileNumber, SetFirstEntry, SetFixedAspectRatio, SetFlagsDebug, SetFlagsOpt, SetFromPopUp, SetGrayscale