
#include <ampiimpl.h>

Public Member Functions | |
| groupStruct () noexcept | |
| groupStruct (int s) noexcept | |
| groupStruct (vector< int > r) noexcept | |
| groupStruct & | operator= (const groupStruct &obj) noexcept |
| ~groupStruct () | |
| void | pup (PUP::er &p) noexcept |
| bool | isIota () const noexcept |
| int | operator[] (int i) const noexcept |
| int | size () const noexcept |
| vector< int > | getRanks () const noexcept |
Private Member Functions | |
| bool | ranksIsIota () const noexcept |
Private Attributes | |
| int | sz |
| vector< int > | ranks |
Definition at line 629 of file ampiimpl.h.
| groupStruct::groupStruct | ( | ) | [inline] |
Definition at line 643 of file ampiimpl.h.
| groupStruct::groupStruct | ( | int | s | ) | [inline] |
Definition at line 644 of file ampiimpl.h.
| groupStruct::groupStruct | ( | vector< int > | r | ) | [inline] |
| groupStruct::~groupStruct | ( | ) |
| bool groupStruct::ranksIsIota | ( | ) | const [inline, private] |
| groupStruct& groupStruct::operator= | ( | const groupStruct & | obj | ) | [inline] |
| void groupStruct::pup | ( | PUP::er & | p | ) | [inline] |
| bool groupStruct::isIota | ( | ) | const [inline] |
Definition at line 662 of file ampiimpl.h.
| int groupStruct::size | ( | void | ) | const [inline] |
| vector<int> groupStruct::getRanks | ( | ) | const [inline] |
int groupStruct::sz [private] |
Definition at line 631 of file ampiimpl.h.
vector<int> groupStruct::ranks [private] |
Definition at line 632 of file ampiimpl.h.
1.5.5