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
comment:2 Changed 17 years ago by
Milestone: | Documentation → 0.3 (Public release) |
---|---|
Summary: | update documentation on DataLookup2D and daughter classes → Update documentation on DataLookup2D and daughter classes |
Type: | request → enhancement |
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(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.