#include <Newp_Jambo.h>
Constructors/destructors. | |
| Newp_Jambo (const Epetra_Comm &Comm) | |
| Basic Newp_Jambo constuctor. | |
| Newp_Jambo (const Newp_Jambo &Source) | |
| Newp_Jambo copy constructor. | |
Print methods | |
| virtual void | Print (ostream &os) const |
| Print method. | |
Private Attributes | |
| const Epetra_Comm & | Comm_ |
The Newp_Jambo class prints out a "Hello World" type message using the only word of Swahili that I know: Jambo, which means Hello. The sole purpose of this code is to demonstrate the conditional compilation and linkage features of the AUTOTOOLS package of tools.
A typical heading
Another typical heading
Definition at line 58 of file Newp_Jambo.h.
|
|
Basic Newp_Jambo constuctor. Creates a Newp_Jambo object and fills with default values.
Definition at line 33 of file Newp_Jambo.cpp. |
|
|
Newp_Jambo copy constructor.
Definition at line 36 of file Newp_Jambo.cpp. |
|
|
Print method.
Definition at line 39 of file Newp_Jambo.cpp. |
|
|
Definition at line 92 of file Newp_Jambo.h. |
1.3.9.1