Halide
Halide::Internal::GeneratorParam_Type< T > Class Template Reference

#include <Generator.h>

Inherits Halide::Internal::GeneratorParam_Enum< T >.

Public Member Functions

 GeneratorParam_Type (const std::string &name, const T &value)
 
std::string call_to_string (const std::string &v) const override
 
std::string get_c_type () const override
 
std::string get_default_value () const override
 
std::string get_type_decls () const override
 
- Public Member Functions inherited from Halide::Internal::GeneratorParam_Enum< T >
 GeneratorParam_Enum (const std::string &name, const T &value, const std::map< std::string, T > &enum_map)
 
template<typename T2 = T, typename std::enable_if<!std::is_same< T2, Type >::value >::type * = nullptr>
void set (const T &e)
 
void set_from_string (const std::string &new_value_string) override
 
- Public Member Functions inherited from Halide::Internal::GeneratorParamImpl< T >
 GeneratorParamImpl (const std::string &name, const T &value)
 
value () const
 
 operator T () const
 
 operator Expr () const
 
void set (const std::string &new_value)
 
- Public Member Functions inherited from Halide::Internal::GeneratorParamBase
 GeneratorParamBase (const std::string &name)
 
virtual ~GeneratorParamBase ()
 
const std::string & name () const
 
void set (const std::string &new_value)
 
void set (const char *new_value)
 
 GeneratorParamBase (const GeneratorParamBase &)=delete
 
GeneratorParamBaseoperator= (const GeneratorParamBase &)=delete
 
 GeneratorParamBase (GeneratorParamBase &&)=delete
 
GeneratorParamBaseoperator= (GeneratorParamBase &&)=delete
 

Additional Inherited Members

- Public Types inherited from Halide::Internal::GeneratorParamImpl< T >
using type = T
 
- Protected Member Functions inherited from Halide::Internal::GeneratorParamImpl< T >
virtual void set_impl (const T &new_value)
 
- Protected Member Functions inherited from Halide::Internal::GeneratorParamBase
void check_value_readable () const
 
void check_value_writable () const
 
virtual bool is_synthetic_param () const
 
virtual bool is_looplevel_param () const
 
void fail_wrong_type (const char *type)
 
- Protected Attributes inherited from Halide::Internal::GeneratorParamImpl< T >
value_
 

Detailed Description

template<typename T>
class Halide::Internal::GeneratorParam_Type< T >

Definition at line 895 of file Generator.h.

Constructor & Destructor Documentation

◆ GeneratorParam_Type()

template<typename T >
Halide::Internal::GeneratorParam_Type< T >::GeneratorParam_Type ( const std::string &  name,
const T &  value 
)
inline

Definition at line 897 of file Generator.h.

Member Function Documentation

◆ call_to_string()

template<typename T >
std::string Halide::Internal::GeneratorParam_Type< T >::call_to_string ( const std::string &  v) const
inlineoverridevirtual

Reimplemented from Halide::Internal::GeneratorParam_Enum< T >.

Definition at line 901 of file Generator.h.

◆ get_c_type()

template<typename T >
std::string Halide::Internal::GeneratorParam_Type< T >::get_c_type ( ) const
inlineoverridevirtual

Reimplemented from Halide::Internal::GeneratorParam_Enum< T >.

Definition at line 905 of file Generator.h.

◆ get_default_value()

template<typename T >
std::string Halide::Internal::GeneratorParam_Type< T >::get_default_value ( ) const
inlineoverridevirtual

◆ get_type_decls()

template<typename T >
std::string Halide::Internal::GeneratorParam_Type< T >::get_type_decls ( ) const
inlineoverridevirtual

Reimplemented from Halide::Internal::GeneratorParam_Enum< T >.

Definition at line 913 of file Generator.h.


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