VIPER REFERENCE MANUAL
static iflDatabase* findNext ( | int& index); |
static iflDatabase* findByMagic ( | int fd); |
static iflDatabase* findByFormatName ( | const char* formatName); |
static iflDatabase* findByFileName ( | const char* fileName, int noMatchRule=TRUE); |
const char* getName ( | ); |
const char* getDefaultSuffix ( | ); |
const char* getDescription ( | ); |
int accessModeIsSupported ( | int mode); |
const char* getDSOName ( | ); |
const char* getInstSubSystem ( | ); |
iflFormat* getFormat ( | int openDSOifNecessary=TRUE); |
int accessModeIsSupported ( | int mode); |
static iflDatabase* findByFileName ( | const char* fileName, int noMatchRule=TRUE); |
static iflDatabase* findByFormatName ( | const char* formatName); |
static iflDatabase* findByMagic ( | int fd); |
static iflDatabase* findNext ( | int& index); |
iflDatabase *db; int index = 0; while ((db = iflDatabase::findNext(index)) != NULL) printf("%s\n", db->getName());
const char* getDSOName ( | ); |
const char* getDefaultSuffix ( | ); |
const char* getDescription ( | ); |
iflFormat* getFormat ( | int openDSOifNecessary=TRUE); |
const char* getInstSubSystem ( | ); |
const char* getName ( | ); |