TPIE

2362a60
tpie::file_base_crtp< child_t > Member List

This is the complete list of members for tpie::file_base_crtp< child_t >, including all inherited members.

block_items() const tpie::file_base_crtp< child_t >inline
block_memory_usage(double blockFactor)tpie::file_base_crtp< child_t >inlinestatic
block_size(double blockFactor)tpie::file_base_crtp< child_t >inlinestatic
block_size() const tpie::file_base_crtp< child_t >inline
calculate_block_factor(memory_size_type blockSize)tpie::file_base_crtp< child_t >inlinestatic
close()tpie::file_base_crtp< child_t >inline
file_base_crtp(memory_size_type itemSize, double blockFactor, file_accessor::file_accessor *fileAccessor) (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
file_size() const tpie::file_base_crtp< child_t >inline
get_block_check(stream_size_type block) (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
is_open() const tpie::file_base_crtp< child_t >inline
is_readable() const tpie::file_base_crtp< child_t >inline
is_writable() const tpie::file_base_crtp< child_t >inline
m_blockItems (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_blockSize (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_canRead (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_canWrite (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_fileAccessor (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_itemSize (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_open (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_ownedTempFile (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_size (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
m_tempFile (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
max_user_data_size() const tpie::file_base_crtp< child_t >inline
open(const std::string &path, access_type accessType=access_read_write, memory_size_type userDataSize=0, cache_hint cacheHint=access_sequential)tpie::file_base_crtp< child_t >inline
open(memory_size_type userDataSize=0, cache_hint cacheHint=access_sequential)tpie::file_base_crtp< child_t >inline
open(temp_file &file, access_type accessType=access_read_write, memory_size_type userDataSize=0, cache_hint cacheHint=access_sequential)tpie::file_base_crtp< child_t >inline
open_inner(const std::string &path, access_type accessType, memory_size_type userDataSize, cache_hint cacheHint) (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >inlineprotected
path() const tpie::file_base_crtp< child_t >inline
read_block(BT &b, stream_size_type block) (defined in tpie::file_base_crtp< child_t >)tpie::file_base_crtp< child_t >protected
read_user_data(TT &data)tpie::file_base_crtp< child_t >inline
read_user_data(void *data, memory_size_type count)tpie::file_base_crtp< child_t >inline
user_data_size() const tpie::file_base_crtp< child_t >inline
write_user_data(const TT &data)tpie::file_base_crtp< child_t >inline
write_user_data(const void *data, memory_size_type count)tpie::file_base_crtp< child_t >inline