artemisd ~master (2015-07-27T13:45:50Z)
Home
Dub
Repo
TypeDecl
artemisd
utils
type
Undocumented in source.
mixin template
TypeDecl () {
static
static if
(
!__traits(compiles, TypeNum)
)
uint
TypeNum
;
static if
(
!__traits(compiles, TypeNum)
)
enum
BaseType
;
static if
(
!__traits(compiles, TypeNum)
)
uint
GetTypeId
();
static
uint
TypeId
;
static if
(
!__traits(isAbstractClass, typeof(this))
)
uint
GetTypeId
();
}
Members
Functions
GetTypeId
uint
GetTypeId
()
Undocumented in source.
GetTypeId
uint
GetTypeId
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
BaseType
enum
BaseType
;
Undocumented in source.
Static variables
TypeId
uint
TypeId
;
Undocumented in source.
TypeNum
uint
TypeNum
;
Undocumented in source.
Meta
Source
See Implementation
artemisd
utils
type
mixin templates
TypeDecl