Cat
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 //=============================================================================
18  setName("Croc");
19  setType("Croc");
20 }
21 //=============================================================================
22 // Destructor
23 //=============================================================================
25 
26 //=============================================================================
Croc()
Standard constructor.
Definition: Croc.cpp:17
void setName(std::string name)
Definition: Object.h:51
void setType(std::string type)
Definition: Object.h:52
virtual ~Croc()
Destructor.
Definition: Croc.cpp:24