New_Package Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Newp_Hello.h>
Private Attributes | |
const Epetra_Comm * | Comm_ |
Constructors/destructors. | |
Newp_Hello (const Epetra_Comm &Comm) | |
Creates a Newp_Hello object and fills with default values. More... | |
Newp_Hello (const Newp_Hello &Source) | |
virtual | ~Newp_Hello () |
Print functions | |
virtual void | Print (ostream &os) const |
A sample class.
This class prints out a "Hello World" type message.
Here is what output from this class looks like for an example program:
A typical heading
Another typical heading
Definition at line 59 of file Newp_Hello.h.
Newp_Hello::Newp_Hello | ( | const Epetra_Comm & | Comm | ) |
Creates a Newp_Hello object and fills with default values.
Comm | [in] An Epetra Communicator. |
Definition at line 34 of file Newp_Hello.cpp.
Newp_Hello::Newp_Hello | ( | const Newp_Hello & | Source | ) |
Definition at line 37 of file Newp_Hello.cpp.
|
virtual |
Definition at line 40 of file Newp_Hello.cpp.
|
virtual |
Definition at line 43 of file Newp_Hello.cpp.
|
private |
Definition at line 93 of file Newp_Hello.h.