Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions
FileImpl Class Reference

#include <file-impl.hpp>

Public Member Functions

 FileImpl ()
 ~FileImpl ()
void create (const char *path, UInt64 size)
void open (const char *path)
void close ()
void * ptr () const
UInt64 size () const
void swap (FileImpl *rhs)

Detailed Description

Definition at line 30 of file file-impl.hpp.

Constructor & Destructor Documentation

FileImpl ( )

Definition at line 67 of file file-impl.cpp.

~FileImpl ( )

Definition at line 74 of file file-impl.cpp.

Here is the call graph for this function:

Member Function Documentation

void close ( )

Definition at line 105 of file file-impl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void create ( const char *  path,
UInt64  size 
)

Definition at line 86 of file file-impl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void open ( const char *  path)

Definition at line 96 of file file-impl.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void* ptr ( ) const
inline

Definition at line 39 of file file-impl.hpp.

Here is the caller graph for this function:

UInt64 size ( ) const
inline

Definition at line 42 of file file-impl.hpp.

Here is the caller graph for this function:

void swap ( FileImpl rhs)

Definition at line 182 of file file-impl.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: