mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
ReflectDoc
mir
reflection
Attribute for documentation and unittests
struct
ReflectDoc (
string
target
) {
string
text
;
reflectUnittest
!
target
test
;
this
(string text);
this
(string text, reflectUnittest!target test);
void
toString
(W w);
string
toString
();
}
Constructors
this
this
(string text)
this
this
(string text, reflectUnittest!target test)
Members
Functions
toString
void
toString
(W w)
toString
string
toString
()
Variables
test
reflectUnittest
!
target
test
;
text
string
text
;
Meta
Source
See Implementation
mir
reflection
aliases
isField
isSomeStruct
structs
ReflectDoc
reflectDeprecated
reflectUnittest
templates
ReflectMeta
ReflectName
getSetters
getUDA
isProperty
isPublic
isStdNullable
reflectDoc
reflectGetDocs
reflectGetUnittest
reflectIgnore
reflectMeta
reflectName
variables
DeserializableMembers
SerializableMembers
hasField
isOriginalMember
Attribute for documentation and unittests