QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces
object.h File Reference
#include <malloc_quda.h>
Include dependency graph for object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  quda::Object
 

Namespaces

 quda
 

Detailed Description

DESCRIPTION

Abstract parent class for all classes in QUDA. This parent class defines the new/delete methods to use QUDA's memory allocators. This gives us memory leak checking on these object instances.

Definition in file object.h.