.. highlightlang:: c

.. _newtypes:

********************************************************
オブジェクト実装サポート (object implementation support)
********************************************************

この章では、新しいオブジェクト型 (new object type) を定義する際に使われる関数、型、およびマクロについて説明します。

.. toctree::

   allocation.rst
   structures.rst
   typeobj.rst
   gcsupport.rst
