Cppcheck
Public Member Functions
std::less< Check * > Struct Template Reference

compare the names of Check classes, used when sorting the Check descendants More...

#include <check.h>

List of all members.

Public Member Functions

bool operator() (const Check *p1, const Check *p2) const

Detailed Description

template<>
struct std::less< Check * >

compare the names of Check classes, used when sorting the Check descendants

Definition at line 142 of file check.h.


Member Function Documentation

bool std::less< Check * >::operator() ( const Check p1,
const Check p2 
) const [inline]

Definition at line 143 of file check.h.

References Check::name().


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