V-ART
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
source
memoryobj.cpp
Go to the documentation of this file.
1
5
#include "
vart/memoryobj.h
"
6
7
//#include <iostream>
8
//using namespace std;
9
10
VART::MemoryObj::MemoryObj
()
11
{
12
autoDelete
=
false
;
13
}
14
15
VART::MemoryObj::MemoryObj
(
const
VART::MemoryObj
&obj)
16
: autoDelete( obj.autoDelete )
17
{
18
}
memoryobj.h
Header file for V-ART class "MemoryObj".
VART::MemoryObj::MemoryObj
MemoryObj()
Default constructor.
Definition:
memoryobj.cpp:10
VART::MemoryObj
A "Memory Object" is a V-ART object that has some memory allocation attributes, allowing V-ART to aut...
Definition:
memoryobj.h:27
VART::MemoryObj::autoDelete
bool autoDelete
Definition:
memoryobj.h:40
Generated on Tue May 6 2014 15:09:54 for V-ART by
1.8.6