Changes in libcfa/src/concurrency/snzi.hfa [13c5e19:28d73c1]
- File:
-
- 1 edited
-
libcfa/src/concurrency/snzi.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/snzi.hfa
r13c5e19 r28d73c1 120 120 //-------------------------------------------------- 121 121 // SNZI object 122 void ?{}( __snzi_t & this ) { 123 this.mask = 0; 124 this.root = 0; 125 this.nodes = 0p; 126 } 127 122 128 void ?{}( __snzi_t & this, unsigned depth ) with( this ) { 123 129 mask = (1 << depth) - 1;
Note:
See TracChangeset
for help on using the changeset viewer.