next 30 SharedMemoryTree.hpp offset_ptr<wpos> next; // 次の位置情報への相対ポインタ next 42 WordTree.cpp return next; // next pointer next 88 WordTree.cpp next->wpos::printwpos(); next 144 WordTree.cpp (new_node->lpos)->next = new(reinterpret_cast<wpos*>(ShmP)) next 146 WordTree.cpp new_node->lpos = (new_node->lpos)->next; next 170 WordTree.cpp wptr = wptr->next;