![]() |
NEURON
|
#include <test_utils.hpp>
Public Member Functions | |
| LoggerCapture () | |
| ~LoggerCapture () | |
| std::string | output () const |
Private Attributes | |
| std::shared_ptr< std::ostringstream > | capture_stream |
| nmodl::logger_type | original_logger |
Definition at line 20 of file test_utils.hpp.
| nmodl::test_utils::LoggerCapture::LoggerCapture | ( | ) |
Definition at line 87 of file test_utils.cpp.
| nmodl::test_utils::LoggerCapture::~LoggerCapture | ( | ) |
Definition at line 96 of file test_utils.cpp.
| std::string nmodl::test_utils::LoggerCapture::output | ( | ) | const |
Definition at line 100 of file test_utils.cpp.
|
private |
Definition at line 27 of file test_utils.hpp.
|
private |
Definition at line 28 of file test_utils.hpp.