gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool

#include <daFunk.hpp>

Inheritance diagram for daFunk::livingVector:
Collaboration diagram for daFunk::livingVector:

Public Member Functions

 ~livingVector ()
 

Static Public Member Functions

static bool & is_dead ()
 

Detailed Description

Definition at line 378 of file daFunk.hpp.

Constructor & Destructor Documentation

◆ ~livingVector()

daFunk::livingVector::~livingVector ( )
inline

Definition at line 381 of file daFunk.hpp.

References is_dead().

382  {
383  livingVector::is_dead() = true;
384  }
static bool & is_dead()
Definition: daFunk.hpp:385
Here is the call graph for this function:

Member Function Documentation

◆ is_dead()

static bool& daFunk::livingVector::is_dead ( )
inlinestatic

Definition at line 385 of file daFunk.hpp.

Referenced by daFunk::FunkBound::bindID_manager(), and ~livingVector().

386  {
387  static bool dead = false;
388  return dead;
389  }
Here is the caller graph for this function:

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