\internal_
| 160 | |
| 161 | /// \internal_ |
| 162 | void define(std::string name, std::string value = std::string()) |
| 163 | { |
| 164 | m_definitions[name] = value; |
| 165 | } |
| 166 | |
| 167 | /// \internal_ |
| 168 | detail::invoked_function<result_type, boost::tuple<> > |
nothing calls this directly
no outgoing calls
no test coverage detected