Opened 17 years ago

Closed 17 years ago

#135 closed enhancement (fixed)

Update documentation on DataLookup2D and daughter classes

Reported by: Peter Owned by: Peter
Priority: major Milestone: yat 0.3 (Public release)
Component: documentation Version: trunk
Keywords: Cc:

Description


Change History (3)

comment:1 Changed 17 years ago by Peter

(In [640]) fixes #132 and #95, and refs #135 replaced bool owner in DataLookup2D with ref_count u_int*. When the DataLookup2D does not own underlying data ref_count=NULL otherwise it points to a u_int telling how many owner there are of the data. When the counter reaches zero the data is deleted.

comment:2 Changed 17 years ago by Jari Häkkinen

Milestone: Documentation0.3 (Public release)
Summary: update documentation on DataLookup2D and daughter classesUpdate documentation on DataLookup2D and daughter classes
Type: requestenhancement

comment:3 Changed 17 years ago by Peter

Resolution: fixed
Status: newclosed

(In [826]) documentation and some minor fixes Fixes #135

Note: See TracTickets for help on using tickets.