|
gtsam
4.0.0
gtsam
|
For Python str().
Redirect std cout to a string stream so we can return a string representation of an object when it prints to cout. https://stackoverflow.com/questions/5419356/redirect-stdout-stderr-to-a-string
Public Member Functions | |
| RedirectCout () | |
| constructor – redirect stdout buffer to a stringstream buffer | |
| std::string | str () const |
| return the string | |
| ~RedirectCout () | |
| destructor – redirect stdout buffer to its original buffer | |