Browse thread
global record
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-07-19 (11:11) |
From: | Andreas Biegert <andreas.biegert@g...> |
Subject: | global record |
Hi, I am developing a bioinformatics sequence analysis application which contains about 20 modules. One of those modules, the 'Par' module, encapsulates a record of about 30 configuration parameters needed throughout the whole application. The parameter record is mostly static but some values can be overwritten by command-line options. Is there a way to make the (possibly modified) parameters record globally accessable throughout all modules? This would be much more convenient than having to pass the parameters record to virtually all functions in my application. THX for helping. Andreas