STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stxxl::block_manager Member List

This is the complete list of members for stxxl::block_manager, including all inherited members.

block_manager()stxxl::block_managerprivate
delete_block(const BID< BLK_SIZE > &bid)stxxl::block_manager
delete_blocks(const BIDIteratorClass &bidbegin, const BIDIteratorClass &bidend)stxxl::block_manager
disk_allocatorsstxxl::block_managerprivate
disk_filesstxxl::block_managerprivate
get_current_allocation() const stxxl::block_managerinline
get_free_bytes() const stxxl::block_manager
get_instance()stxxl::singleton< block_manager >inlinestatic
get_maximum_allocation() const stxxl::block_managerinline
get_total_allocation() const stxxl::block_managerinline
get_total_bytes() const stxxl::block_manager
m_current_allocationstxxl::block_managerprivate
m_maximum_allocationstxxl::block_managerprivate
m_total_allocationstxxl::block_managerprivate
ndisksstxxl::block_managerprivate
new_block(const DiskAssignFunctor &functor, BID< BLK_SIZE > &bid, unsigned_type offset=0)stxxl::block_managerinline
new_blocks(const DiskAssignFunctor &functor, BIDIteratorClass bidbegin, BIDIteratorClass bidend, unsigned_type offset=0)stxxl::block_managerinline
new_blocks(const unsigned_type nblocks, const DiskAssignFunctor &functor, BIDIteratorClass out, unsigned_type offset=0)stxxl::block_managerinline
new_blocks_int(const unsigned_type nblocks, const DiskAssignFunctor &functor, unsigned_type offset, BIDIteratorClass out)stxxl::block_managerprotected
new_blocks_int(const unsigned_type nblocks, const DiskAssignFunctor &functor, unsigned_type offset, OutputIterator out)stxxl::block_manager
~block_manager()stxxl::block_manager