|
Teamcenter C++ API Reference
2312
|
Deallocator for an SM allocated unpacked array strings. More...
#include <ScopedPtr.hxx>
Public Member Functions | |
| void | operator() (char **bucket) |
| void | operator() (const char **bucket) |
Deallocator for an SM allocated unpacked array strings.
By unpacked array, we mean that an array of pointers, where the pointer points to an array allocated separately.
Both the array of pointers and the character array should be allocated via SM API.
Definition at line 204 of file ScopedPtr.hxx.
|
inline |
Definition at line 206 of file ScopedPtr.hxx.
|
inline |
Definition at line 207 of file ScopedPtr.hxx.