Lluvia
ParameterType.h File Reference

ParameterType enum. More...

Include dependency graph for ParameterType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ll
 
 ll::impl
 

Enumerations

enum class  ll::ParameterType : ll::enum_t { ll::Int = 0 , ll::Float = 1 , ll::String = 2 }
 

Variables

constexpr const std::array< std::tuple< const char *, ll::ParameterType >, 3 > ll::impl::ParameterTypeStrings
 String values used for converting ll::ParameterType to std::string and vice-versa. More...
 

Detailed Description

ParameterType enum.