#include <item.h>
Inheritance diagram for Cached_item:


Public Member Functions | |
| Cached_item () | |
| virtual bool | cmp (void)=0 |
| virtual | ~Cached_item () |
Public Attributes | |
| my_bool | null_value |
Definition at line 2112 of file item.h.
| Cached_item::Cached_item | ( | ) | [inline] |
| Cached_item::~Cached_item | ( | ) | [virtual] |
| virtual bool Cached_item::cmp | ( | void | ) | [pure virtual] |
Implemented in Cached_item_str, Cached_item_real, Cached_item_int, Cached_item_decimal, and Cached_item_field.
Referenced by test_if_group_changed().
Here is the caller graph for this function:

Definition at line 2115 of file item.h.
Referenced by Cached_item_decimal::cmp(), Cached_item_field::cmp(), Cached_item_int::cmp(), Cached_item_real::cmp(), and Cached_item_str::cmp().
1.4.7

