struct jnc_StdHashTable

struct jnc_StdHashTable {
    // fields

    jnc_IfaceHdr m_ifaceHdr;
    jnc_StdMap m_map;
};