搜索资源列表
auto_ptr
- brief A simple smart pointer providing strict ownership semantics.
apply_cref
- A transliterator pointer wrapper that deletes the contained pointer automatically when the wrapper goes out of scope. Sometimes called a janitor or smart pointer . -A transliterator pointer wrapper that deletes the contained pointer automatically w
ScopedLocalRef
- A smart pointer that deletes a JNI local reference when it goes out of scope.