KiCad PCB EDA Suite
|
This is the complete list of members for ki::any, including all inherited members.
any() noexcept | ki::any | inline |
any(const any &other) | ki::any | inline |
any(any &&other) noexcept | ki::any | inline |
any(T &&value) | ki::any | inline |
any(std::in_place_type_t< T >, Args &&... args) | ki::any | inlineexplicit |
any(std::in_place_type_t< T >, std::initializer_list< U > il, Args &&... args) | ki::any | inlineexplicit |
any_constructible typedef | ki::any | private |
any_constructible_t typedef | ki::any | private |
any_emplace_t typedef | ki::any | private |
decay_if_not_any typedef | ki::any | private |
do_emplace(Args &&... args) | ki::any | inlineprivate |
do_emplace(std::initializer_list< U > il, Args &&... args) | ki::any | inlineprivate |
emplace(Args &&... args) | ki::any | inline |
emplace(std::initializer_list< U > il, Args &&... args) | ki::any | inline |
has_value() const noexcept | ki::any | inline |
m_manager | ki::any | private |
m_storage | ki::any | private |
Manager typedef | ki::any | private |
Op enum name | ki::any | private |
Op_Access enum value | ki::any | private |
Op_Clone enum value | ki::any | private |
Op_Destroy enum value | ki::any | private |
Op_Get_Type_Info enum value | ki::any | private |
Op_Xfer enum value | ki::any | private |
operator=(const any &rhs) | ki::any | inline |
operator=(any &&rhs) noexcept | ki::any | inline |
operator=(T &&rhs) | ki::any | inline |
reset() noexcept | ki::any | inline |
swap(any &rhs) noexcept | ki::any | inline |
type() const noexcept | ki::any | inline |
Use_Internal_Storage typedef | ki::any | private |
~any() | ki::any | inline |