taco-db  0.1.0
Functions
FileManager_wrappable.cpp File Reference

This file contains functions that may be wrapped by –wrap option to ld. More...

#include "storage/FileManager.h"
#include "storage/FileManager_private.h"
#include "storage/FSFile.h"

Functions

void taco_fileman_readpage_impl (::taco::FileManager *fileman, ::taco::PageNumber pid, char *buf)
 
void taco_fileman_writepage_impl (::taco::FileManager *fileman, ::taco::PageNumber pid, const char *buf)
 

Detailed Description

This file contains functions that may be wrapped by –wrap option to ld.

This must be in a separate file than FileManager.cpp, so that

Function Documentation

◆ taco_fileman_readpage_impl()

void taco_fileman_readpage_impl ( ::taco::FileManager fileman,
::taco::PageNumber  pid,
char *  buf 
)

◆ taco_fileman_writepage_impl()

void taco_fileman_writepage_impl ( ::taco::FileManager fileman,
::taco::PageNumber  pid,
const char *  buf 
)