siplasplas
|
Additional Inherited Members | |
![]() | |
using | class_type = T |
using | type = class_type |
using | SourceInfo = static_reflection::meta::EmptySourceInfo< T > |
Returns the source information of the class. More... | |
using | Methods = ::cpp::meta::list<> |
Returns a list with the information of the public non-static methods of the class. More... | |
using | Fields = ::cpp::meta::list<> |
Returns a list with the information of the public non-static member objects of the class. More... | |
using | Constructors = ::cpp::meta::list<> |
Returns information about the public constructors of the class. More... | |
using | Classes = ::cpp::meta::list<> |
Returns the list of member classes of the class. More... | |
using | Enums = ::cpp::meta::list<> |
Returns the list of member enums of the class. More... | |