| cloudy
    trunk
    | 
#include <module.h>


| Public Member Functions | |
| void | use (module *m) | 
| void | zero () const | 
| void | comment (t_warnings &) const | 
| Data Fields | |
| vector< module * > | m_l | 
| Protected Member Functions | |
| module_list () | |
| Friends | |
| class | Singleton< module_list > | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from Singleton< module_list > | |
| static module_list & | Inst () | 
| void module_list::comment | ( | t_warnings & | w | ) | const | 
Definition at line 16 of file module.cpp.
References m_l.
| 
 | inline | 
| void module_list::zero | ( | void | ) | const | 
Definition at line 8 of file module.cpp.
References m_l.
| 
 | friend | 
| vector<module *> module_list::m_l | 
Definition at line 14 of file module.h.
Referenced by comment(), ParsePrint(), PrtComment(), use(), zero(), and zero().
 1.8.5
 1.8.5