46 for(
int i=min;i<=
max;i++)
84 cerr <<
" Error in adstring_array(int min,int max) --"
85 <<
" max must be >= min" <<
endl;
91 cerr <<
"Error allocating memory in adstring_array" <<
endl;
93 unsigned int size =
static_cast<unsigned int>(max - min + 1);
97 cerr <<
"Error allocating memory in adstring_array" <<
endl;
100 for (
int i=min;i<=
max;i++)
114 cerr <<
"Error -- trying to access unallocated adstring array" <<
endl;
133 cerr <<
"Error -- trying to access unallocated adstring array" <<
endl;
152 cerr <<
"Error -- trying to access unallocated adstring array" <<
endl;
171 cerr <<
"Error -- trying to access unallocated adstring array" <<
endl;
Description not yet available.
~adstring_array()
Destructor.
prnstream & endl(prnstream &)
const adstring & operator[](int i) const
Returns a reference to the element at specified index i.
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
const adstring & operator()(int i) const
Returns a reference to the element at specified index i.
adstring_array(void)
Default constructor.