name: MachineDatabase

synopsis:


g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_mmedia.a

#include <MachineDatabase.h>

boolean isEmpty();
String& getDataBaseName();
boolean setDataBaseName(String& arg);
Vector<Machine>& getDataBase();
boolean setDataBase(Vector<Machine>& arg);
boolean get(String& node, Machine& machine);

quick start:


String tmp_str;
MachineDatabase mdb_00;

tmp_str.assign(L"XYZ");
mdb.setDataBaseName(tmp_str);


description:

This class is used to represent a database of machines and their corresponding attributes.

dependencies:

public constants:

error codes:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: