|
void | read (const string &_filepath, bool _readBashOnly=false) |
|
void | read (istream &_stream, bool _readBashOnly=false) |
|
|
static void | make (const std::string &_filepath, const configRecords_t &_records, const std::string &_bash) |
|
static void | make (std::ostream &_stream, const configRecords_t &_records, const std::string &_bash) |
|
static void | make (const std::string &_filepath, const std::vector< std::string > &_hosts, const std::string &_sshOPtions, const std::string &_wrkDir, size_t _numSlots, const std::string &_bash) |
|
static void | make (std::ostream &_stream, const std::vector< std::string > &_hosts, const std::string &_sshOPtions, const std::string &_wrkDir, size_t _numSlots, const std::string &_bash) |
|
◆ make() [1/4]
void dds::CSSHConfigFile::SImpl::make |
( |
const std::string & |
_filepath, |
|
|
const configRecords_t & |
_records, |
|
|
const std::string & |
_bash |
|
) |
| |
|
static |
◆ make() [2/4]
void dds::CSSHConfigFile::SImpl::make |
( |
std::ostream & |
_stream, |
|
|
const configRecords_t & |
_records, |
|
|
const std::string & |
_bash |
|
) |
| |
|
static |
◆ make() [3/4]
void dds::CSSHConfigFile::SImpl::make |
( |
const std::string & |
_filepath, |
|
|
const std::vector< std::string > & |
_hosts, |
|
|
const std::string & |
_sshOPtions, |
|
|
const std::string & |
_wrkDir, |
|
|
size_t |
_numSlots, |
|
|
const std::string & |
_bash |
|
) |
| |
|
static |
◆ make() [4/4]
void dds::CSSHConfigFile::SImpl::make |
( |
std::ostream & |
_stream, |
|
|
const std::vector< std::string > & |
_hosts, |
|
|
const std::string & |
_sshOPtions, |
|
|
const std::string & |
_wrkDir, |
|
|
size_t |
_numSlots, |
|
|
const std::string & |
_bash |
|
) |
| |
|
static |
◆ read() [1/2]
void dds::CSSHConfigFile::SImpl::read |
( |
const string & |
_filepath, |
|
|
bool |
_readBashOnly = false |
|
) |
| |
◆ read() [2/2]
void dds::CSSHConfigFile::SImpl::read |
( |
istream & |
_stream, |
|
|
bool |
_readBashOnly = false |
|
) |
| |
◆ m_bash
std::string dds::CSSHConfigFile::SImpl::m_bash |
◆ m_records
The documentation for this struct was generated from the following file: