mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 11:52:08 +07:00
@@ -174,8 +174,6 @@ public:
|
|||||||
function_type get_type() const noexcept;
|
function_type get_type() const noexcept;
|
||||||
const std::string& get_name() const noexcept;
|
const std::string& get_name() const noexcept;
|
||||||
|
|
||||||
const uvalue& get_pointer() const noexcept;
|
|
||||||
|
|
||||||
std::size_t get_arity() const noexcept;
|
std::size_t get_arity() const noexcept;
|
||||||
argument get_argument(std::size_t position) const noexcept;
|
argument get_argument(std::size_t position) const noexcept;
|
||||||
const argument_list& get_arguments() const noexcept;
|
const argument_list& get_arguments() const noexcept;
|
||||||
@@ -229,8 +227,6 @@ public:
|
|||||||
member_type get_type() const noexcept;
|
member_type get_type() const noexcept;
|
||||||
const std::string& get_name() const noexcept;
|
const std::string& get_name() const noexcept;
|
||||||
|
|
||||||
const uvalue& get_pointer() const noexcept;
|
|
||||||
|
|
||||||
template < typename Instance >
|
template < typename Instance >
|
||||||
uvalue get(Instance&& instance) const;
|
uvalue get(Instance&& instance) const;
|
||||||
|
|
||||||
@@ -285,8 +281,6 @@ public:
|
|||||||
method_type get_type() const noexcept;
|
method_type get_type() const noexcept;
|
||||||
const std::string& get_name() const noexcept;
|
const std::string& get_name() const noexcept;
|
||||||
|
|
||||||
const uvalue& get_pointer() const noexcept;
|
|
||||||
|
|
||||||
std::size_t get_arity() const noexcept;
|
std::size_t get_arity() const noexcept;
|
||||||
argument get_argument(std::size_t position) const noexcept;
|
argument get_argument(std::size_t position) const noexcept;
|
||||||
const argument_list& get_arguments() const noexcept;
|
const argument_list& get_arguments() const noexcept;
|
||||||
@@ -381,8 +375,6 @@ public:
|
|||||||
pointer_type get_type() const noexcept;
|
pointer_type get_type() const noexcept;
|
||||||
const std::string& get_name() const noexcept;
|
const std::string& get_name() const noexcept;
|
||||||
|
|
||||||
const uvalue& get_pointer() const noexcept;
|
|
||||||
|
|
||||||
uvalue get() const;
|
uvalue get() const;
|
||||||
uresult try_get() const;
|
uresult try_get() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user