30 cerr <<
"Error allocating memory in adstring_array" <<
endl;
32 int size = tmp_max - tmp_min + 1;
34 new adstring*[
static_cast<unsigned int>(size < 0 ? 0 :
size)];
37 cerr <<
"Error allocating memory in adstring_array +=" <<
endl;
40 for (
int i=tmp_min;i<=tmp_max-1;i++)
48 for (
int i=tmp_min;i<=tmp_max-1;i++)
Description not yet available.
adstring_array & operator+=(const adstring &s)
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
adstring_array & append_distinct(const adstring &s)