Creates a new function object with \p name.
| 131 | |
| 132 | /// Creates a new function object with \p name. |
| 133 | function(const std::string &name) |
| 134 | : m_name(name) |
| 135 | { |
| 136 | } |
| 137 | |
| 138 | /// Destroys the function object. |
| 139 | ~function() |
nothing calls this directly
no outgoing calls
no test coverage detected