Add a new conversion for upcasting to a base class
| 467 | |
| 468 | /// Add a new conversion for upcasting to a base class |
| 469 | void add(const Type_Conversion &d) |
| 470 | { |
| 471 | m_conversions.add_conversion(d); |
| 472 | } |
| 473 | |
| 474 | /// Add a new named Proxy_Function to the system |
| 475 | void add(const Proxy_Function &f, const std::string &name) |
no test coverage detected