Cat
lbcat-cmake
CatCore
src
IOobject.cpp
Go to the documentation of this file.
1
// $Id: $
2
// Include files
3
4
5
// local
6
#include "
IOobject.h
"
7
8
//-----------------------------------------------------------------------------
9
// Implementation file for class : IOobject
10
//
11
// 2006-10-23 :
12
//-----------------------------------------------------------------------------
13
14
//=============================================================================
15
// Standard constructor, initializes variables
16
//=============================================================================
17
IOobject::IOobject
( ) {
18
setName
(
"IOobject"
);
19
setType
(
"IOobject"
);
20
add
(
Attrib::ELEMENT
);
add
(
Attrib::IO
);
21
m_io
=
new
IOdata
();
22
}
23
//=============================================================================
24
// Destructor
25
//=============================================================================
26
IOobject::~IOobject
() {
27
delete
m_io
;
28
}
29
30
//=============================================================================
Attrib::add
void add(int attribut)
Definition:
Attrib.h:67
Attrib::IO
Definition:
Attrib.h:34
Object::setName
void setName(std::string name)
Definition:
Object.h:51
IOobject::m_io
IOdata * m_io
Definition:
IOobject.h:99
Object::setType
void setType(std::string type)
Definition:
Object.h:52
Attrib::ELEMENT
Definition:
Attrib.h:36
IOobject::~IOobject
virtual ~IOobject()
Destructor.
Definition:
IOobject.cpp:26
IOdata
Definition:
IOdata.h:17
IOobject.h
IOobject::IOobject
IOobject()
Standard constructor.
Definition:
IOobject.cpp:17
Generated by
1.8.13