Template:ApplicationBaseProperties: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>. | to the [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog</tt>]], [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.File</tt>]], and [[Programming Reference:ApplicationBase Class#Application Log|<tt>AppLog.Screen</tt>]] streams which are members of <tt>ApplicationBase</tt>. | ||
These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>). | These streams allow convenient output into an application log file (<tt>AppLog.File</tt>), an application log window (<tt>AppLog.Screen</tt>), and both simultaneously (<tt>AppLog</tt>). | ||
{{{hlevel|===}}}RandomGenerator RandomNumberGenerator (rw){{{hlevel|===}}} | |||
An object of type [[Programming Reference:RandomGenerator Class|<tt>RandomGenerator</tt>]] which behaves according to the user setting in the [[Programming Reference:RandomGenerator Class|''RandomSeed'' parameter]]. | |||
Latest revision as of 12:37, 19 August 2008
ostream AppLog, AppLog.File, AppLog.Screen (w)
Inheriting from ApplicationBase, descendants of {{{classname}}} have access to the AppLog, AppLog.File, and AppLog.Screen streams which are members of ApplicationBase. These streams allow convenient output into an application log file (AppLog.File), an application log window (AppLog.Screen), and both simultaneously (AppLog).
RandomGenerator RandomNumberGenerator (rw)
An object of type RandomGenerator which behaves according to the user setting in the RandomSeed parameter.