New_Package Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Private Attributes | List of all members
Newp_Hello Class Reference

A sample class. More...

#include <Newp_Hello.h>

Private Attributes

const Epetra_CommComm_
 

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
 

Detailed Description

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.

Constructor & Destructor Documentation

Newp_Hello::Newp_Hello ( const Epetra_Comm Comm)

Creates a Newp_Hello object and fills with default values.

Parameters
Comm[in] An Epetra Communicator.
Warning
Newp_Hello is English language only. In Africa use Newp_Jambo.
Returns
Newp_Hello object

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.

Newp_Hello::~Newp_Hello ( )
virtual

Definition at line 40 of file Newp_Hello.cpp.

Member Function Documentation

void Newp_Hello::Print ( ostream &  os) const
virtual

Definition at line 43 of file Newp_Hello.cpp.

Member Data Documentation

const Epetra_Comm* Newp_Hello::Comm_
private

Definition at line 93 of file Newp_Hello.h.


The documentation for this class was generated from the following files: