alloc_first.h | 8 struct alloc_first struct 16 alloc_first() : data_(0) {} function in struct:alloc_first 17 alloc_first(int d) : data_(d) {} function in struct:alloc_first 18 alloc_first(std::allocator_arg_t, const A1<int>& a) function in struct:alloc_first 25 alloc_first(std::allocator_arg_t, const A1<int>& a, int d) function in struct:alloc_first 32 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d) function in struct:alloc_first 39 ~alloc_first() {data_ = -1;} 41 friend bool operator==(const alloc_first& x, const alloc_first& y [all...] |