Home
last modified time | relevance | path

Searched defs:GjsAutoPointer (Results 1 – 1 of 1) sorted by relevance

/dports/lang/cjs/cjs-4.8.2/cjs/
H A Djsapi-util.h58 struct GjsAutoPointer : std::unique_ptr<T, decltype(free_func)> { struct
61 GjsAutoPointer(T* ptr, const GjsAutoTakeOwnership&) in GjsAutoPointer() argument
85 using GjsAutoFree = GjsAutoPointer<T, void, g_free>; argument
114 : GjsAutoPointer(ptr) {} in GjsAutoPointer() function