g4tools  5.4.0
Public Member Functions | List of all members
tools::impi_world Class Referenceabstract
Inheritance diagram for tools::impi_world:
Inheritance graph
[legend]

Public Member Functions

virtual ~impi_world ()
 
virtual bool init (int *, char ***)=0
 
virtual bool rank (int &a_rank) const =0
 
virtual bool size (int &a_size) const =0
 
virtual bool processor_name (std::string &) const =0
 

Detailed Description

Definition at line 11 of file impi_world.

Constructor & Destructor Documentation

◆ ~impi_world()

virtual tools::impi_world::~impi_world ( )
inlinevirtual

Definition at line 13 of file impi_world.

13 {}

Member Function Documentation

◆ init()

virtual bool tools::impi_world::init ( int *  ,
char ***   
)
pure virtual

Implemented in tools::mpi::world.

◆ processor_name()

virtual bool tools::impi_world::processor_name ( std::string &  ) const
pure virtual

Implemented in tools::mpi::world.

◆ rank()

virtual bool tools::impi_world::rank ( int &  a_rank) const
pure virtual

Implemented in tools::mpi::world.

◆ size()

virtual bool tools::impi_world::size ( int &  a_size) const
pure virtual

Implemented in tools::mpi::world.


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