예제 #1
0
파일: node.hpp 프로젝트: rajonrails/ccglue
 void append_lastpos (node_vector &lastpos_) const
 {
     lastpos_.insert (lastpos_.end (),
                      _lastpos.begin (), _lastpos.end ());
 }
예제 #2
0
파일: node.hpp 프로젝트: rajonrails/ccglue
 void append_firstpos (node_vector &firstpos_) const
 {
     firstpos_.insert (firstpos_.end (),
                       _firstpos.begin (), _firstpos.end ());
 }