~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/data_ref.h

  • Committer: Mark Atwood
  • Date: 2011-10-21 14:25:19 UTC
  • mfrom: (2440.2.28 rf)
  • Revision ID: me@mark.atwood.name-20111021142519-bqnyqrkthibv70rc
Tags: 2011.10.28
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
  void clear()
59
59
  {
60
 
    begin_ = NULL;
61
 
    end_ = NULL;
 
60
    begin_ = end_ = reinterpret_cast<T>("");
62
61
  }
63
62
 
64
63
  void assign(const void* b, const void* e)