KSquare Utilities
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Atom.cpp
Go to the documentation of this file.
1
/* Atom.cpp -- Experimental class that is not in use; meant to be base class to all other classes.
2
* Copyright (C) 1994-2014 Kurt Kramer
3
* For conditions of distribution and use, see copyright notice in KKB.h
4
*/
5
#
include
"FirstIncludes.h"
6
7
#
include
<
stdio
.
h
>
8
#
include
<
stdlib
.
h
>
9
#
include
<
fstream
>
10
#
include
<
string
>
11
#
include
<
iostream
>
12
#
include
<
vector
>
13
14
#
include
"MemoryDebug.h"
15
16
using
namespace
std;
17
18
19
#
include
"KKBaseTypes.h"
20
using
namespace
KKB
;
21
22
23
#
include
"Atom.h"
24
25
Atom
::
Atom
()
26
{
27
}
28
29
Atom
::~
Atom
()
30
{
31
}
KKB::Atom::~Atom
virtual ~Atom()
Definition:
Atom.cpp:29
KKB::KKTHreadPtr
KKTHread * KKTHreadPtr
Definition:
KKThreadManager.h:20
KKB::Atom
Base class of all other classes that are meant to be managed by 'KKBase'.
Definition:
Atom.h:49
KKB::Atom::Atom
Atom()
Definition:
Atom.cpp:25
KKBase
Atom.cpp
Generated on Thu Mar 31 2016 22:46:13 for KSquare Utilities by
1.8.11