cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Piper::Commands Struct Reference

A collection of commands to pipe to the session. More...

#include <CepGen/Utils/Piper.h>

+ Inheritance diagram for Piper::Commands:
+ Collaboration diagram for Piper::Commands:

Public Member Functions

Commandsoperator+= (const std::vector< std::string > &oth)
 Append a set of commands to the end of the commands block.
 
Commandsoperator+= (const std::string &str)
 Append a command at the end of the commands block.
 

Friends

std::ostream & operator<< (std::ostream &os, const Commands &cmds)
 Commands printout utility.
 

Detailed Description

Definition at line 36 of file Piper.h.

Member Function Documentation

◆ operator+=() [1/2]

Commands & operator+= ( const std::string &  str)

Definition at line 44 of file Piper.h.

◆ operator+=() [2/2]

Commands & operator+= ( const std::vector< std::string > &  oth)

Definition at line 39 of file Piper.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Commands cmds 
)
friend

Definition at line 49 of file Piper.h.