#include <AlgorithmRegistryInfo.hpp>
|
template<class ObjectType , class ReturnType , class ... ParamTypes> |
static AlgorithmFullInfo | methodEntryInfo (std::array< std::string, sizeof ...(ParamTypes) > paramNames) |
|
template<class ReturnType , class ... ParamTypes> |
static AlgorithmFullInfo | algorithmEntryInfo (AlgorithmCategories::AlgorithmCategory category, std::array< std::string, sizeof ...(ParamTypes) > paramNames) |
|
template<class ReturnType , class ... ParamTypes> |
static AlgorithmFullInfo | wrapperEntryInfo (std::array< std::string, sizeof ...(ParamTypes) > paramNames) |
|
static AlgorithmFullInfo | rawEntryInfo (ext::pair< std::string, abstraction::TypeQualifiers::TypeQualifierSet > result, ext::vector< ext::tuple< std::string, abstraction::TypeQualifiers::TypeQualifierSet, std::string > > paramSpecs) |
|
template<class ReturnType , class ... ParamTypes> |
static AlgorithmFullInfo | operatorEntryInfo () |
|
template<class ObjectType , class ... ParamTypes> |
static AlgorithmBaseInfo | methodEntryInfo () |
|
template<class ... ParamTypes> |
static AlgorithmBaseInfo | algorithmEntryInfo (AlgorithmCategories::AlgorithmCategory category) |
|
template<class ... ParamTypes> |
static AlgorithmBaseInfo | wrapperEntryInfo () |
|
static AlgorithmBaseInfo | rawEntryInfo (ext::vector< ext::pair< std::string, abstraction::TypeQualifiers::TypeQualifierSet > > paramSpec) |
|
template<class ... ParamTypes> |
static AlgorithmBaseInfo | operatorEntryInfo () |
|
◆ AlgorithmFullInfo()
◆ algorithmEntryInfo()
template<class ReturnType , class ... ParamTypes>
◆ getNormalizedResult()
◆ getParamNames()
const ext::vector< std::string > & abstraction::AlgorithmFullInfo::getParamNames |
( |
| ) |
const |
|
inline |
◆ getResult()
◆ methodEntryInfo()
template<class ObjectType , class ReturnType , class ... ParamTypes>
static AlgorithmFullInfo abstraction::AlgorithmFullInfo::methodEntryInfo |
( |
std::array< std::string, sizeof ...(ParamTypes) > |
paramNames | ) |
|
|
inlinestatic |
◆ operatorEntryInfo()
template<class ReturnType , class ... ParamTypes>
◆ rawEntryInfo()
◆ wrapperEntryInfo()
template<class ReturnType , class ... ParamTypes>
static AlgorithmFullInfo abstraction::AlgorithmFullInfo::wrapperEntryInfo |
( |
std::array< std::string, sizeof ...(ParamTypes) > |
paramNames | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: