abstract class CryStorage::PageManagement::IPage

Included Modules

Direct Known Subclasses

Defined in:

page_manager.cr:9
page_manager.cr:17

Instance Method Summary

Instance methods inherited from module Enumerable(CryStorage::PageManagement::ISlot)

tabulate(io) tabulate

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Instance Method Detail

abstract def id #

[View source]
abstract def push(slot : ISlot) #

[View source]
abstract def space_left #

[View source]
abstract def table #

[View source]