XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::mapped_file< _page_size > Class Template Reference
+ Inheritance diagram for xtd::mapped_file< _page_size >:
+ Collaboration diagram for xtd::mapped_file< _page_size >:

Public Member Functions

 mapped_file (const filesystem::path &Path)
 
template<typename _Ty >
mapped_page< _Ty > append (size_t &newpage)
 
template<typename _Ty >
mapped_page< _Ty > get (size_t pageNum)
 
 open (Path.string().c_str(), O_CREAT|O_RDWR)"))
 

Detailed Description

template<size_t _page_size>
class xtd::mapped_file< _page_size >

Definition at line 68 of file mapped_file.hpp.


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