Searched defs:boxed_int (Results 1 – 1 of 1) sorted by relevance
208 struct boxed_int struct210 boxed_int() : i(0) {} in boxed_int() argument211 boxed_int(int i) : i(i) {} in boxed_int() function219 typedef boost::shared_ptr<boxed_int> pi; argument