#include <fcontainer.h>
Public Types | |
| typedef const TSortable< T, CompareFunc > | ConstRef |
Public Member Functions | |
| TSortable (const T &d) | |
| TSortable (const TSortable &s) | |
| bool | operator== (ConstRef &other) const |
| bool | operator!= (ConstRef &other) const |
| bool | operator> (ConstRef &other) const |
| bool | operator< (ConstRef &other) const |
| bool | operator<= (ConstRef &other) const |
| bool | operator>= (ConstRef &other) const |
Data Fields | |
| T | data |
| TSortable | ( | const T & | d | ) | [inline] |
| bool operator== | ( | ConstRef & | other | ) | const [inline] |
| bool operator!= | ( | ConstRef & | other | ) | const [inline] |
| bool operator> | ( | ConstRef & | other | ) | const [inline] |
| bool operator< | ( | ConstRef & | other | ) | const [inline] |
| bool operator<= | ( | ConstRef & | other | ) | const [inline] |
| bool operator>= | ( | ConstRef & | other | ) | const [inline] |
| T data |