cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Classes | Functions
test_iostream.cpp File Reference
#include <pybind11/iostream.h>
#include "pybind11_tests.h"
#include <atomic>
#include <iostream>
#include <thread>

Go to the source code of this file.

Classes

struct  TestThread
 

Functions

void noisy_function (std::string msg, bool flush)
 
void noisy_funct_dual (std::string msg, std::string emsg)
 
 TEST_SUBMODULE (iostream, m)
 

Function Documentation

◆ noisy_funct_dual()

void noisy_funct_dual ( std::string  msg,
std::string  emsg 
)

Definition at line 28 of file test_iostream.cpp.

◆ noisy_function()

void noisy_function ( std::string  msg,
bool  flush 
)

Definition at line 21 of file test_iostream.cpp.

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( iostream  ,
 
)

Definition at line 67 of file test_iostream.cpp.