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::string | function |
std::string | module |
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 function
std::string function;
variable module
std::string module;
Updated on 2022-08-03 at 12:58:05 +0000