struct jnc_StdMap

struct jnc_StdMap {
    // fields

    jnc_DataPtr m_headPtr;
    jnc_DataPtr m_tailPtr;
    size_t m_count;
};