![]() |
|
PhoenixGenerator
2.0.4
Set of tools to generate code
|
Describes a package attributes. More...
#include <PProjectMembers.h>
Public Member Functions | |
| PString & | getAffiliation () |
| Gets the affiliation of the PProjectMembers. | |
| const PString & | getAffiliation () const |
| Gets the affiliation of the PProjectMembers. | |
| PString & | getEmail () |
| Gets the email of the PProjectMembers. | |
| const PString & | getEmail () const |
| Gets the email of the PProjectMembers. | |
| PString & | getFirstName () |
| Gets the firstName of the PProjectMembers. | |
| const PString & | getFirstName () const |
| Gets the firstName of the PProjectMembers. | |
| PString & | getLastName () |
| Gets the lastName of the PProjectMembers. | |
| const PString & | getLastName () const |
| Gets the lastName of the PProjectMembers. | |
| PProjectMembers & | operator= (const PProjectMembers &other) |
| Operator = of class PProjectMembers. | |
| PProjectMembers () | |
| Constructor of class PProjectMembers. | |
| PProjectMembers (const PProjectMembers &other) | |
| Copy Constructor of class PProjectMembers. | |
| void | setAffiliation (const PString &affiliation) |
| Sets the affiliation of the PProjectMembers. | |
| void | setEmail (const PString &email) |
| Sets the email of the PProjectMembers. | |
| void | setFirstName (const PString &firstName) |
| Sets the firstName of the PProjectMembers. | |
| void | setLastName (const PString &lastName) |
| Sets the lastName of the PProjectMembers. | |
| virtual | ~PProjectMembers () |
| Destructor of class PProjectMembers. | |
Protected Member Functions | |
| void | copyPProjectMembers (const PProjectMembers &other) |
| Copy Function of class PProjectMembers. | |
Private Member Functions | |
| void | initialisationPProjectMembers () |
| Initialisation Function of class PProjectMembers. | |
Private Attributes | |
| PString | p_affiliation |
| Affiliation of the member. | |
| PString | p_email |
| Email of the member. | |
| PString | p_firstName |
| First Name of the member. | |
| PString | p_lastName |
| Last Name of the member. | |
Describes a package attributes.
Definition at line 15 of file PProjectMembers.h.
| PProjectMembers::PProjectMembers | ( | ) |
Constructor of class PProjectMembers.
Definition at line 11 of file PProjectMembers.cpp.
References initialisationPProjectMembers().
Referenced by copyPProjectMembers(), operator=(), and PProjectMembers().
Here is the call graph for this function:
Here is the caller graph for this function:| PProjectMembers::PProjectMembers | ( | const PProjectMembers & | other | ) |
Copy Constructor of class PProjectMembers.
| other | : PProjectMembers we want ot copy |
Definition at line 18 of file PProjectMembers.cpp.
References copyPProjectMembers(), and PProjectMembers().
Here is the call graph for this function:
|
virtual |
|
protected |
Copy Function of class PProjectMembers.
| other | : PProjectMembers we want ot copy |
Definition at line 123 of file PProjectMembers.cpp.
References p_affiliation, p_email, p_firstName, p_lastName, and PProjectMembers().
Referenced by operator=(), and PProjectMembers().
Here is the call graph for this function:
Here is the caller graph for this function:| PString & PProjectMembers::getAffiliation | ( | ) |
Gets the affiliation of the PProjectMembers.
Definition at line 102 of file PProjectMembers.cpp.
References p_affiliation.
| const PString & PProjectMembers::getAffiliation | ( | ) | const |
Gets the affiliation of the PProjectMembers.
Definition at line 95 of file PProjectMembers.cpp.
References p_affiliation.
Referenced by generateMaintainer(), generateProjectAuthorList(), and generateProjectContributorList().
Here is the caller graph for this function:| PString & PProjectMembers::getEmail | ( | ) |
Gets the email of the PProjectMembers.
Definition at line 116 of file PProjectMembers.cpp.
References p_email.
| const PString & PProjectMembers::getEmail | ( | ) | const |
Gets the email of the PProjectMembers.
Definition at line 109 of file PProjectMembers.cpp.
References p_email.
Referenced by generateAuthorListPixi(), generateMaintainer(), generateProjectAuthorList(), and generateProjectContributorList().
Here is the caller graph for this function:| PString & PProjectMembers::getFirstName | ( | ) |
Gets the firstName of the PProjectMembers.
Definition at line 74 of file PProjectMembers.cpp.
References p_firstName.
| const PString & PProjectMembers::getFirstName | ( | ) | const |
Gets the firstName of the PProjectMembers.
Definition at line 67 of file PProjectMembers.cpp.
References p_firstName.
Referenced by generateAuthorListPixi(), generateMaintainer(), generateProjectAuthorList(), generateProjectContributorList(), and parseProjectMembers().
Here is the caller graph for this function:| PString & PProjectMembers::getLastName | ( | ) |
Gets the lastName of the PProjectMembers.
Definition at line 88 of file PProjectMembers.cpp.
References p_lastName.
| const PString & PProjectMembers::getLastName | ( | ) | const |
Gets the lastName of the PProjectMembers.
Definition at line 81 of file PProjectMembers.cpp.
References p_lastName.
Referenced by generateAuthorListPixi(), generateMaintainer(), generateProjectAuthorList(), generateProjectContributorList(), and parseProjectMembers().
Here is the caller graph for this function:
|
private |
Initialisation Function of class PProjectMembers.
Definition at line 131 of file PProjectMembers.cpp.
References p_affiliation, p_email, p_firstName, and p_lastName.
Referenced by PProjectMembers().
Here is the caller graph for this function:| PProjectMembers & PProjectMembers::operator= | ( | const PProjectMembers & | other | ) |
Operator = of class PProjectMembers.
| other | : PProjectMembers we want ot copy |
Definition at line 31 of file PProjectMembers.cpp.
References copyPProjectMembers(), and PProjectMembers().
Here is the call graph for this function:| void PProjectMembers::setAffiliation | ( | const PString & | affiliation | ) |
Sets the affiliation of the PProjectMembers.
| affiliation | : affiliation of the PProjectMembers |
Definition at line 53 of file PProjectMembers.cpp.
References p_affiliation.
Referenced by parseProjectMembers().
Here is the caller graph for this function:| void PProjectMembers::setEmail | ( | const PString & | ) |
Sets the email of the PProjectMembers.
| : email of the PProjectMembers |
Definition at line 60 of file PProjectMembers.cpp.
References p_email.
Referenced by parseProjectMembers().
Here is the caller graph for this function:| void PProjectMembers::setFirstName | ( | const PString & | firstName | ) |
Sets the firstName of the PProjectMembers.
| firstName | : firstName of the PProjectMembers |
Definition at line 39 of file PProjectMembers.cpp.
References p_firstName.
Referenced by parseProjectMembers().
Here is the caller graph for this function:| void PProjectMembers::setLastName | ( | const PString & | lastName | ) |
Sets the lastName of the PProjectMembers.
| lastName | : lastName of the PProjectMembers |
Definition at line 46 of file PProjectMembers.cpp.
References p_lastName.
Referenced by parseProjectMembers().
Here is the caller graph for this function:
|
private |
Affiliation of the member.
Definition at line 42 of file PProjectMembers.h.
Referenced by copyPProjectMembers(), getAffiliation(), getAffiliation(), initialisationPProjectMembers(), and setAffiliation().
|
private |
Email of the member.
Definition at line 44 of file PProjectMembers.h.
Referenced by copyPProjectMembers(), getEmail(), getEmail(), initialisationPProjectMembers(), and setEmail().
|
private |
First Name of the member.
Definition at line 38 of file PProjectMembers.h.
Referenced by copyPProjectMembers(), getFirstName(), getFirstName(), initialisationPProjectMembers(), and setFirstName().
|
private |
Last Name of the member.
Definition at line 40 of file PProjectMembers.h.
Referenced by copyPProjectMembers(), getLastName(), getLastName(), initialisationPProjectMembers(), and setLastName().