53 typedef YCPValueYCPValueMap::iterator
iterator;
153 std::ostream &
toStream (std::ostream &
str)
const;
154 std::ostream &
toXml (std::ostream &
str,
int indent )
const;
170 YCPValue key() const __attribute__ ((deprecated)) {
return (*this)->first; }
171 YCPValue value() const __attribute__ ((deprecated)) {
return (*this)->second; }
175 #define CONST_ELEMENT (static_cast<const YCPMapRep*>(element))
176 #define ELEMENT (const_cast<YCPMapRep*>(static_cast<const YCPMapRep*>(this->writeCopy())))