Celartem::MemoryFill< T > Struct Template Reference

#include <cel_memory.h>

List of all members.

Public Member Functions

void operator() (T *buffer, size_t count, const T &t)


Detailed Description

template<typename T>
struct Celartem::MemoryFill< T >

MemoryFill function for general types.

Definition at line 262 of file cel_memory.h.


Member Function Documentation

template<typename T>
void Celartem::MemoryFill< T >::operator() ( T *  buffer,
size_t  count,
const T &  t 
) [inline]

Parameters:
buffer Specifies the pointer to the memory block to fill.
count The number of entries on the memory block to fill.
t A value to fill with.

Definition at line 272 of file cel_memory.h.


The documentation for this struct was generated from the following file:
This document is automatically generated using doxygen 1.5.4 at Fri Jun 27 18:23:18 2008.