Functions | |
| bool | isTtyStream (const std::ostream &o) | 
| std::ostream & | reset (std::ostream &o) | 
| std::ostream & | red (std::ostream &o) | 
| std::ostream & | green (std::ostream &o) | 
| std::ostream & | yellow (std::ostream &o) | 
| std::ostream & | blue (std::ostream &o) | 
| std::ostream & | orange (std::ostream &o) | 
| std::ostream & | ok (std::ostream &o) | 
| std::ostream & | fail (std::ostream &o) | 
| std::ostream & | warn (std::ostream &o) | 
| std::ostream& roboptim::fg::blue | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.
| std::ostream& roboptim::fg::fail | ( | std::ostream & | o | ) |  [inline] | 
        
References red().
Referenced by roboptim::detail::printConstraint< P >::operator()(), roboptim::SolverError::print(), and roboptim::Problem< T >::print().
| std::ostream& roboptim::fg::green | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.
Referenced by ok().
| bool roboptim::fg::isTtyStream | ( | const std::ostream & | o | ) |  [inline] | 
        
| std::ostream& roboptim::fg::ok | ( | std::ostream & | o | ) |  [inline] | 
        
References green().
Referenced by roboptim::detail::printConstraint< P >::operator()(), and roboptim::Problem< T >::print().
| std::ostream& roboptim::fg::orange | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.
Referenced by warn().
| std::ostream& roboptim::fg::red | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.
Referenced by fail().
| std::ostream& roboptim::fg::reset | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.
Referenced by roboptim::detail::printConstraint< P >::operator()(), roboptim::SolverError::print(), and roboptim::Problem< T >::print().
| std::ostream& roboptim::fg::warn | ( | std::ostream & | o | ) |  [inline] | 
        
References orange().
Referenced by roboptim::Problem< T >::print().
| std::ostream& roboptim::fg::yellow | ( | std::ostream & | o | ) |  [inline] | 
        
References ROBOPTIM_CORE_FILTER_TTY.