![]() |
PhoenixHPCProxy
0.8.0
Lightweight HPC proxy
|
Library to be related to an architecture. More...
#include <PRepr.h>
Public Member Functions | |
PString & | getArchitecture () |
Gets the architecture of the PArchLib. | |
const PString & | getArchitecture () const |
Gets the architecture of the PArchLib. | |
PPath & | getName () |
Gets the name of the PArchLib. | |
const PPath & | getName () const |
Gets the name of the PArchLib. | |
PArchLib & | operator= (const PArchLib &other) |
Operator = of class PArchLib. | |
PArchLib () | |
Constructor of class PArchLib. | |
PArchLib (const PArchLib &other) | |
Copy Constructor of class PArchLib. | |
void | setArchitecture (const PString &architecture) |
Sets the architecture of the PArchLib. | |
void | setName (const PPath &name) |
Sets the name of the PArchLib. | |
virtual | ~PArchLib () |
Destructor of class PArchLib. | |
Protected Member Functions | |
void | copyPArchLib (const PArchLib &other) |
Copy Function of class PArchLib. | |
Private Attributes | |
PString | p_architecture |
Architecture of the library. | |
PPath | p_name |
Name of the library. | |
PArchLib::PArchLib | ( | ) |
Constructor of class PArchLib.
Definition at line 371 of file PRepr.cpp.
Referenced by copyPArchLib(), operator=(), and PArchLib().
PArchLib::PArchLib | ( | const PArchLib & | other | ) |
Copy Constructor of class PArchLib.
other | : PArchLib we want ot copy |
Definition at line 378 of file PRepr.cpp.
References copyPArchLib(), and PArchLib().
|
virtual |
|
protected |
Copy Function of class PArchLib.
other | : PArchLib we want ot copy |
Definition at line 441 of file PRepr.cpp.
References p_architecture, p_name, and PArchLib().
Referenced by operator=(), and PArchLib().
PString & PArchLib::getArchitecture | ( | ) |
Gets the architecture of the PArchLib.
Definition at line 434 of file PRepr.cpp.
References p_architecture.
const PString & PArchLib::getArchitecture | ( | ) | const |
Gets the architecture of the PArchLib.
Definition at line 427 of file PRepr.cpp.
References p_architecture.
PPath & PArchLib::getName | ( | ) |
const PPath & PArchLib::getName | ( | ) | const |
Operator = of class PArchLib.
other | : PArchLib we want ot copy |
Definition at line 391 of file PRepr.cpp.
References copyPArchLib(), and PArchLib().
void PArchLib::setArchitecture | ( | const PString & | architecture | ) |
Sets the architecture of the PArchLib.
architecture | : architecture of the PArchLib |
Definition at line 406 of file PRepr.cpp.
References p_architecture.
Referenced by createArchLib().
void PArchLib::setName | ( | const PPath & | name | ) |
|
private |
Architecture of the library.
Definition at line 128 of file PRepr.h.
Referenced by copyPArchLib(), getArchitecture(), getArchitecture(), and setArchitecture().
|
private |