#include <PRColleagueInfo.h>

It's not intended for use outside PKIFResources.
TSP-enforcing: No
Definition at line 28 of file PRColleagueInfo.h.
Public Member Functions | |
| CPRColleagueInfo () | |
| CPRColleagueInfo (const IPKIFColleaguePtr &coll, size_t position) | |
| ~CPRColleagueInfo () | |
| IPKIFColleaguePtr & | GetColleague () |
| void | SetColleague (const IPKIFColleaguePtr &colleague) |
| size_t | GetPosition () |
| void | SetPosition (size_t position) |
| CPRColleagueInfo::CPRColleagueInfo | ( | ) |
Interface: External
Default constructor
Definition at line 22 of file PRColleagueInfo.cpp.
| CPRColleagueInfo::CPRColleagueInfo | ( | const IPKIFColleaguePtr & | coll, | |
| size_t | position | |||
| ) |
| CPRColleagueInfo::~CPRColleagueInfo | ( | ) |
Interface: External
Default destructor
Definition at line 45 of file PRColleagueInfo.cpp.
| IPKIFColleaguePtr & CPRColleagueInfo::GetColleague | ( | ) |
Interface: External
This function returns a colleague
Definition at line 55 of file PRColleagueInfo.cpp.
| void CPRColleagueInfo::SetColleague | ( | const IPKIFColleaguePtr & | colleague | ) |
Interface: External
This function sets the colleague
| colleague | [in] Colleague |
Definition at line 77 of file PRColleagueInfo.cpp.
| size_t CPRColleagueInfo::GetPosition | ( | ) |
Interface: External
This function returns the position
Definition at line 66 of file PRColleagueInfo.cpp.
| void CPRColleagueInfo::SetPosition | ( | size_t | position | ) |
Interface: External
This function sets the position
| position | [in] Position |
Definition at line 90 of file PRColleagueInfo.cpp.
1.5.6