struct Gambit::DRes::Rule

[No description available] More…

#include <depresolver.hpp>

Public Functions

Name
Rule(std::string function, std::string module)
Rule(IniParser::ObservableType t)

Public Attributes

Name
std::stringcapability
std::stringtype
std::stringfunction
std::stringmodule
std::stringbackend
std::stringversion
Optionsoptions

Detailed Description

struct Gambit::DRes::Rule;

A simple rule for dependency resolution (aka constraints on module and function name).

Public Functions Documentation

function Rule

inline Rule(
    std::string function,
    std::string module
)

function Rule

inline Rule(
    IniParser::ObservableType t
)

Public Attributes Documentation

variable capability

std::string capability;

variable type

std::string type;

variable function

std::string function;

variable module

std::string module;

variable backend

std::string backend;

variable version

std::string version;

variable options

Options options;

Updated on 2023-06-26 at 21:36:52 +0000