CGRA-ME
Public Member Functions | Public Attributes | List of all members
MapperRegistry::MakerAndDescription Struct Reference

Public Member Functions

auto findMatchingArg (const std::string &arg) const
 
bool hasMatchingArg (const std::string &arg) const
 

Public Attributes

MapperMaker maker
 
bool is_composite
 
std::string description
 
std::map< std::string, std::pair< std::regex, std::string > > allowed_arg_regexes_and_documentation
 
ConfigStore registered_defaults
 

Detailed Description

Definition at line 141 of file Mapper.h.

Member Function Documentation

◆ findMatchingArg()

auto MapperRegistry::MakerAndDescription::findMatchingArg ( const std::string &  arg) const
inline

Definition at line 149 of file Mapper.h.

◆ hasMatchingArg()

bool MapperRegistry::MakerAndDescription::hasMatchingArg ( const std::string &  arg) const
inline

Definition at line 154 of file Mapper.h.

Member Data Documentation

◆ allowed_arg_regexes_and_documentation

std::map<std::string, std::pair<std::regex, std::string> > MapperRegistry::MakerAndDescription::allowed_arg_regexes_and_documentation

Definition at line 146 of file Mapper.h.

◆ description

std::string MapperRegistry::MakerAndDescription::description

Definition at line 145 of file Mapper.h.

◆ is_composite

bool MapperRegistry::MakerAndDescription::is_composite

Definition at line 143 of file Mapper.h.

◆ maker

MapperMaker MapperRegistry::MakerAndDescription::maker

Definition at line 142 of file Mapper.h.

◆ registered_defaults

ConfigStore MapperRegistry::MakerAndDescription::registered_defaults

Definition at line 147 of file Mapper.h.


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