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

#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)

Detailed Description

Definition at line 30 of file file.hpp.

Constructor & Destructor Documentation

File ( )

Definition at line 26 of file file.cpp.

Here is the caller graph for this function:

~File ( )

Definition at line 28 of file file.cpp.

Member Function Documentation

void close ( )

Definition at line 48 of file file.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 32 of file file.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 40 of file file.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void * ptr ( ) const

Definition at line 52 of file file.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

UInt64 size ( ) const

Definition at line 56 of file file.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void swap ( File rhs)

Definition at line 60 of file file.cpp.

Here is the caller graph for this function:


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