From: itsme213 Date: 2004-11-14T06:33:24+09:00 Subject: Re: bi-directional pointers i did mean bidirectional _ruby_ references, not c or c++ pointers :-) "itsme213" wrote in message news:7Veld.2018$Zr3.247@fe1.texas.rr.com... > are there any Ruby code generation 'macros' to declare bi-directional > pointers and automatically maintain their consistency? it would take various > relation combinations (1-1, 1-N, N-M), generate appropriate interfaces, and > implement these using a private protocol for keeping the pointers in sync.