Skip to content

Commit

Permalink
Add TypeCtor
Browse files Browse the repository at this point in the history
  • Loading branch information
9rnsr committed Sep 22, 2012
1 parent f8988b0 commit 9f76e90
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions declaration.dd
Expand Up @@ -117,15 +117,13 @@ $(GNAME StorageClasses):
$(GNAME StorageClass):
$(B abstract)
$(B auto)
$(B const)
$(B deprecated)
$(V1 $(B const)
)$(V2 $(GLINK TypeCtor)
) $(B deprecated)
$(V2 $(B enum)
) $(B extern)
$(B final)
$(V2 $(B immutable)
$(B inout)
$(B shared)
$(B nothrow)
$(V2 $(B nothrow)
$(B override)
$(B pure)
$(B __gshared)
Expand All @@ -143,6 +141,16 @@ $(GNAME PropertyIdentifier):
$(B trusted)
$(B system)
$(B disable)

$(GNAME TypeCtors):
$(GLINK TypeCtor)
$(GLINK TypeCtor) $(I TypeCtors)

$(GNAME TypeCtor):
$(B const)
$(B immutable)
$(B inout)
$(B shared)
)
$(GNAME Type):
$(GLINK BasicType)
Expand Down Expand Up @@ -174,18 +182,15 @@ $(GNAME InOut):

$(GNAME InOutX):
$(B auto)
$(B const)
$(B final)
$(V2 $(B immutable)
) $(B in)
$(B inout)
$(B lazy)
$(V1 $(B const)
)$(V2 $(GLINK TypeCtor)
) $(B final)
$(B in)
$(V1 $(B inout)
) $(B lazy)
$(B out)
$(B ref)
$(B scope)
$(V2
$(B shared)
)

$(V2 $(GNAME FunctionAttributes):
$(GLINK FunctionAttribute)
Expand Down

0 comments on commit 9f76e90

Please sign in to comment.