|
Scid
4.7.0
|
#include <vector>

Go to the source code of this file.
Namespaces | |
| DBasePool | |
Functions | |
| void | DBasePool::init () |
| init() - initialize the pool of databases. More... | |
| void | DBasePool::closeAll () |
| closeAll() - close all the databases in the pool. More... | |
| int | DBasePool::find (const char *filename) |
| find() - search for a database. More... | |
| scidBaseT * | DBasePool::getBase (int baseHandle) |
| getBase() - get a database from the pool. More... | |
| int | DBasePool::getClipBase () |
| getClipBase() - return the handle of the clipbase More... | |
| scidBaseT * | DBasePool::getFreeSlot () |
| getFreeSlot() - search for a free database slot. More... | |
| std::vector< int > | DBasePool::getHandles () |
| getHandles() - get the handles of opened databases. More... | |
| int | DBasePool::switchCurrent (scidBaseT *dbase=0) |
| switchCurrent() - DEPRECATED. More... | |
1.8.13