List of all members | Public Member Functions | Protected Member Functions
casadi::Logger::Streambuf< Err > Class Template Reference

#include <casadi_logger.hpp>

Detailed Description

template<bool Err>
class casadi::Logger::Streambuf< Err >

Definition at line 93 of file casadi_logger.hpp.

Inheritance diagram for casadi::Logger::Streambuf< Err >:
Inheritance graph
[legend]

Public Member Functions

 Streambuf ()
 

Protected Member Functions

int_type overflow (int_type ch) override
 
std::streamsize xsputn (const char *s, std::streamsize num) override
 
int sync () override
 

Constructor & Destructor Documentation

◆ Streambuf()

template<bool Err>
casadi::Logger::Streambuf< Err >::Streambuf ( )
inline

Definition at line 95 of file casadi_logger.hpp.

Member Function Documentation

◆ overflow()

template<bool Err>
int_type casadi::Logger::Streambuf< Err >::overflow ( int_type  ch)
inlineoverrideprotected

Definition at line 97 of file casadi_logger.hpp.

◆ sync()

template<bool Err>
int casadi::Logger::Streambuf< Err >::sync ( )
inlineoverrideprotected

Definition at line 107 of file casadi_logger.hpp.

◆ xsputn()

template<bool Err>
std::streamsize casadi::Logger::Streambuf< Err >::xsputn ( const char *  s,
std::streamsize  num 
)
inlineoverrideprotected

Definition at line 103 of file casadi_logger.hpp.


The documentation for this class was generated from the following file: