Changes in libcfa/src/concurrency/snzi.hfa [28d73c1:13c5e19]
- File:
-
- 1 edited
-
libcfa/src/concurrency/snzi.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/snzi.hfa
r28d73c1 r13c5e19 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 128 122 void ?{}( __snzi_t & this, unsigned depth ) with( this ) { 129 123 mask = (1 << depth) - 1;
Note:
See TracChangeset
for help on using the changeset viewer.