cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
module.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#include "
cddefines.h
"
5
#include "
module.h
"
6
7
8
void
module_list::zero
()
const
9
{
10
for
(vector<module *>::const_iterator it =
m_l
.begin(); it !=
m_l
.end(); ++it)
11
{
12
(*it)->zero();
13
}
14
}
15
16
void
module_list::comment
(
t_warnings
& w)
const
17
{
18
for
(vector<module *>::const_iterator it =
m_l
.begin(); it !=
m_l
.end(); ++it)
19
{
20
(*it)->comment(w);
21
}
22
}
t_warnings
Definition:
warnings.h:15
module_list::m_l
vector< module * > m_l
Definition:
module.h:14
module_list::zero
void zero() const
Definition:
module.cpp:8
cddefines.h
module_list::comment
void comment(t_warnings &) const
Definition:
module.cpp:16
module.h
Generated by
1.8.5