~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/data_ref.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-08 16:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110808165037-i20wtp4udmkmmcax
Use data_ref

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    assign(b, strlen(b));
54
54
  }
55
55
 
56
 
  void clear()
 
56
  const data_ref_basic& clear()
57
57
  {
58
58
    begin_ = NULL;
59
59
    end_ = NULL;
 
60
    return *this;
60
61
  }
61
62
 
62
63
  void assign(const void* b, const void* e)