* Returns the map of attributes * @return attributes. */
| 172 | * @return attributes. |
| 173 | */ |
| 174 | AttributeMap *getAttributesPtr() { |
| 175 | return &attributes_; |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * adds an attribute if it does not exist |
no outgoing calls
no test coverage detected