로딩중...
검색중...
일치하는것 없음
funcType.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
5
6namespace by {
11 class _nout funcType: public mgdType {
13
14 public:
15 funcType(const std::string& typeName, const type& super, const params& ps, nbool isAdt, const node* ret);
16
17 public:
23 nbool operator==(const type& rhs) const override;
24
25 protected:
26 const impliAses& _getImpliAses() const override;
27 const ases& _getAses() const override;
28 };
29}
Collection of type converters
Definition ases.hpp:13
script type for function objects in byeol language.
Definition funcType.hpp:11
nbool operator==(const type &rhs) const override
Implicit type conversion collection
Definition impliAses.hpp:12
Script type for byeol objects
Definition mgdType.hpp:18
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Function parameter list container
Definition params.hpp:16
Definition tnarr.hpp:9
to Top