|
hoshi-lang dev
Yet another programming language
|
#include <IR.h>
Public Member Functions | |
| Argument (const std::shared_ptr< IRValueType > &templateType, const yoi::vec< externModuleAccessExpression * > &satisfyConditions) | |
| Argument (const std::shared_ptr< IRValueType > &templateType) | |
Public Attributes | |
| std::shared_ptr< IRValueType > | templateType |
| yoi::vec< externModuleAccessExpression * > | satisfyCondition |
| Argument | ( | const std::shared_ptr< IRValueType > & | templateType, |
| const yoi::vec< externModuleAccessExpression * > & | satisfyConditions | ||
| ) |
| Argument | ( | const std::shared_ptr< IRValueType > & | templateType | ) |
| yoi::vec<externModuleAccessExpression *> satisfyCondition |
| std::shared_ptr<IRValueType> templateType |