BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HepMcParticleLink__ExtendedBarCode_dict Class Reference

Public Member Functions

 HepMcParticleLink__ExtendedBarCode_dict ()

Static Public Member Functions

static void * constructor_5408 (void *)
static void * constructor_5409 (void *, const std::vector< void * > &)
static void * constructor_5410 (void *, const std::vector< void * > &)

Detailed Description

Definition at line 372 of file McEventDict_dict.cpp.

Constructor & Destructor Documentation

◆ HepMcParticleLink__ExtendedBarCode_dict()

HepMcParticleLink__ExtendedBarCode_dict::HepMcParticleLink__ExtendedBarCode_dict ( )

Definition at line 381 of file McEventDict_dict.cpp.

381 {
382 ClassBuilder _c_( "HepMcParticleLink::ExtendedBarCode", "",
383 typeid( HepMcParticleLink::ExtendedBarCode ),
384 sizeof( HepMcParticleLink::ExtendedBarCode ),
385 std::vector<const std::type_info*>(), false, NOCONTAINER, 0, PRIVATE );
386 _c_.addField( "m_extBC", "unsigned int", "",
387 (int)( &( (HepMcParticleLink::ExtendedBarCode*)64 )->m_extBC ) - 64, PRIVATE );
388 _c_.addMethod( "ExtendedBarCode", "", "HepMcParticleLink::ExtendedBarCode", constructor_5408,
389 PUBLIC );
390 _c_.addMethod( "ExtendedBarCode", "", "HepMcParticleLink::ExtendedBarCode",
391 "unsigned int; unsigned int", constructor_5409, PUBLIC );
392 _c_.addMethod( "ExtendedBarCode", "", "HepMcParticleLink::ExtendedBarCode",
393 "HepMcParticleLink::ExtendedBarCode&", constructor_5410, PUBLIC );
394 _c_.build();
395}

Member Function Documentation

◆ constructor_5408()

void * HepMcParticleLink__ExtendedBarCode_dict::constructor_5408 ( void * mem)
static

Definition at line 397 of file McEventDict_dict.cpp.

397 {
398 return new ( mem ) HepMcParticleLink::ExtendedBarCode();
399}

Referenced by HepMcParticleLink__ExtendedBarCode_dict().

◆ constructor_5409()

void * HepMcParticleLink__ExtendedBarCode_dict::constructor_5409 ( void * mem,
const std::vector< void * > & arg )
static

Definition at line 401 of file McEventDict_dict.cpp.

402 {
403 return new ( mem )
404 HepMcParticleLink::ExtendedBarCode( *(unsigned int*)arg[0], *(unsigned int*)arg[1] );
405}
double arg(const EvtComplex &c)

Referenced by HepMcParticleLink__ExtendedBarCode_dict().

◆ constructor_5410()

void * HepMcParticleLink__ExtendedBarCode_dict::constructor_5410 ( void * mem,
const std::vector< void * > & arg )
static

Definition at line 407 of file McEventDict_dict.cpp.

408 {
409 return new ( mem )
410 HepMcParticleLink::ExtendedBarCode( *(const HepMcParticleLink::ExtendedBarCode*)arg[0] );
411}

Referenced by HepMcParticleLink__ExtendedBarCode_dict().


The documentation for this class was generated from the following file: