Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JMemory.hh File Reference

Base class for memory management. More...

#include <stdlib.h>

Go to the source code of this file.

Classes

class  JLANG::JNew< JClass_t >
 Memory management class for create/release policy based on new/delete. More...
 
class  JLANG::JNewCArray< JClass_t >
 Memory management class for create/release policy based on new []/delete []. More...
 
class  JLANG::JMalloc< JClass_t >
 Memory management class for create/release policy based on malloc()/free(). More...
 

Namespaces

namespace  JLANG
 Auxiliary classes and methods for language specific functionality.
 
namespace  JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Detailed Description

Base class for memory management.

Author
mdejong

Definition in file JMemory.hh.