BioDynaMo  v1.05.119-a4ff3934
Static Public Member Functions | Static Private Attributes | List of all members
bdm::JitHeaders Class Reference

#include <jit.h>

Static Public Member Functions

static void Register (const std::string &header)
 
static void IncludeIntoCling ()
 

Static Private Attributes

static std::vector< std::string > headers_
 

Detailed Description

Definition at line 78 of file jit.h.

Member Function Documentation

◆ IncludeIntoCling()

void bdm::JitHeaders::IncludeIntoCling ( )
static

Include headers from JitHeaders::headers_ into cling and removes them from the vector.

Definition at line 184 of file jit.cc.

◆ Register()

void bdm::JitHeaders::Register ( const std::string &  header)
static

Header must be an absolute path or relative to one of the include directories known to cling.

Definition at line 145 of file jit.cc.

Member Data Documentation

◆ headers_

std::vector< std::string > bdm::JitHeaders::headers_
staticprivate

Definition at line 88 of file jit.h.


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