#include <storage.hpp>
Public Member Functions | |
storage (U_32 size) | |
storage (const storage &ref) | |
~storage () | |
storage & | operator= (const storage &val) |
bool | operator< (const storage &ref) const |
bool | operator== (const storage &ref) const |
bool | operator> (const storage &ref) const |
bool | operator<= (const storage &ref) const |
bool | operator>= (const storage &ref) const |
bool | operator!= (const storage &ref) const |
iterator | begin () const |
iterator | end () const |
iterator | rbegin () const |
iterator | rend () const |
bool | write (iterator &it, unsigned char a) |
bool | read (iterator &it, unsigned char &a) const |
Friends | |
class | storage::iterator |
Classes | |
class | iterator |
used to store infinint
Definition at line 54 of file storage.hpp.