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
broke.h
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
#ifndef BROKE_H_
5
#define BROKE_H_
6
9
#include "
module.h
"
10
11
class
FixitList
:
public
Singleton
<FixitList>
12
{
13
friend
class
Singleton
<
FixitList
>;
14
protected
:
15
FixitList
() {}
16
public
:
17
vector<string>
list
;
18
};
19
20
struct
t_broke
:
public
module
{
21
const
char
*
chName
()
const
22
{
23
return
"broke"
;
24
}
25
void
zero
() {}
26
void
comment
(
t_warnings
&);
30
bool
lgBroke
;
33
bool
lgFixit
;
34
bool
lgPrintFixits
;
35
37
bool
lgCheckit
;
38
39
};
40
extern
t_broke
broke
;
41
42
43
#endif
/* BROKE_H_ */
t_warnings
Definition:
warnings.h:15
t_broke::chName
const char * chName() const
Definition:
broke.h:21
FixitList
Definition:
broke.h:11
Singleton
Definition:
cddefines.h:206
FixitList::FixitList
FixitList()
Definition:
broke.h:15
t_broke::lgBroke
bool lgBroke
Definition:
broke.h:30
t_broke::zero
void zero()
Definition:
broke.h:25
t_broke
Definition:
broke.h:20
t_broke::comment
void comment(t_warnings &)
Definition:
broke.cpp:12
t_broke::lgPrintFixits
bool lgPrintFixits
Definition:
broke.h:34
t_broke::lgFixit
bool lgFixit
Definition:
broke.h:33
broke
t_broke broke
Definition:
broke.cpp:10
FixitList::list
vector< string > list
Definition:
broke.h:17
module.h
module
Definition:
module.h:26
t_broke::lgCheckit
bool lgCheckit
Definition:
broke.h:37
Generated by
1.8.5