~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/direct_ref.h

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <drizzled/item/ref.h>
23
23
 
24
 
namespace drizzled
25
 
{
 
24
namespace drizzled {
26
25
 
27
26
/*
28
27
  The same as Item_ref, but get value from val_* family of method to get
29
28
  value of item on which it referred instead of result* family.
30
29
*/
31
 
class Item_direct_ref :public Item_ref
 
30
class Item_direct_ref : public Item_ref
32
31
{
33
32
public:
34
33
  Item_direct_ref(Name_resolution_context *context_arg, Item **item,