[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using STL containers in PDP++
Martin =?iso-8859-15?q?Schaff=F6ner?= <schaffoe@ipe.et.uni-magdeburg.de> writes:
> If I am not mistaken, only public methods and attributes are accessible from
> the gui or script. Does that mean that if I encapsulate the <map> related
> code in private methods, which are then called from <map>-free public
> methods, I can get around the maketa-limitations?
that would probably work, and have the same basic effect as the
#ifndef __MAKETA__ soln.
- Randy