Method
add
* ����һ����ʱ���� * @pararm o {T*} */
Source from the content-addressed store, hash-verified
| 26 | * @pararm o {T*} |
| 27 | */ |
| 28 | void add(T* o) { |
| 29 | objs_.push_back(o); |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * ɾ��һ��������ͬʱ��صĶ�ʱ���� |
Tested by
no test coverage detected