Skip to content

Class SpiceQL::KernelSet

ClassList > SpiceQL > KernelSet

Class for furnishing kernels in bulk. More...

  • #include <spice_types.h>

Public Attributes

Type Name
nlohmann::json m_kernels
json used to populate the loadedKernels
std::vector< Kernel * > m_loadedKernels
map of path to kernel pointers

Public Functions

Type Name
KernelSet (nlohmann::json kernels)
Construct a new Kernel Set object.
KernelSet () = default
void load (nlohmann::json kernels)
~KernelSet ()

Detailed Description

Given a json object, furnish every kernel under a "kernels" key. The kernels are unloaded as soon as the object goes out of scope.

Generally used on results from a kernel query.

Public Attributes Documentation

variable m_kernels

json used to populate the loadedKernels

nlohmann::json SpiceQL::KernelSet::m_kernels;


variable m_loadedKernels

map of path to kernel pointers

std::vector<Kernel*> SpiceQL::KernelSet::m_loadedKernels;


Public Functions Documentation

function KernelSet [1/2]

Construct a new Kernel Set object.

SpiceQL::KernelSet::KernelSet (
    nlohmann::json kernels
) 

Parameters:

  • kernels

function KernelSet [2/2]

SpiceQL::KernelSet::KernelSet () = default

function load

void SpiceQL::KernelSet::load (
    nlohmann::json kernels
) 

function ~KernelSet

SpiceQL::KernelSet::~KernelSet () 


The documentation for this class was generated from the following file SpiceQL/include/spice_types.h