![]() |
MySQL 9.7.0
Source Code Documentation
|
Line processor for values indexed by name. More...
Public Member Functions | |
| value_by_name (const char *tag, std::function< T(const T &)> convert_fn) | |
| bool | get_value (const std::string &line, T &value) |
Public Attributes | |
| std::string | name |
| bool | found |
| std::function< T(const T &)> | convert |
Line processor for values indexed by name.
|
inline |
|
inline |
| std::function<T(const T &)> gr_resource_manager::value_by_name< T >::convert |
| bool gr_resource_manager::value_by_name< T >::found |
| std::string gr_resource_manager::value_by_name< T >::name |