IConfig
Interface IConfig
— L’interface générale du fichier de configuration.
-
find
IConfigEntry* find(StatusType* status, const char* name)
Recherche un enregistrement par son nom.
-
findValue
IConfigEntry* findValue(StatusType* status, const char* name, const char* value)
Recherche un enregistrement par son nom et sa valeur
-
findPos
IConfigEntry* findPos(StatusType* status, const char* name, unsigned pos)
Recherche un enregistrement par son nom et sa position. Si le fichier de configuration contient les lignes suivantes :
Db=DBA Db=DBB Db=DBC
l’appel de
findPos(status, « Db », 2)
renverra une entrée avec la valeur DBB.