13#ifndef INPUTFILETOOUTPUTFILECLAIMER_HPP_
14#define INPUTFILETOOUTPUTFILECLAIMER_HPP_
30 std::vector< std::pair< std::string, std::string > >
const&
40 std::string
const outputFilename );
41 std::vector< std::pair< std::string, std::string > >&
45 std::string
const claimString =
"claimed, but not ready!" );
54 std::pair< std::string, std::string >
const&
85 std::string
const& copyCommand )
92 std::string
const& removeCommand )
99 std::string
const& inputFilename,
100 std::string
const outputFilename )
107 inline std::vector< std::pair< std::string, std::string > >&
119 inline std::pair< std::string, std::string >
const&
127 inline std::string
const&
135 inline std::string
const&
145 std::string
const& filenameToCopy )
149 systemCommand.append(
" " );
150 systemCommand.append( filenameToCopy );
151 systemCommand.append(
" " );
153 system( systemCommand.c_str() );
155 systemCommand.append(
" " );
157 system( systemCommand.c_str() );