| 71 | } ; |
| 72 | |
| 73 | AttributeProxy attr( const std::string& name){ |
| 74 | return AttributeProxy( static_cast<CLASS&>( *this ), name ) ; |
| 75 | } |
| 76 | const_AttributeProxy attr( const std::string& name) const { |
| 77 | return const_AttributeProxy( static_cast<const CLASS&>( *this ), name ) ; |
| 78 | } |
no test coverage detected