The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
enums
reflectSerde
structs
ReflectDoc
reflectDeprecated
reflectUnittest
templates
ReflectMeta
ReflectName
getSetters
getUDA
isProperty
isStdNullable
reflectDoc
reflectGetDocs
reflectGetUnittest
reflectIgnore
reflectMeta
reflectName
variables
DeserializableMembers
SerializableMembers
hasField
isOriginalMember
Attribute for documentation and unittests