|
HepLib
|
#include <PoolPipe.h>
Public Member Functions | |
| PipePool (int size, const std::function< std::string(const std::string &)> &f) | |
| std::string | run (const std::string &code) |
| std::vector< std::string > | run_all (const std::string &code) |
| ~PipePool () | |
Definition at line 40 of file PoolPipe.h.
|
explicit |
Definition at line 104 of file PoolPipe.cpp.
| HepLib::PipePool::~PipePool | ( | ) |
Definition at line 113 of file PoolPipe.cpp.
| std::string HepLib::PipePool::run | ( | const std::string & | code | ) |
Definition at line 118 of file PoolPipe.cpp.
| std::vector< std::string > HepLib::PipePool::run_all | ( | const std::string & | code | ) |
Definition at line 125 of file PoolPipe.cpp.