V-ART
memoryobj.cpp
Go to the documentation of this file.
1 
5 #include "vart/memoryobj.h"
6 
7 //#include <iostream>
8 //using namespace std;
9 
11 {
12  autoDelete = false;
13 }
14 
16 : autoDelete( obj.autoDelete )
17 {
18 }
Header file for V-ART class "MemoryObj".
MemoryObj()
Default constructor.
Definition: memoryobj.cpp:10
A "Memory Object" is a V-ART object that has some memory allocation attributes, allowing V-ART to aut...
Definition: memoryobj.h:27