#include <GeneralNamesCompare.h>
TSP-enforcing: No
Definition at line 32 of file GeneralNamesCompare.h.
Public Member Functions | |
GeneralNamesCompare () | |
GeneralNamesCompare (const GeneralNamesCompare &name) | |
~GeneralNamesCompare () | |
bool | operator() (const CPKIFGeneralNamePtr &name) |
void | SetGeneralNames (CPKIFGeneralNameList *names) |
GeneralNamesCompare::GeneralNamesCompare | ( | ) |
Interface: External
Default constructor
Definition at line 28 of file GeneralNamesCompare.cpp.
GeneralNamesCompare::GeneralNamesCompare | ( | const GeneralNamesCompare & | name | ) |
Interface: External
Copy constructor
Definition at line 40 of file GeneralNamesCompare.cpp.
References m_impl.
GeneralNamesCompare::~GeneralNamesCompare | ( | ) |
bool GeneralNamesCompare::operator() | ( | const CPKIFGeneralNamePtr & | name | ) |
Interface: External
() operator that searches the CPKIFGeneralNameList for a CPKIFGeneralName that was passed as a parameter
Definition at line 69 of file GeneralNamesCompare.cpp.
void GeneralNamesCompare::SetGeneralNames | ( | CPKIFGeneralNameList * | names | ) |
Interface: External
This function sets the member variable that holds the GeneralNames
names | [in]A pointer to CPKIFGeneralNameList object |
Definition at line 89 of file GeneralNamesCompare.cpp.
Referenced by _ValidateDP2(), and CPKIFDistributionPointName::operator==().