NCBI C++ ToolKit
|
Search Toolkit Book for CCompareByLeafCount
#include <corelib/ncbi_tree.hpp>
Public Types | |
typedef CTreeNode< TValue, TKeyGetter > | TNodeType |
Public Member Functions | |
CCompareByLeafCount (bool ascending=false) | |
bool | operator() (const TNodeType *node1, const TNodeType *node2) const |
Private Attributes | |
bool | m_Ascending |
Definition at line 1042 of file ncbi_tree.hpp.