MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ short_dynamic_type_name() [2/2]

template<typename T >
std::string MayaFlux::Reflect::short_dynamic_type_name ( const T &  obj)
inlinenoexcept

Returns the unqualified dynamic type name of obj.

Parameters
objAny polymorphic object.
Returns
e.g. "Phasor".

Definition at line 95 of file TypeInfo.hpp.

96{
97 auto full = dynamic_type_name(obj);
98 return std::string(detail::strip_namespaces(full));
99}
std::string dynamic_type_name(const T &obj) noexcept
Returns the demangled fully qualified dynamic type name of obj.
Definition TypeInfo.hpp:75

References dynamic_type_name(), and MayaFlux::Reflect::detail::strip_namespaces().

Referenced by MayaFlux::Nodes::Network::InstanceNetwork::add_slot(), MayaFlux::Portal::Forma::Inspector::buffer(), MayaFlux::Portal::Forma::inspect(), MayaFlux::Portal::Forma::inspect(), MayaFlux::Portal::Forma::Inspector::inspect_modulator_tree(), MayaFlux::Portal::Forma::Inspector::inspect_task(), MayaFlux::Portal::Forma::Inspector::node(), and short_dynamic_type_name().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: