Lines Matching full:smart
24 * \brief C++ API: "Smart pointers" for use with and in ICU4C C++ code.
31 * but none of those provide for all of the goals for ICU smart pointers:
32 * - Smart pointer owns the object and releases it when it goes out of scope.
50 * "Smart pointer" base class; do not use directly: use LocalPointer etc.
52 * Base class for smart pointer classes that do not throw exceptions.
173 * "Smart pointer" class, deletes objects via the standard C++ delete operator.
221 * @param src source smart pointer
251 * @param src source smart pointer
277 * @param other other smart pointer
348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator.
396 * @param src source smart pointer
426 * @param src source smart pointer
452 * @param other other smart pointer
532 * "Smart pointer" definition macro, deletes objects via the closeFunction.