#include <Datafile.h>
Public Member Functions | |
| Database * | getDatabase () |
| Not yet documented. | |
| const Database * | getDatabase () const |
| Not yet documented. | |
| const char * | getName () const |
| Not yet documented. | |
| unsigned short | getId () const |
| Not yet documented. | |
| unsigned short | getDspid () const |
| Not yet documented. | |
| const Dataspace * | getDataspace () const |
| Not yet documented. | |
| const char * | getFile () const |
| Not yet documented. | |
| Bool | isValid () const |
| Not yet documented. | |
| Bool | isPhysical () const |
| Not yet documented. | |
| unsigned int | getMaxsize () const |
| Not yet documented. | |
| eyedbsm::MapType | getMaptype () const |
| Not yet documented. | |
| unsigned int | getSlotsize () const |
| Not yet documented. | |
| Status | remove () const |
| Not yet documented. | |
| Status | resize (unsigned int size) const |
| Not yet documented. | |
| Status | getInfo (DatafileInfo &info) const |
| Not yet documented. | |
| Status | rename (const char *newname) const |
| Not yet documented. | |
| Status | defragment () const |
| Not yet documented. | |
| Status | move (const char *filedir, const char *filename) const |
| Not yet documented. | |
Friends | |
| class | Database |
Definition at line 42 of file Datafile.h.
| Database* eyedb::Datafile::getDatabase | ( | ) | [inline] |
| const Database* eyedb::Datafile::getDatabase | ( | ) | const [inline] |
| const char* eyedb::Datafile::getName | ( | void | ) | const [inline] |
| unsigned short eyedb::Datafile::getId | ( | ) | const [inline] |
| unsigned short eyedb::Datafile::getDspid | ( | ) | const [inline] |
| const Dataspace* eyedb::Datafile::getDataspace | ( | ) | const [inline] |
| const char* eyedb::Datafile::getFile | ( | ) | const [inline] |
| Bool eyedb::Datafile::isValid | ( | ) | const [inline] |
| Bool eyedb::Datafile::isPhysical | ( | ) | const [inline] |
| unsigned int eyedb::Datafile::getMaxsize | ( | ) | const [inline] |
| eyedbsm::MapType eyedb::Datafile::getMaptype | ( | ) | const [inline] |
| unsigned int eyedb::Datafile::getSlotsize | ( | ) | const [inline] |
| Status eyedb::Datafile::remove | ( | ) | const |
| Status eyedb::Datafile::resize | ( | unsigned int | size | ) | const |
| Status eyedb::Datafile::getInfo | ( | DatafileInfo & | info | ) | const |
| Status eyedb::Datafile::rename | ( | const char * | newname | ) | const |
| Status eyedb::Datafile::defragment | ( | ) | const |
| Status eyedb::Datafile::move | ( | const char * | filedir, | |
| const char * | filename | |||
| ) | const |
Not yet documented.
| filedir | ||
| filename |
Definition at line 73 of file Datafile.cc.
1.5.3