NEURON
Memory Class Reference

#include <memory.h>

Static Public Member Functions

static void copy (const void *from, void *to, unsigned int nbytes)
 
static int compare (const void *, const void *, unsigned int nbytes)
 
static void zero (void *, unsigned int nbytes)
 

Detailed Description

Definition at line 30 of file memory.h.

Member Function Documentation

◆ compare()

int Memory::compare ( const void b1,
const void b2,
unsigned int  nbytes 
)
static

Definition at line 48 of file memory.cpp.

◆ copy()

void Memory::copy ( const void from,
void to,
unsigned int  nbytes 
)
static

Definition at line 36 of file memory.cpp.

◆ zero()

void Memory::zero ( void b,
unsigned int  nbytes 
)
static

Definition at line 52 of file memory.cpp.


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