#include <utilities.h>
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
Definition at line 269 of file nonlinear/utilities.h.
gtsam::RedirectCout::RedirectCout |
( |
| ) |
|
|
inline |
gtsam::RedirectCout::~RedirectCout |
( |
| ) |
|
|
inline |
std::string gtsam::RedirectCout::str |
( |
| ) |
const |
|
inline |
std::streambuf* gtsam::RedirectCout::coutBuffer_ |
|
private |
std::stringstream gtsam::RedirectCout::ssBuffer_ |
|
private |
The documentation for this struct was generated from the following file: