
#include <ampiimpl.h>

Public Member Functions | |
| KeyvalPair () | |
| KeyvalPair (const char *k, const char *v) noexcept | |
| ~KeyvalPair () | |
| void | pup (PUP::er &p) noexcept |
Protected Attributes | |
| std::string | key |
| std::string | val |
Friends | |
| class | InfoStruct |
Definition at line 391 of file ampiimpl.h.
| KeyvalPair::KeyvalPair | ( | ) |
| KeyvalPair::KeyvalPair | ( | const char * | k, | |
| const char * | v | |||
| ) |
Definition at line 47 of file ampiMisc.C.
References create_stripped_string(), and key.

| KeyvalPair::~KeyvalPair | ( | ) |
| void KeyvalPair::pup | ( | PUP::er & | p | ) | [inline] |
friend class InfoStruct [friend] |
Definition at line 403 of file ampiimpl.h.
std::string KeyvalPair::key [protected] |
Definition at line 393 of file ampiimpl.h.
std::string KeyvalPair::val [protected] |
Definition at line 394 of file ampiimpl.h.
1.5.5