Project Alice
Loading...
Searching...
No Matches
httplib::detail::mmap Class Reference

#include <httplib.h>

Public Member Functions

 mmap (const char *path)
 
 ~mmap ()
 
bool open (const char *path)
 
void close ()
 
bool is_open () const
 
size_t size () const
 
const char * data () const
 

Detailed Description

Definition at line 2492 of file httplib.h.

Constructor & Destructor Documentation

◆ mmap()

httplib::detail::mmap::mmap ( const char *  path)
inline

Definition at line 2939 of file httplib.h.

Here is the call graph for this function:

◆ ~mmap()

httplib::detail::mmap::~mmap ( )
inline

Definition at line 2941 of file httplib.h.

Here is the call graph for this function:

Member Function Documentation

◆ close()

void httplib::detail::mmap::close ( )
inline

Definition at line 3030 of file httplib.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ data()

const char * httplib::detail::mmap::data ( ) const
inline

Definition at line 3026 of file httplib.h.

◆ is_open()

bool httplib::detail::mmap::is_open ( ) const
inline

Definition at line 3020 of file httplib.h.

◆ open()

bool httplib::detail::mmap::open ( const char *  path)
inline

Definition at line 2943 of file httplib.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ size()

size_t httplib::detail::mmap::size ( ) const
inline

Definition at line 3024 of file httplib.h.

Here is the caller graph for this function:

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