~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-10-19 17:58:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019175850-6mzo7l9pcwdugp02
Refactor

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)