Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ isEnum
Method
isEnum
include/daScript/ast/ast_typedecl.h:908–910 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
906
}
907
908
__forceinline bool TypeDecl::isEnum() const {
909
return isEnumT() && (dim.size()==0);
910
}
911
912
__forceinline bool TypeDecl::isVectorType() const {
913
if ( dim.size() ) return false;
Callers
4
ast_NameName
Function · 0.80
reportOp2Errors
Method · 0.80
visit
Method · 0.80
getConstExpr
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected