quick start:g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_mmedia.a #include <SymbolGraphDatabase.h> String& getDataBaseName(); boolean setDataBaseName(String& arg); boolean setDataBaseSof(Sof& sof); boolean getRecord(String& identifier, Filename& record); boolean removeRecord(String& identifier); boolean insertRecord(String& identifier, Long& index); boolean load(Sdb& id_list, Sdb& file_list, Vector<Filename>& file_vec); boolean store(Sof& db_sof, long tag, Vector<Filename>& file_vec);
description:String name_00(L"TIDIGITS"); SymbolGraphDatabase audb_00; audb_00.setDataBaseName(name_00);
static const String CLASS_NAME;
static const String DEF_PARAM;
static const String PARAM_KEYS;
static const String PARAM_NAME;
static const String PARAM_VALUES;
String name_d;
HashTable<String, Long> hash_d;
Sof* database_sof_d;
static Integral::DEBUG debug_level_d;
static MemoryManager mgr_d;
static const String& name();
static boolean diagnose(Integral::DEBUG debug_level);
boolean debug(const unichar* msg) const;
static boolean setDebug(Integral::DEBUG arg);
~SymbolGraphDatabase();
SymbolGraphDatabase();
SymbolGraphDatabase(const SymbolGraphDatabase& arg);
boolean assign(const SymbolGraphDatabase& arg);
not present.
long sofSize() const;
boolean read(Sof& sof, long tag);
boolean read(Sof& sof, long tag, const String& name);
boolean readData(Sof& sof, const String& pname = DEF_PARAM, long size = SofParser::FULL_OBJECT, boolean param = true, boolean nested = false);
boolean write(Sof& sof, long tag) const;
boolean write(Sof& sof, long tag, const String& name) const;
boolean writeData(Sof& sof, const String& pname = DEF_PARAM) const;
boolean eq(const SymbolGraphDatabase& arg) const;
static void* operator new(size_t arg);
static void* operator new[](size_t arg);
static void operator delete(void* arg);
static void operator delete[](void* arg);
static boolean setGrowSize(long arg);
boolean clear(Integral::CMODE cmode = Integral::DEF_CMODE);
String& getDataBaseName();
boolean setDataBaseName(String& arg);
boolean setDataBaseSof(Sof& sof);
boolean getRecord(String& identifier, Filename& record);
boolean removeRecord(String& identifier);
boolean insertRecord(String& identifier, Long& index);
boolean load(Sdb& id_list, Sdb& file_list, Vector<Filename>& file_vec);
boolean load(Filename& file_list, Vector<Filename>& file_vec);
boolean store(Sof& db_sof, long tag, Vector<Filename>& file_vec);