CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
obj_private.h
1#pragma once
2
3#include "cx/obj.h"
4#include "cx/container.h"
5
6void _objHydrateIface(_In_ ObjIface *ifimpl, _Inout_ sa_ObjIface *impls, _Inout_ hashtable *impltbl);
7bool _objCheckIface(_In_ ObjIface *iface);
Generic type-safe containers with runtime type system integration.
CX Object System - Object-oriented programming in C.