#include <Storage.h>
Inheritance diagram for SoftwareInfo:

Public Methods | |
| const char * | name () const |
| void | name (const char *s) |
| CharStr * | _cs_name () const |
| void | _cs_name (CharStr *s) |
| const char * | version () const |
| void | version (const char *s) |
| CharStr * | _cs_version () const |
| void | _cs_version (CharStr *s) |
| SoftwareInfo () | |
| ~SoftwareInfo () | |
| virtual int | compare (Object *) |
| virtual Object * | Copy () |
Private Attributes | |
| CharStr * | _name |
| CharStr * | _version |
|
|
Definition at line 429 of file Storage.h. References CharStr::Error. |
|
|
Definition at line 435 of file Storage.h. References CharStr::released(). |
|
|
Definition at line 403 of file Storage.h. References CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 402 of file Storage.h. Referenced by o2x(), TaskInfo::TaskInfo(), tInfo2sInfo(), and x2o(). |
|
|
Definition at line 422 of file Storage.h. References CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 421 of file Storage.h. Referenced by o2x(), TaskInfo::TaskInfo(), tInfo2sInfo(), and x2o(). |
|
|
To ensure a consistent comparison interface and to allow comparison of all kinds of different objects, we will define a comparison functions. |
|
|
To allow a deep copy of data structures we will define a standard interface... This member will return a copy of itself, freshly allocated and deep copied. Reimplemented in List. Definition at line 37 of file Object.h. Referenced by List::Copy(), and List::operator=(). |
|
|
Definition at line 396 of file Storage.h. References CharStr::create(), CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 391 of file Storage.h. References CharStr::str. Referenced by Slave::detectSlaveInfo(), Master::slaveMatchSlave(), and Master::slaveMatchTasks(). |
|
|
Definition at line 415 of file Storage.h. References CharStr::create(), CharStr::released(), and CharStr::stored(). |
|
|
Definition at line 410 of file Storage.h. References CharStr::str. Referenced by Slave::detectSlaveInfo(), Master::slaveMatchSlave(), and Master::slaveMatchTasks(). |
|
|
|
|
|
|
1.2.18