|
Groonga 3.0.9 Source Code Document
|
#include <file.hpp>
Public Member Functions | |
| File () | |
| ~File () | |
| void | create (const char *path, UInt64 size) |
| void | open (const char *path) |
| void | close () |
| void * | ptr () const |
| UInt64 | size () const |
| void | swap (File *rhs) |
| void close | ( | ) |
| void create | ( | const char * | path, |
| UInt64 | size | ||
| ) |
| void open | ( | const char * | path | ) |
| void * ptr | ( | ) | const |
| UInt64 size | ( | ) | const |
| void swap | ( | File * | rhs | ) |
1.8.1.2