DDS  ver. 3.6
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
dds::CSSHConfigFile::SImpl Struct Reference

Public Member Functions

void read (const string &_filepath, bool _readBashOnly=false)
 
void read (istream &_stream, bool _readBashOnly=false)
 

Static Public Member Functions

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)
 

Public Attributes

configRecords_t m_records
 
std::string m_bash
 

Member Function Documentation

◆ 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 
)

Member Data Documentation

◆ m_bash

std::string dds::CSSHConfigFile::SImpl::m_bash

◆ m_records

configRecords_t dds::CSSHConfigFile::SImpl::m_records

The documentation for this struct was generated from the following file: