Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

McEventCollection_dict Class Reference

List of all members.

Public Member Functions

 McEventCollection_dict ()

Static Public Member Functions

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

Constructor & Destructor Documentation

McEventCollection_dict::McEventCollection_dict  ) 
 

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]
 

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

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

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

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

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

int McEventCollection_dict::tobase_2585 void *   )  [static]
 

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


The documentation for this class was generated from the following file:
Generated on Wed Feb 2 16:22:19 2011 for BOSS6.5.5 by  doxygen 1.3.9.1