blitz  Version 0.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions
NullMemoryBlock< P_type > Class Template Reference

#include <memblock.h>

Inheritance diagram for NullMemoryBlock< P_type >:
MemoryBlock< P_type >

List of all members.

Public Member Functions

 NullMemoryBlock ()
virtual ~NullMemoryBlock ()

Additional Inherited Members

- Public Types inherited from MemoryBlock< P_type >
typedef P_type T_type
- Protected Member Functions inherited from MemoryBlock< P_type >
 MemoryBlock ()
 MemoryBlock (size_t items)
 MemoryBlock (size_t length, T_type *data)
virtual ~MemoryBlock ()
void addReference ()
T_type *restrict data ()
const T_type *restrict data () const
T_type *& dataBlockAddress ()
size_t length () const
int removeReference ()
int references () const
void allocate (size_t length)
void deallocate ()

Constructor & Destructor Documentation

template<typename P_type>
NullMemoryBlock< P_type >::NullMemoryBlock ( )
inline
template<typename P_type>
virtual NullMemoryBlock< P_type >::~NullMemoryBlock ( )
inlinevirtual

The documentation for this class was generated from the following file: