![]() |
class posix_file
|
Name |
Description |
|---|---|
|
Close the file if it is open. |
|
|
Create a new file. |
|
|
Remove a file from the file system. |
|
|
Returns true if the file is open. |
|
|
Open a file. |
|
|
Move assignment. |
|
|
Constructor. Copy constructor (disallowed) Move constructor. |
|
|
Read data from a location in the file. |
|
|
Return the size of the file. |
|
|
Perform a low level file synchronization. |
|
|
Truncate the file at a specific size. |
|
|
Write data to a location in the file. |
|
|
Destructor. |
#include <nudb/posix_file.hpp>