Cat
lbcat-cmake
CatCalo
src
Croc.cpp
Go to the documentation of this file.
1
// $Id: $
2
// Include files
3
4
5
// local
6
#include "
Croc.h
"
7
8
//-----------------------------------------------------------------------------
9
// Implementation file for class : Croc
10
//
11
// 2006-10-23 :
12
//-----------------------------------------------------------------------------
13
14
//=============================================================================
15
// Standard constructor, initializes variables
16
//=============================================================================
17
Croc::Croc
( ) {
18
setName
(
"Croc"
);
19
setType
(
"Croc"
);
20
}
21
//=============================================================================
22
// Destructor
23
//=============================================================================
24
Croc::~Croc
() {}
25
26
//=============================================================================
Croc::Croc
Croc()
Standard constructor.
Definition:
Croc.cpp:17
Object::setName
void setName(std::string name)
Definition:
Object.h:51
Object::setType
void setType(std::string type)
Definition:
Object.h:52
Croc::~Croc
virtual ~Croc()
Destructor.
Definition:
Croc.cpp:24
Croc.h
Generated by
1.8.13