CPKIFBuilderStatistics Class Reference

#include <BuilderStatistics.h>

Collaboration diagram for CPKIFBuilderStatistics:

Collaboration graph
[legend]

List of all members.


Detailed Description

The CPKIFBuilderStatistics class is used to provide information about paths developed during a path building operation. The path builder may build any number of paths during calls to BuildPath but return zero (or few) paths. The information included in an instance of CPKIFBuilderStatistics can be used to determine how many total paths were developed, how many were internally rejected, the cause of internal rejection, etc. The class features no public functions (aside from the constructor and destructor) and provides information via public member variables.

TSP-enforcing: No

Definition at line 28 of file BuilderStatistics.h.


Public Member Functions

 CPKIFBuilderStatistics ()
 ~CPKIFBuilderStatistics ()

Public Attributes

int m_nReturnedPaths
int m_nTotalPathsDiscovered
int m_nPathsRejectedDueToValidationErrors
std::vector< int > m_vFailureCodes

Constructor & Destructor Documentation

CPKIFBuilderStatistics::CPKIFBuilderStatistics (  ) 

Interface: External

This function creates and initializes CPKIFBuilderStatistics objects. All member variables are initialized to zero except for m_vFailureCodes, which is initialized to empty.

Returns:
None

Definition at line 23 of file BuilderStatistics.cpp.

References LOG_STRING_DEBUG, m_nPathsRejectedDueToValidationErrors, m_nReturnedPaths, m_nTotalPathsDiscovered, and TOOLKIT_PATH_MISC.

CPKIFBuilderStatistics::~CPKIFBuilderStatistics (  ) 

Interface: External

This function destroys CPKIFBuilderStatistics objects.

Returns:
None

Definition at line 38 of file BuilderStatistics.cpp.

References LOG_STRING_DEBUG, and TOOLKIT_PATH_MISC.


Member Data Documentation

Definition at line 33 of file BuilderStatistics.h.

Referenced by CPKIFBuilderStatistics().

Definition at line 34 of file BuilderStatistics.h.

Referenced by CPKIFBuilderStatistics().

Definition at line 35 of file BuilderStatistics.h.

Referenced by CPKIFBuilderStatistics().

Definition at line 36 of file BuilderStatistics.h.


The documentation for this class was generated from the following files:

Generated on Mon Nov 15 11:19:53 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6