McEventCollection_dict Class Reference

List of all members.

Public Member Functions

 McEventCollection_dict ()

Static Public Member Functions

static int tobase_2585 (void *)
static void * constructor_2586 (void *, const std::vector< void * > &)
static void * constructor_2587 (void *)
static void destructor (void *o)

Detailed Description

Definition at line 75 of file McEventDict_dict.cpp.


Constructor & Destructor Documentation

McEventCollection_dict::McEventCollection_dict (  ) 

Definition at line 85 of file McEventDict_dict.cpp.

References constructor_2586(), constructor_2587(), destructor(), and tobase_2585().

00085                                                {
00086   ClassBuilder _c_("McEventCollection", "", typeid(McEventCollection), sizeof(McEventCollection),std::vector<const std::type_info*>(), false, NOCONTAINER, 0, PUBLIC | VIRTUAL);
00087   _c_.addSuperClass("DataVector<HepMC::GenEvent>", 0, tobase_2585);
00088   _c_.addMethod("McEventCollection", "", "McEventCollection", "McEventCollection&", constructor_2586, PUBLIC);
00089   _c_.addMethod("McEventCollection", "", "McEventCollection", constructor_2587, PUBLIC);
00090   _c_.addMethod("~McEventCollection", "", destructor, PUBLIC | VIRTUAL);
00091   _c_.addProperty("ClassID", (char*)"6DE62B45-7C72-4539-92F2-3A8E739A4AC3");
00092   _c_.build();
00093 }


Member Function Documentation

void * McEventCollection_dict::constructor_2586 ( void *  ,
const std::vector< void * > &   
) [static]

Definition at line 99 of file McEventDict_dict.cpp.

Referenced by McEventCollection_dict().

00099                                                                                       {
00100   return new(mem) McEventCollection(*(const McEventCollection*)arg[0]);
00101 }

void * McEventCollection_dict::constructor_2587 ( void *   )  [static]

Definition at line 103 of file McEventDict_dict.cpp.

Referenced by McEventCollection_dict().

00103                                                          {
00104   return new(mem) McEventCollection();
00105 }

static void McEventCollection_dict::destructor ( void *  o  )  [inline, static]

Definition at line 81 of file McEventDict_dict.cpp.

Referenced by McEventCollection_dict().

00081 { ((McEventCollection*)o)->~McEventCollection(); }

int McEventCollection_dict::tobase_2585 ( void *   )  [static]

Definition at line 95 of file McEventDict_dict.cpp.

Referenced by McEventCollection_dict().

00095                                                  {
00096   return (int)(DataVector<HepMC::GenEvent>*)(McEventCollection*)o - (int)(McEventCollection*)o;
00097 }


Generated on Tue Nov 29 23:20:05 2016 for BOSS_7.0.2 by  doxygen 1.4.7