.. # Template modified by Patrick Lehmann * removed automodule on top, because private members are activated for autodoc (no doubled documentation). * Made sections like 'submodules' bold text, but no headlines to reduce number of ToC levels. ========================= pyGHDL.libghdl.name_table ========================= .. automodule:: pyGHDL.libghdl.name_table .. currentmodule:: pyGHDL.libghdl.name_table **Variables** - :py:data:`Null_Identifier` **Functions** - :py:func:`Get_Name_Length`: Get the length of an identifier denoted by a ``NameId``. - :py:func:`Get_Name_Ptr`: Get the string corresponding to identifier ID. The address is valid until - :py:func:`Get_Character`: Get the string corresponding to character identifier ID. - :py:func:`Get_Identifier`: Get or create an entry in the name table. --------------------- **Variables** .. autodata:: Null_Identifier :annotation: .. code-block:: text 0 --------------------- **Functions** .. autofunction:: Get_Name_Length .. autofunction:: Get_Name_Ptr .. autofunction:: Get_Character .. autofunction:: Get_Identifier