# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::CHTimer::CStatSorter Struct Reference

A statistics sorter, based on some criterion. More...

List of all members.

Public Methods

 CStatSorter (TSortCriterion criterion=TotalTime)
bool operator() (const CStats *lhs, const CStats *rhs)

Public Attributes

TSortCriterion Criterion


Detailed Description

A statistics sorter, based on some criterion.

It works on pointers on CStats objects

Definition at line 375 of file hierarchical_timer.h.


Constructor & Destructor Documentation

NLMISC::CHTimer::CStatSorter::CStatSorter TSortCriterion    criterion = TotalTime [inline]
 

Definition at line 377 of file hierarchical_timer.h.

References Criterion.


Member Function Documentation

bool NLMISC::CHTimer::CStatSorter::operator() const CStats   lhs,
const CStats   rhs
 

Definition at line 785 of file hierarchical_timer.cpp.

References nlassert.


Member Data Documentation

TSortCriterion NLMISC::CHTimer::CStatSorter::Criterion
 

Definition at line 379 of file hierarchical_timer.h.

Referenced by CStatSorter.


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