#include <casadi_logger.hpp>
template<bool Err>
class casadi::Logger::Streambuf< Err >
Definition at line 93 of file casadi_logger.hpp.
|
int_type | overflow (int_type ch) override |
|
std::streamsize | xsputn (const char *s, std::streamsize num) override |
|
int | sync () override |
|
◆ Streambuf()
◆ overflow()
Definition at line 97 of file casadi_logger.hpp.
98 if (ch != traits_type::eof()) {
99 writeCh<Err>(
static_cast<char>(ch));
◆ sync()
◆ xsputn()
The documentation for this class was generated from the following file: