iopc::Driver Member List
This is the complete list of members for
iopc::Driver, including all inherited members.
doInit()=0 | iopc::Driver | [protected, pure virtual] |
doShutdown()=0 | iopc::Driver | [protected, pure virtual] |
Driver(const std::string &driverName) | iopc::Driver | [protected] |
getDatabase(const std::string &dbName) | iopc::Driver | |
getDatabaseImpl(const std::string &dbName)=0 | iopc::Driver | [protected, pure virtual] |
getDefaultsMeta() | iopc::MetadataHolder | [static] |
getFeature() const | iopc::Driver | [inline] |
getMeta(const std::string &key, bool searchDefaults=true, bool searchSecondary=true) const | iopc::MetadataHolder | [virtual] |
getName() | iopc::Driver | [inline] |
hasDefaultMeta(const std::string &key) | iopc::MetadataHolder | [inline, static] |
hasFeature(const std::string &key) const | iopc::MetadataHolder | [inline] |
hasMeta(const std::string &key, bool searchDefaults=true, bool searchSecondary=true) const | iopc::MetadataHolder | [virtual] |
hasSecondaryMetadataLocation() const | iopc::MetadataHolder | [inline] |
init(std::map< std::string, DriverExtension * > &extensions) | iopc::Driver | |
operator[](const std::string &key) const | iopc::MetadataHolder | [inline] |
registerFeature(T &feature) | iopc::Driver | [inline] |
returnDatabase(Database *db) | iopc::Driver | |
returnDatabaseImpl(DatabaseImpl *dbImpl)=0 | iopc::Driver | [protected, pure virtual] |
setFeature(const std::string &key) const | iopc::MetadataHolder | [inline] |
setMeta(const std::string &key, const Metadata &value) const | iopc::MetadataHolder | |
setSecondaryMetadataLocation(const MetadataHolder *secondaryMeta) | iopc::MetadataHolder | |
setSupportsFeature(const std::string &feature) | iopc::Driver | [inline] |
shutdown() | iopc::Driver | |
supportsFeature(const std::string &feature) | iopc::Driver | [inline] |
supportsFeature() | iopc::Driver | [inline] |
toString() const | iopc::MetadataHolder | |