New_Package Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Newp_Jambo Class Reference

Newp_Jambo: A sample class. More...

#include <Newp_Jambo.h>

Public Member Functions

 Newp_Jambo (const Epetra_Comm &Comm)
 Basic Newp_Jambo constuctor.
 
 Newp_Jambo (const Newp_Jambo &Source)
 Newp_Jambo copy constructor.
 
virtual void Print (ostream &os) const
 Print method.
 

Private Attributes

const Epetra_CommComm_
 

Detailed Description

Newp_Jambo: A sample class.

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.

Constructor & Destructor Documentation

◆ Newp_Jambo() [1/2]

Newp_Jambo::Newp_Jambo ( const Epetra_Comm Comm)

Basic Newp_Jambo constuctor.

Creates a Newp_Jambo object and fills with default values.

Warning
Newp_Hello is not fully translated into Swahili.
Parameters
CommIn An Epetra Communicator
Returns
Newp_Jambo object

Definition at line 33 of file Newp_Jambo.cpp.

◆ Newp_Jambo() [2/2]

Newp_Jambo::Newp_Jambo ( const Newp_Jambo Source)

Newp_Jambo copy constructor.

Definition at line 36 of file Newp_Jambo.cpp.

Member Function Documentation

◆ Print()

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

Print method.

Definition at line 39 of file Newp_Jambo.cpp.

Member Data Documentation

◆ Comm_

const Epetra_Comm& Newp_Jambo::Comm_
private

Definition at line 92 of file Newp_Jambo.h.


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