| 
    taco-db
    0.1.0
    
   | 
 
#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) | 
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
| 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 | ||
| ) | 
 1.8.17