#include <B2BITS_String.h>
Public Types | |
| typedef T | value_type |
| Provides access to the template parameter. | |
Public Member Functions | |
| const value_type * | data () const |
| Returns memory address. | |
| size_t | size () const |
| Returns size of the block. | |
| value_type const & | operator[] (size_t index) const |
| Indexer. | |
| int | compareTo (MemBlock rv) const |
| MemBlock (const value_type *data, size_t size) | |
| MemBlock () | |
| Default constructor. | |
| Engine::MemBlock< T >::MemBlock | ( | const value_type * | data, | |
| size_t | size | |||
| ) | [inline] |
Constructor Constructs instance from address to memory and size
| data | address to the block | |
| size | size of the block |
| int Engine::MemBlock< T >::compareTo | ( | MemBlock< T > | rv | ) | const [inline] |
Compares two MemBlock
1.5.6