casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::CompareAlwaysTrue Class Reference

Comparison class that is always true. More...

#include <Compare.h>

Inheritance diagram for casacore::CompareAlwaysTrue:
casacore::BaseCompare

Public Member Functions

virtual ~CompareAlwaysTrue ()
 
virtual int comp (const void *obj1, const void *obj2) const
 Comparison function that gives always true. More...
 
- Public Member Functions inherited from casacore::BaseCompare
virtual ~BaseCompare ()
 
virtual DataType dataType () const
 Get the data type of a straight-forward sort comparison in ObjCompare. More...
 

Detailed Description

Comparison class that is always true.

Synopsis

This class is meant to always give true and can be used to ensure that all the values of a given column are grouped together.

Definition at line 206 of file Compare.h.

Constructor & Destructor Documentation

virtual casacore::CompareAlwaysTrue::~CompareAlwaysTrue ( )
virtual

Member Function Documentation

virtual int casacore::CompareAlwaysTrue::comp ( const void *  obj1,
const void *  obj2 
) const
virtual

Comparison function that gives always true.

Implements casacore::BaseCompare.


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