HepLib
Loading...
Searching...
No Matches
Public Member Functions | List of all members
HepLib::PipePool Class Reference

#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 ()
 

Detailed Description

Definition at line 40 of file PoolPipe.h.

Constructor & Destructor Documentation

◆ PipePool()

HepLib::PipePool::PipePool ( int  size,
const std::function< std::string(const std::string &)> &  f 
)
explicit

Definition at line 104 of file PoolPipe.cpp.

◆ ~PipePool()

HepLib::PipePool::~PipePool ( )

Definition at line 113 of file PoolPipe.cpp.

Member Function Documentation

◆ run()

std::string HepLib::PipePool::run ( const std::string &  code)

Definition at line 118 of file PoolPipe.cpp.

◆ run_all()

std::vector< std::string > HepLib::PipePool::run_all ( const std::string &  code)

Definition at line 125 of file PoolPipe.cpp.


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