#include <MatchesPolicy.h>

TSP-enforcing: No
Definition at line 21 of file MatchesPolicy.h.
Public Member Functions | |
| MatchesPolicy () | |
| ~MatchesPolicy () | |
| bool | operator() (const CPKIFPolicyInformationPtr &t) |
| void | SetPolicyToMatch (CPKIFPolicyInformationPtr &policy) |
| MatchesPolicy (const MatchesPolicy &) | |
| MatchesPolicy::MatchesPolicy | ( | ) |
Interface: Subsystem
Default constructor
Definition at line 19 of file MatchesPolicy.cpp.
| MatchesPolicy::~MatchesPolicy | ( | ) |
Interface: Subsystem
Default destructor
Definition at line 41 of file MatchesPolicy.cpp.
| MatchesPolicy::MatchesPolicy | ( | const MatchesPolicy & | ref | ) |
Interface: Subsystem
Copy constructor for MatchesPolicy class
Definition at line 29 of file MatchesPolicy.cpp.
References m_policy.
| bool MatchesPolicy::operator() | ( | const CPKIFPolicyInformationPtr & | t | ) |
| void MatchesPolicy::SetPolicyToMatch | ( | CPKIFPolicyInformationPtr & | policy | ) |
Interface: Subsystem
This function stes the policy to match
| policy | Policy that will be matched |
Definition at line 63 of file MatchesPolicy.cpp.
Referenced by IntersectSets().
1.5.6