My Project
|
Public Member Functions | |
bool | operator== (const keyword_info &other) const |
keyword_info< T > & | init (T init_value) |
keyword_info< T > & | unit_string (const std::string &unit_string) |
keyword_info< T > & | distribute_top (bool dtop) |
keyword_info< T > & | mult (bool m) |
keyword_info< T > & | global_kw (bool g) |
Public Attributes | |
std::optional< std::string > | unit = std::nullopt |
std::optional< T > | scalar_init = std::nullopt |
bool | multiplier = false |
bool | top = false |
bool | global = false |