Namespace that holds operators which may help with methods, events, fields and properties. More...
Functions | |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Utils::DataIterator< T > | operator->* (const P pointer, Field< T > &field) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Method< T > & | operator->* (const P pointer, Method< T > &method) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Property< T > & | operator->* (const P pointer, Property< T > &property) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Event< T > & | operator->* (const P pointer, Event< T > &event) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Field< T > & | operator>> (const P pointer, Field< T > &field) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Method< T > & | operator>> (const P pointer, Method< T > &method) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Property< T > & | operator>> (const P pointer, Property< T > &property) |
| template<typename P, typename T, typename = std::enable_if<std::is_pointer_v<P>>> | |
| Event< T > & | operator>> (const P pointer, Event< T > &event) |
Namespace that holds operators which may help with methods, events, fields and properties.