25 #ifndef __TPIE_FILE_MANAGER_H__
26 #define __TPIE_FILE_MANAGER_H__
28 #include <tpie/tpie_export.h>
29 #include <tpie/config.h>
31 #include <tpie/resource_manager.h>
46 void increment_open_file_count() {
47 register_increased_usage(1);
50 void decrement_open_file_count() {
51 register_decreased_usage(1);
54 std::string amount_with_unit(
size_t amount)
const override;
57 void throw_out_of_resource_error(
const std::string & s)
override;
79 #endif //__TPIE_MEMORY_H__