Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::mem_block_cache Struct Reference

#include <mem_block_cache.hpp>

Collaboration diagram for boost::re_detail::mem_block_cache:

Public Member Functions

 ~mem_block_cache ()
 
void * get ()
 
void put (void *p)
 

Public Attributes

mem_block_nodenext
 
unsigned cached_blocks
 

Constructor & Destructor Documentation

boost::re_detail::mem_block_cache::~mem_block_cache ( )
inline

Member Function Documentation

void* boost::re_detail::mem_block_cache::get ( )
inline
void boost::re_detail::mem_block_cache::put ( void *  p)
inline

Member Data Documentation

unsigned boost::re_detail::mem_block_cache::cached_blocks

Referenced by get(), and put().

mem_block_node* boost::re_detail::mem_block_cache::next

Referenced by get(), put(), and ~mem_block_cache().


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