The class represents a single record of a dds-ssh configuration file.
More...
#include <SSHConfigFile.h>
|
template<class InputIterator > |
int | assign (const InputIterator &_begin, const InputIterator &_end) |
|
bool | operator== (const SConfigRecord &_rec) const |
|
The class represents a single record of a dds-ssh configuration file.
◆ assign()
template<class InputIterator >
int SConfigRecord::assign |
( |
const InputIterator & |
_begin, |
|
|
const InputIterator & |
_end |
|
) |
| |
◆ operator==()
bool SConfigRecord::operator== |
( |
const SConfigRecord & |
_rec | ) |
const |
◆ m_addr
std::string dds::SConfigRecord::m_addr |
◆ m_id
std::string dds::SConfigRecord::m_id |
◆ m_nSlots
size_t dds::SConfigRecord::m_nSlots { 1 } |
◆ m_sshOptions
std::string dds::SConfigRecord::m_sshOptions |
◆ m_wrkDir
std::string dds::SConfigRecord::m_wrkDir |
The documentation for this struct was generated from the following files: