75 std::ostream * _strm ;
79 size_t readLine( std::string &str ) ;
81 bool executeCommand(
const std::string &cmd,
87 _strmCreated(
false ),
88 _isInteractive(
false ) {}
91 void startClient(
const std::string &host,
94 void startClient(
const std::string &unixSocket,
96 void shutdownClient() ;
97 void setOutput( std::ostream *strm,
bool created ) ;
98 bool executeClientCommand(
const std::string &cmd ) ;
99 bool executeCommands(
const std::string &cmd,
101 bool executeCommands( std::ifstream &inputFile,
107 virtual void dump( std::ostream &strm )
const ;