CLASS Page

#include <page.h>

Page is class with a dummy constructor and a dummy destructor. It contains only one private member :

char data[MAX_SIZE];
which is a sequence of bytes. MAX_SIZE is the size of a page in the system.