OpendTect
7.0
|
List of host names in the system. The first entry will be the local host. More...
Public Member Functions | |
HostDataList (bool foredit) | |
~HostDataList () | |
void | dump (od_ostream &) const |
void | fill (BufferStringSet &, bool inclocalhost=true) const |
void | fillFromNetwork () |
HostData * | find (const char *nm) |
const HostData * | find (const char *nm) const |
PortNr_Type | firstPort () const |
const char * | getBatchHostsFilename () const |
bool | isMostlyStaticIP () const |
bool | isOK (uiStringSet &) const |
bool | isOK (uiStringSet &, bool testall, BufferString *localaddr=nullptr, int *prefixlength=nullptr) const |
const HostData * | localHost () const |
const char * | loginCmd () const |
int | niceLevel () const |
bool | refresh (bool foredit=false) |
void | setFirstPort (PortNr_Type) |
void | setLoginCmd (const char *) |
void | setNiceLevel (int) |
void | setUnixDataRoot (const char *) |
void | setWinDataRoot (const char *) |
const char * | unixDataRoot () const |
const char * | winDataRoot () const |
bool | writeHostFile (const char *fnm) |
Public Member Functions inherited from ManagedObjectSet< HostData > | |
ManagedObjectSet () | |
ManagedObjectSet (const ManagedObjectSet< HostData > &) | |
ManagedObjectSet (const ObjectSet< HostData > &) | |
void | append (const ObjectSet< HostData > &) override |
ManagedObjectSet * | clone () const override |
ManagedObjectSet< HostData > & | operator= (const ObjectSet< HostData > &) |
Public Member Functions inherited from ManagedObjectSetBase< T > | |
void | erase () override |
bool | isManaged () const override |
ManagedObjectSetBase< T > & | operator-= (T *) override |
T * | pop () override |
virtual T * | removeAndTake (idx_type, bool kporder=true) |
void | removeRange (idx_type, idx_type) override |
T * | removeSingle (idx_type, bool kporder=true) override |
T * | replace (idx_type, T *) override |
Public Member Functions inherited from ObjectSet< T > | |
ObjectSet () | |
ObjectSet (const ObjectSet &) | |
ObjectSet (T *) | |
ObjectSet (T *, T *) | |
ObjectSet (T *, T *, T *) | |
virtual | ~ObjectSet () |
ObjectSet & | add (T *t) |
bool | addIfNew (T *) |
void | allowNull (bool yn=true) |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
virtual void | copy (const ObjectSet &) |
bool | empty () const |
iterator | end () |
const_iterator | end () const |
void | erase () override |
T * | first () |
const T * | first () const |
virtual T * | get (const T *) const |
check & unconst More... | |
virtual T * | get (idx_type) |
virtual const T * | get (idx_type) const |
idx_type | getIdx (const_iterator it) const |
idx_type | getIdx (iterator it) const |
virtual idx_type | indexOf (const T *) const |
virtual void | insertAfter (T *newptr, idx_type) |
virtual void | insertAt (T *newptr, idx_type) |
virtual bool | isPresent (const T *) const |
T * | last () |
const T * | last () const |
size_type | max_size () const |
std::int64_t | nrItems () const override |
bool | nullAllowed () const |
bool | operator!= (const ObjectSet &oth) const |
ObjectSet & | operator+= (T *t) |
ObjectSet & | operator= (const ObjectSet &) |
bool | operator== (const ObjectSet &) const |
const T * | operator[] (const T *t) const |
T * | operator[] (idx_type i) |
const T * | operator[] (idx_type i) const |
void | plainErase () |
void | push (T *t) |
void | reverse () override |
void | setNullAllowed (bool yn=true) |
size_type | size () const |
void | swap (idx_type, idx_type) |
void | swap (ObjectSet &oth) |
void | swapItems (std::int64_t i1, std::int64_t i2) override |
void | useIndexes (const idx_type *) |
bool | validIdx (std::int64_t) const override |
Public Member Functions inherited from OD::Set | |
virtual | ~Set () |
bool | isEmpty () const |
void | setEmpty () |
Protected Member Functions | |
HostData * | findHost (const char *) |
const HostData * | findHost (const char *) const |
void | handleLocal () |
void | initDataRoot () |
bool | readHostFile (const char *) |
bool | readOldHostFile (const char *) |
Protected Member Functions inherited from ManagedObjectSetBase< T > | |
ManagedObjectSetBase (PtrFunc delfunc) | |
~ManagedObjectSetBase () | |
Protected Member Functions inherited from ObjectSet< T > | |
virtual ObjectSet & | doAdd (T *) |
Protected Attributes | |
BufferString | batchhostsfnm_ |
PortNr_Type | firstport_ = 37500 |
BufferString | logincmd_ = "ssh" |
int | nicelvl_ = 19 |
BufferString | unx_appl_pr_ |
BufferString | unx_data_pr_ |
BufferString | win_appl_pr_ |
BufferString | win_data_pr_ |
Protected Attributes inherited from ObjectSet< T > | |
bool | allow0_ = false |
impl_type | vec_ |
Additional Inherited Members | |
Public Types inherited from ManagedObjectSet< HostData > | |
typedef ObjectSet< HostData >::idx_type | idx_type |
typedef ObjectSet< HostData >::size_type | size_type |
Public Types inherited from ManagedObjectSetBase< T > | |
typedef ObjectSet< T >::idx_type | idx_type |
typedef ObjectSet< T >::size_type | size_type |
Public Types inherited from ObjectSet< T > | |
typedef impl_type::const_iterator | const_iterator |
typedef const value_type & | const_reference |
typedef size_type | difference_type |
typedef size_type | idx_type |
typedef impl_type::iterator | iterator |
typedef T | object_type |
typedef value_type & | reference |
typedef int | size_type |
typedef T * | value_type |
Static Public Member Functions inherited from OD::Set | |
static std::int32_t | maxIdx32 () |
static std::int64_t | maxIdx64 () |
Protected Types inherited from ManagedObjectSetBase< T > | |
typedef void(* | PtrFunc) (T *ptr) |
Protected Types inherited from ObjectSet< T > | |
typedef VectorAccess< T *, size_type > | impl_type |
List of host names in the system. The first entry will be the local host.
<>
HostDataList::HostDataList | ( | bool | foredit | ) |
HostDataList::~HostDataList | ( | ) |
void HostDataList::dump | ( | od_ostream & | ) | const |
void HostDataList::fill | ( | BufferStringSet & | , |
bool | inclocalhost = true |
||
) | const |
void HostDataList::fillFromNetwork | ( | ) |
|
inline |
|
inline |
|
protected |
|
protected |
PortNr_Type HostDataList::firstPort | ( | ) | const |
const char* HostDataList::getBatchHostsFilename | ( | ) | const |
|
protected |
|
protected |
bool HostDataList::isMostlyStaticIP | ( | ) | const |
bool HostDataList::isOK | ( | uiStringSet & | ) | const |
bool HostDataList::isOK | ( | uiStringSet & | , |
bool | testall, | ||
BufferString * | localaddr = nullptr , |
||
int * | prefixlength = nullptr |
||
) | const |
const HostData* HostDataList::localHost | ( | ) | const |
const char* HostDataList::loginCmd | ( | ) | const |
int HostDataList::niceLevel | ( | ) | const |
|
protected |
|
protected |
bool HostDataList::refresh | ( | bool | foredit = false | ) |
void HostDataList::setFirstPort | ( | PortNr_Type | ) |
void HostDataList::setLoginCmd | ( | const char * | ) |
void HostDataList::setNiceLevel | ( | int | ) |
void HostDataList::setUnixDataRoot | ( | const char * | ) |
void HostDataList::setWinDataRoot | ( | const char * | ) |
const char* HostDataList::unixDataRoot | ( | ) | const |
const char* HostDataList::winDataRoot | ( | ) | const |
bool HostDataList::writeHostFile | ( | const char * | fnm | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024