libUTL++
FSobjectOrdering.h
1 #pragma once
2 
4 
5 #include <libutl/Ordering.h>
6 
8 
9 UTL_NS_BEGIN;
10 
12 
22 
25 {
28 
29 public:
30  virtual int cmp(const Object* lhs, const Object* rhs) const;
31 };
32 
34 
35 UTL_NS_END;
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
Definition: macros.h:532
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
Definition: macros.h:688
Filesystem object ordering.
Abstract base for multi-key orderings.
Definition: Ordering.h:310
Root of UTL++ class hierarchy.
Definition: Object.h:52