Last change
on this file since 0f3042 was 567357, checked in by Frederik Heber <heber@…>, 14 years ago |
FIX: cleanUp() replaced by module_reinit() and .._exit() in pyMoleCuilder.
- this causes ostream to be set with FormatParserStorage and hence files to be
correctly written.
- module_reinit() is python exported as "reinit". This allows for reuse of the
module.
- both module_... reside in namespace MoleCuilder::detail.
- ..._reinit() does not use cleanUp() but only purgeStaticInstances().
|
-
Property mode
set to
100644
|
File size:
354 bytes
|
Line | |
---|
1 | /*
|
---|
2 | * cleanUp.hpp
|
---|
3 | *
|
---|
4 | * Created on: Oct 28, 2011
|
---|
5 | * Author: heber
|
---|
6 | */
|
---|
7 |
|
---|
8 | #ifndef CLEANUP_HPP_
|
---|
9 | #define CLEANUP_HPP_
|
---|
10 |
|
---|
11 | // include config.h
|
---|
12 | #ifdef HAVE_CONFIG_H
|
---|
13 | #include <config.h>
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | void AddStaticEntitiestoIgnoreList();
|
---|
17 | void cleanUp();
|
---|
18 | void dumpMemory();
|
---|
19 | void printTimings();
|
---|
20 | void purgeStaticInstances();
|
---|
21 | int saveAll();
|
---|
22 |
|
---|
23 | #endif /* CLEANUP_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.