Compounds | |
| class | Base |
| Acts as the base class for all OSCAR classes. More... | |
| class | OSCARError |
| Defines an error object that contains an integer value and an error description. More... | |
| class | Timer |
| Measures code execution time. More... | |
Functions | |
| void | DisplayError (const String &eString) |
| void | DisplayDebug (const String &debugString) |
| void | DisplayTrace (const String &traceString) |
| void | DisplayError (const OSCARError &err) |
| void | Display (const String &dispString) |
| template<class T> void | Input (T &t) |
| template<class T> String | ToString (const T &t) |
Variables | |
| const OSCARError | noError |
| const OSCARError | notSupported |
| const OSCARError | notInitialized |
|
|
Output a String to the console. This method is used to output an String to the console.
|
|
|
Output debug information to the console. This method is used to output debug information to the console.
|
|
|
Output error information to the console. This method is used to output error information to the console.
|
|
|
Output error information to the console. This method is used to output error information to the console.
|
|
|
Output program trace information to the console. This method is used to output program trace information to the console.
|
|
||||||||||
|
Read any particular type from the console. This Template function allows the program to read any particular type of data from the console.
|
|
||||||||||
|
Template function to serialize any type to a String. This template function serialize's any type to a String. This will work only for objects for whom the operator << has been defined.
|
|
|
This indicates a "No Error" state. This indicates a "No Error" state. |
|
|
This indicates that the Initialize() method was not called prior to calling other methods. |
|
|
This indicates that a particular functionality is not supported. This indicates that a particular functionality is not supported. |
| RRG Homepage | OSCAR Overview | OSCAR Tutorials | Simulations |