¡@

Home 

c++ Programming Glossary: nodebase

Make interchangeable class types via pointer casting only, without having to allocate any new objects?

http://stackoverflow.com/questions/11219159/make-interchangeable-class-types-via-pointer-casting-only-without-having-to-all

Under the hood the factory method is actually making a NodeBase class and then using a similar reinterpret_cast to return it.. node handle to wrap in their constructor AccessorFoo foo NodeBase createViaFactory AccessorBar bar foo.getNode But if I don't.. this question If I understand you correctly you have A NodeBase class that is stateful and the true workhorse of the system..