|
swift
|
Literal aggregate type representing attributes of one member of a value class. More...
Public Member Functions | |
| template<typename T , typename... Ts> | |
| decltype(auto) | in (T &&object, Ts &&...args) const |
| Invoke the member on an instance of the value class. | |
| constexpr auto | latin1Name () const |
| Return name as QLatin1String. | |
Static Public Member Functions | |
| template<typename Flags2 > | |
| static constexpr bool | has (Flags2 flags) |
| True if m_flags contains all flags. | |
Public Attributes | |
| const M | m_ptr |
| Pointer to the member. | |
| const char *const | m_name |
| Member name. | |
| const int | m_index |
| Property index of the member. More... | |
| const MetaFlags< Flags > | m_flags |
| Any flags applying to the member. | |
Literal aggregate type representing attributes of one member of a value class.
Definition at line 147 of file metaclass.h.
| const int swift::misc::CMetaMember< M, Flags >::m_index |
Property index of the member.
Definition at line 157 of file metaclass.h.