|
| template<typename T > |
| std::ostream & | roboptim::operator<< (std::ostream &o, const GenericFunction< T > &f) |
| | Override operator<< to handle function display. More...
|
| |
| template<typename U , typename V > |
| boost::shared_ptr< V > | roboptim::castInto (boost::shared_ptr< U > &u) |
| | Cast a shared_ptr of function to a different function type. More...
|
| |
| template<typename U , typename V > |
| const boost::shared_ptr< V > | roboptim::castInto (const boost::shared_ptr< U > &u) |
| | Cast a shared_ptr of function to a different function type. More...
|
| |