|
Sen API
Sen Libraries
|
Holds the information for an argument in the callable. More...
#include <callable.h>
Public Member Functions | |
| Arg (std::string theName, std::string theDescription, ConstTypeHandle<> theType) | |
| ~Arg ()=default | |
| uint32_t | getNameHash () const noexcept |
Public Attributes | |
| std::string | name |
| std::string | description |
| ConstTypeHandle | type |
Friends | |
| bool | operator== (const Arg &lhs, const Arg &rhs) noexcept |
| bool | operator!= (const Arg &lhs, const Arg &rhs) noexcept |
Holds the information for an argument in the callable.
|
inline |
|
default |
|
inlinenodiscardnoexcept |
| std::string sen::Arg::name |
| std::string sen::Arg::description |
| ConstTypeHandle sen::Arg::type |