45 amb=
new(std::nothrow) std::vector<size_t>(a.
amb->size());
48 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
52 copy( a.
amb->begin(), a.
amb->end(),
amb->begin());
71 amb=
new(std::nothrow) std::vector<size_t>(rhs.
amb->size());
74 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
78 copy( rhs.
amb->begin(), rhs.
amb->end(),
amb->begin());
92 temp.
amb=
new(std::nothrow) std::vector<size_t>;
95 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
104 temp.
amb=
new(std::nothrow) std::vector<size_t>(*this->
amb);
107 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
117 temp.
amb=
new(std::nothrow) std::vector<size_t>(*lhs.
amb);
120 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
139 std::vector<size_t>* temp =
new(std::nothrow) std::vector<size_t>;
142 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
156 amb=
new(std::nothrow) std::vector<size_t>(*lhs.
amb);
160 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;
229 std::cerr <<
"iterator: " << iter <<
" called on unambiguous value. Can only access with Iterator = 0" << std::endl;
240 amb=
new(std::nothrow) std::vector<size_t>(vec);
243 std::cerr <<
"OUT OF MEMORY\nFile" << __FILE__ <<
"Line:\t"<< __LINE__ << std::endl;