Home
last modified time | relevance | path

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

/foundation/multimedia/histreamer/engine/plugin/common/
Dany.h286 struct TrivialStackFunctionTable { struct
287 static const std::type_info& Type() noexcept in Type()
292 static void Destroy(Storage& storage) noexcept in Destroy()
297 static void Copy(Storage& dest, const Storage& source) noexcept in Copy()
303 static void Move(Storage& dest, Storage& source) noexcept in Move()
309 static const void* GetConstPtr(const Storage& storage) noexcept in GetConstPtr()
314 static void* GetPtr(Storage& storage) noexcept in GetPtr()