MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Mirror.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Reflect::is_optional< T >
 
struct  MayaFlux::Reflect::is_optional< std::optional< T > >
 
struct  MayaFlux::Reflect::is_string_map< T >
 
struct  MayaFlux::Reflect::is_string_map< std::map< std::string, V > >
 
struct  MayaFlux::Reflect::is_string_map< std::unordered_map< std::string, V > >
 
struct  MayaFlux::Reflect::is_vector< T >
 
struct  MayaFlux::Reflect::is_vector< std::vector< T > >
 
struct  MayaFlux::Reflect::OptionalProperty< Class, T >
 Binds a string key to a std::optional<T> member pointer. More...
 
struct  MayaFlux::Reflect::Property< Class, T >
 Binds a string key to a required member pointer. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Reflect
 

Concepts

concept  MayaFlux::Reflect::Reflectable
 

Functions

template<typename Class , typename T >
constexpr auto MayaFlux::Reflect::member (std::string_view key, T Class::*ptr)
 
template<typename Class , typename T >
constexpr auto MayaFlux::Reflect::opt_member (std::string_view key, std::optional< T > Class::*ptr)
 

Variables

template<typename T >
constexpr bool MayaFlux::Reflect::is_optional_v = is_optional<T>::value
 
template<typename T >
constexpr bool MayaFlux::Reflect::is_string_map_v = is_string_map<T>::value
 
template<typename T >
constexpr bool MayaFlux::Reflect::is_vector_v = is_vector<T>::value