Hi, Teryl, Interesting question. Guess depending what you intended to do there are different ways of get access to the actual data.
One thing is to write the serialized version of the bitvector to an ibis::array_t<ibis::bitvector::word_t> object. Another possibility is to simply modify the definition to give yourself access the private member variable m_vec. Of course, I could have complete misunderstood your question.. John On 10/19/2010 3:25 PM, Teryl Taylor wrote: > Hi all, > > I'm playing around with the ibis::bitvector class and I want to get > access to the underlying buffer for storage. Is there an easy way to > do this? I can't seem to find a public method which gives access to > the underlying array. > > Regards, > > Teryl > > > > _______________________________________________ > FastBit-users mailing list > [email protected] > https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users _______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
