Menu

#1 Manual pages for usrtc, list, index allocation

0.2.6
accepted
2019-05-21
2015-12-21
No

Write manual pages for functions (using any possible ways to do it)

USRTC

  • usrtcinit: usrtcinit(), usrtccreate(), usrtcdestroy()
  • usrtc_count: usrtc_count(), usrtc_isempty(), usrtc_isfull(), usrtc_set_allocator(), usrtc_allow_dupes()
  • usrtc_node_init: usrtc_node_init(), usrtc_node_create(), usrtc_node_destroy(), usrtc_node_getdata(), usrtc_node_setdata(), usrtc_node_getkey()
  • usrtc_lookup: usrtc_lookup(), usrtc_insert(), usrtc_delete()
  • usrtc_first: usrtc_first(), usrtc_last(), usrtc_next(), usrtc_prev(), usrtc_lower_bound(), usrtc_upper_bound()
  • usrtc_convert_to: usrtc_convert_to

Index allocation

  • idx_allocator_init: idx_allocator_init(), idx_allocator_destroy()
  • idx_allocate: idx_allocate(), idx_reserve(), idx_free()

Inlined lists

  • LIST_DEFINE: LIST_DEFINE{macro}, list_init_head(), list_init_node()

Discussion

  • Alexander Vdolainen

    • Milestone: 0.2.3 --> 0.2.6
     
  • Alexander Vdolainen

    • labels: doc --> doc, manual, documentation, manpages
    • status: open --> accepted
     
  • Alexander Vdolainen

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,14 @@
     Write manual pages for functions (using any possible ways to do it)
    -* usrtc
    -* index allocation
    -* inlined lists
    +
    +# USRTC
    +
    +- usrtc_init: usrtc_init(), usrtc_create(), usrtc_destroy()
    +- usrtc_count: usrtc_count(), usrtc_isempty(), usrtc_isfull(), usrtc_set_allocator(), usrtc_allow_dupes()
    +- usrtc_node_init: usrtc_node_init(), usrtc_node_create(), usrtc_node_destroy(), usrtc_node_getdata(), usrtc_node_setdata(), usrtc_node_getkey()
    +- usrtc_lookup: usrtc_lookup(), usrtc_insert(), usrtc_delete()
    +- usrtc_first: usrtc_first(), usrtc_last(), usrtc_next(), usrtc_prev(), usrtc_lower_bound(), usrtc_upper_bound()
    +- usrtc_convert_to: usrtc_convert_to
    +
    +# Index allocation
    +
    +# Inlined lists
    
     
  • Alexander Vdolainen

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,7 +2,7 @@
    
     # USRTC
    
    -- usrtc_init: usrtc_init(), usrtc_create(), usrtc_destroy()
    +- *usrtcinit: usrtcinit(), usrtccreate(), usrtcdestroy()*
    
     - usrtc_count: usrtc_count(), usrtc_isempty(), usrtc_isfull(), usrtc_set_allocator(), usrtc_allow_dupes()
     - usrtc_node_init: usrtc_node_init(), usrtc_node_create(), usrtc_node_destroy(), usrtc_node_getdata(), usrtc_node_setdata(), usrtc_node_getkey()
     - usrtc_lookup: usrtc_lookup(), usrtc_insert(), usrtc_delete()
    
     
  • Alexander Vdolainen

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -11,4 +11,9 @@
    
     # Index allocation
    
    +- idx_allocator_init: idx_allocator_init(), idx_allocator_destroy()
    +- idx_allocate: idx_allocate(), idx_reserve(), idx_free()
    +
     # Inlined lists
    +
    +- LIST_DEFINE: LIST_DEFINE{macro}, list_init_head(), list_init_node()
    
     

Log in to post a comment.

MongoDB Logo MongoDB