¡@

Home 

c++ Programming Glossary: hyp

vector::erase with pointer member

http://stackoverflow.com/questions/2677770/vectorerase-with-pointer-member

am manipulating vectors of objects defined as follow class Hyp public int x int y double wFactor double hFactor char shapeNum.. char shapeNum double visibleShape int xmin xmax ymin ymax Hyp int xx int yy double ww double hh char s x xx y yy wFactor ww.. for support of vector push_back with visibleShape Hyp const Hyp other x other.x y other.y wFactor other.wFactor hFactor..