ChaiScript
Public Member Functions | List of all members
chaiscript::dispatch::Param_Types Class Reference

Public Member Functions

 Param_Types (std::vector< std::pair< std::string, Type_Info >> t_types)
 
void push_front (std::string t_name, Type_Info t_ti)
 
bool operator== (const Param_Types &t_rhs) const noexcept
 
std::vector< Boxed_Valueconvert (Function_Params t_params, const Type_Conversions_State &t_conversions) const
 
std::pair< bool, bool > match (const Function_Params &vals, const Type_Conversions_State &t_conversions) const noexcept
 
const std::vector< std::pair< std::string, Type_Info > > & types () const noexcept
 

The documentation for this class was generated from the following file: