CASObject.
More...
#include <casfuncobj.h>
Public Member Functions | |
| CASCalculateSortWeight (const CASCalculateSortWeight &o) | |
| Copy constructor. | |
| CASCalculateSortWeight () | |
| Constructor. | |
| void | operator() (CASObject *o) |
| Function operator for calculating the sort weight. | |
| const CASCalculateSortWeight & | operator= (const CASCalculateSortWeight &o) |
| Assignment operator. | |
| CASObject * | Result () const |
| Returns the calculated sort weight. | |
| ~CASCalculateSortWeight () | |
| Destructor. | |
Private Attributes | |
| CASObject * | weight |
A CASObject holding the sort weight. | |
CASObject. It is most likely used together with std::for_each.
See CASObject::SortWeight() for an explanation what the sort weight is.
Definition at line 783 of file casfuncobj.h.
| CASCalculateSortWeight::CASCalculateSortWeight | ( | ) | [inline, explicit] |
Constructor. Initializes the weight pointer to 0 ('zero').
Definition at line 804 of file casfuncobj.h.
CASObject* CASCalculateSortWeight::weight [private] |
1.4.7